OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 // | 4 // |
5 // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING | 5 // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING |
6 // | 6 // |
7 // Automatically generated code. See srpcgen.py | 7 // Automatically generated code. See srpcgen.py |
8 // | 8 // |
9 // NaCl Simple Remote Procedure Call interface abstractions. | 9 // NaCl Simple Remote Procedure Call interface abstractions. |
10 | 10 |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 retval = NaClSrpcInvokeBySignature( | 283 retval = NaClSrpcInvokeBySignature( |
284 channel, | 284 channel, |
285 "PPP_MouseLock_MouseLockLost:i:", | 285 "PPP_MouseLock_MouseLockLost:i:", |
286 instance | 286 instance |
287 ); | 287 ); |
288 if (retval == NACL_SRPC_RESULT_INTERNAL) | 288 if (retval == NACL_SRPC_RESULT_INTERNAL) |
289 ppapi_proxy::CleanUpAfterDeadNexe(instance); | 289 ppapi_proxy::CleanUpAfterDeadNexe(instance); |
290 return retval; | 290 return retval; |
291 } | 291 } |
292 | 292 |
| 293 NaClSrpcError PppNetworkMonitorPrivateRpcClient::PPP_NetworkMonitor_Private_Netw
orkListChanged( |
| 294 NaClSrpcChannel* channel, |
| 295 PP_Resource network_monitor, |
| 296 PP_Resource network_list) { |
| 297 NaClSrpcError retval; |
| 298 retval = NaClSrpcInvokeBySignature( |
| 299 channel, |
| 300 "PPP_NetworkMonitor_Private_NetworkListChanged:ii:", |
| 301 network_monitor, |
| 302 network_list |
| 303 ); |
| 304 return retval; |
| 305 } |
| 306 |
293 NaClSrpcError PppPrintingRpcClient::PPP_Printing_QuerySupportedFormats( | 307 NaClSrpcError PppPrintingRpcClient::PPP_Printing_QuerySupportedFormats( |
294 NaClSrpcChannel* channel, | 308 NaClSrpcChannel* channel, |
295 PP_Instance instance, | 309 PP_Instance instance, |
296 int32_t* formats) { | 310 int32_t* formats) { |
297 NaClSrpcError retval; | 311 NaClSrpcError retval; |
298 retval = NaClSrpcInvokeBySignature( | 312 retval = NaClSrpcInvokeBySignature( |
299 channel, | 313 channel, |
300 "PPP_Printing_QuerySupportedFormats:i:i", | 314 "PPP_Printing_QuerySupportedFormats:i:i", |
301 instance, | 315 instance, |
302 formats | 316 formats |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
458 instance, | 472 instance, |
459 factor, | 473 factor, |
460 text_only | 474 text_only |
461 ); | 475 ); |
462 if (retval == NACL_SRPC_RESULT_INTERNAL) | 476 if (retval == NACL_SRPC_RESULT_INTERNAL) |
463 ppapi_proxy::CleanUpAfterDeadNexe(instance); | 477 ppapi_proxy::CleanUpAfterDeadNexe(instance); |
464 return retval; | 478 return retval; |
465 } | 479 } |
466 | 480 |
467 | 481 |
OLD | NEW |