OLD | NEW |
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 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 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
583 NaClSrpcRpc* rpc, | 583 NaClSrpcRpc* rpc, |
584 NaClSrpcClosure* done, | 584 NaClSrpcClosure* done, |
585 PP_Instance instance, | 585 PP_Instance instance, |
586 PP_Resource share_context, | 586 PP_Resource share_context, |
587 nacl_abi_size_t attrib_list_bytes, int32_t* attrib_list, | 587 nacl_abi_size_t attrib_list_bytes, int32_t* attrib_list, |
588 PP_Resource* resource_id); | 588 PP_Resource* resource_id); |
589 static void PPB_Graphics3DTrusted_InitCommandBuffer( | 589 static void PPB_Graphics3DTrusted_InitCommandBuffer( |
590 NaClSrpcRpc* rpc, | 590 NaClSrpcRpc* rpc, |
591 NaClSrpcClosure* done, | 591 NaClSrpcClosure* done, |
592 PP_Resource resource_id, | 592 PP_Resource resource_id, |
| 593 int32_t size, |
593 int32_t* success); | 594 int32_t* success); |
594 static void PPB_Graphics3DTrusted_SetGetBuffer( | 595 static void PPB_Graphics3DTrusted_GetRingBuffer( |
595 NaClSrpcRpc* rpc, | 596 NaClSrpcRpc* rpc, |
596 NaClSrpcClosure* done, | 597 NaClSrpcClosure* done, |
597 PP_Resource resource_id, | 598 PP_Resource resource_id, |
598 int32_t shm_id); | 599 NaClSrpcImcDescType* shm_desc, |
| 600 int32_t* shm_size); |
599 static void PPB_Graphics3DTrusted_GetState( | 601 static void PPB_Graphics3DTrusted_GetState( |
600 NaClSrpcRpc* rpc, | 602 NaClSrpcRpc* rpc, |
601 NaClSrpcClosure* done, | 603 NaClSrpcClosure* done, |
602 PP_Resource resource_id, | 604 PP_Resource resource_id, |
603 nacl_abi_size_t* state_bytes, char* state); | 605 nacl_abi_size_t* state_bytes, char* state); |
604 static void PPB_Graphics3DTrusted_Flush( | 606 static void PPB_Graphics3DTrusted_Flush( |
605 NaClSrpcRpc* rpc, | 607 NaClSrpcRpc* rpc, |
606 NaClSrpcClosure* done, | 608 NaClSrpcClosure* done, |
607 PP_Resource resource_id, | 609 PP_Resource resource_id, |
608 int32_t put_offset); | 610 int32_t put_offset); |
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1275 }; // class PpbZoomRpcServer | 1277 }; // class PpbZoomRpcServer |
1276 | 1278 |
1277 class PpbRpcs { | 1279 class PpbRpcs { |
1278 public: | 1280 public: |
1279 static NaClSrpcHandlerDesc srpc_methods[]; | 1281 static NaClSrpcHandlerDesc srpc_methods[]; |
1280 }; // class PpbRpcs | 1282 }; // class PpbRpcs |
1281 | 1283 |
1282 | 1284 |
1283 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ | 1285 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ |
1284 | 1286 |
OLD | NEW |