| 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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 PP_Instance instance, | 420 PP_Instance instance, |
| 421 nacl_abi_size_t* size_bytes, char* size, | 421 nacl_abi_size_t* size_bytes, char* size, |
| 422 int32_t* success); | 422 int32_t* success); |
| 423 | 423 |
| 424 private: | 424 private: |
| 425 PpbFullscreenRpcClient(); | 425 PpbFullscreenRpcClient(); |
| 426 PpbFullscreenRpcClient(const PpbFullscreenRpcClient&); | 426 PpbFullscreenRpcClient(const PpbFullscreenRpcClient&); |
| 427 void operator=(const PpbFullscreenRpcClient); | 427 void operator=(const PpbFullscreenRpcClient); |
| 428 }; // class PpbFullscreenRpcClient | 428 }; // class PpbFullscreenRpcClient |
| 429 | 429 |
| 430 class PpbGamepadRpcClient { |
| 431 public: |
| 432 static NaClSrpcError PPB_Gamepad_SampleGamepads( |
| 433 NaClSrpcChannel* channel, |
| 434 PP_Instance instance, |
| 435 nacl_abi_size_t* data_bytes, char* data); |
| 436 |
| 437 private: |
| 438 PpbGamepadRpcClient(); |
| 439 PpbGamepadRpcClient(const PpbGamepadRpcClient&); |
| 440 void operator=(const PpbGamepadRpcClient); |
| 441 }; // class PpbGamepadRpcClient |
| 442 |
| 430 class PpbGraphics2DRpcClient { | 443 class PpbGraphics2DRpcClient { |
| 431 public: | 444 public: |
| 432 static NaClSrpcError PPB_Graphics2D_Create( | 445 static NaClSrpcError PPB_Graphics2D_Create( |
| 433 NaClSrpcChannel* channel, | 446 NaClSrpcChannel* channel, |
| 434 PP_Instance instance, | 447 PP_Instance instance, |
| 435 nacl_abi_size_t size_bytes, char* size, | 448 nacl_abi_size_t size_bytes, char* size, |
| 436 int32_t is_always_opaque, | 449 int32_t is_always_opaque, |
| 437 PP_Resource* resource); | 450 PP_Resource* resource); |
| 438 static NaClSrpcError PPB_Graphics2D_IsGraphics2D( | 451 static NaClSrpcError PPB_Graphics2D_IsGraphics2D( |
| 439 NaClSrpcChannel* channel, | 452 NaClSrpcChannel* channel, |
| (...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1116 PpbZoomRpcClient(); | 1129 PpbZoomRpcClient(); |
| 1117 PpbZoomRpcClient(const PpbZoomRpcClient&); | 1130 PpbZoomRpcClient(const PpbZoomRpcClient&); |
| 1118 void operator=(const PpbZoomRpcClient); | 1131 void operator=(const PpbZoomRpcClient); |
| 1119 }; // class PpbZoomRpcClient | 1132 }; // class PpbZoomRpcClient |
| 1120 | 1133 |
| 1121 | 1134 |
| 1122 | 1135 |
| 1123 | 1136 |
| 1124 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ | 1137 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ |
| 1125 | 1138 |
| OLD | NEW |