| OLD | NEW |
| 1 // Copyright (c) 2011 The Native Client Authors. All rights reserved. | 1 // Copyright (c) 2011 The Native Client 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 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 522 NaClSrpcImcDescType* shm, | 522 NaClSrpcImcDescType* shm, |
| 523 int32_t* shm_size, | 523 int32_t* shm_size, |
| 524 int32_t* success); | 524 int32_t* success); |
| 525 | 525 |
| 526 private: | 526 private: |
| 527 PpbImageDataRpcServer(); | 527 PpbImageDataRpcServer(); |
| 528 PpbImageDataRpcServer(const PpbImageDataRpcServer&); | 528 PpbImageDataRpcServer(const PpbImageDataRpcServer&); |
| 529 void operator=(const PpbImageDataRpcServer); | 529 void operator=(const PpbImageDataRpcServer); |
| 530 }; // class PpbImageDataRpcServer | 530 }; // class PpbImageDataRpcServer |
| 531 | 531 |
| 532 class PpbInputEventRpcServer { |
| 533 public: |
| 534 static void PPB_InputEvent_RequestInputEvents( |
| 535 NaClSrpcRpc* rpc, |
| 536 NaClSrpcClosure* done, |
| 537 PP_Instance instance, |
| 538 int32_t event_classes, |
| 539 int32_t filtered, |
| 540 int32_t* success); |
| 541 static void PPB_InputEvent_ClearInputEventRequest( |
| 542 NaClSrpcRpc* rpc, |
| 543 NaClSrpcClosure* done, |
| 544 PP_Instance instance, |
| 545 int32_t event_classes); |
| 546 |
| 547 private: |
| 548 PpbInputEventRpcServer(); |
| 549 PpbInputEventRpcServer(const PpbInputEventRpcServer&); |
| 550 void operator=(const PpbInputEventRpcServer); |
| 551 }; // class PpbInputEventRpcServer |
| 552 |
| 532 class PpbInstanceRpcServer { | 553 class PpbInstanceRpcServer { |
| 533 public: | 554 public: |
| 534 static void PPB_Instance_BindGraphics( | 555 static void PPB_Instance_BindGraphics( |
| 535 NaClSrpcRpc* rpc, | 556 NaClSrpcRpc* rpc, |
| 536 NaClSrpcClosure* done, | 557 NaClSrpcClosure* done, |
| 537 PP_Instance instance, | 558 PP_Instance instance, |
| 538 PP_Resource graphics_device, | 559 PP_Resource graphics_device, |
| 539 int32_t* success); | 560 int32_t* success); |
| 540 static void PPB_Instance_IsFullFrame( | 561 static void PPB_Instance_IsFullFrame( |
| 541 NaClSrpcRpc* rpc, | 562 NaClSrpcRpc* rpc, |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 911 void operator=(const PpbZoomRpcServer); | 932 void operator=(const PpbZoomRpcServer); |
| 912 }; // class PpbZoomRpcServer | 933 }; // class PpbZoomRpcServer |
| 913 | 934 |
| 914 class PpbRpcs { | 935 class PpbRpcs { |
| 915 public: | 936 public: |
| 916 static NaClSrpcHandlerDesc srpc_methods[]; | 937 static NaClSrpcHandlerDesc srpc_methods[]; |
| 917 }; // class PpbRpcs | 938 }; // class PpbRpcs |
| 918 | 939 |
| 919 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ | 940 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ |
| 920 | 941 |
| OLD | NEW |