Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h

Issue 9148044: Add NaCl proxy for pepper gamepad (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing build file entry Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 PP_Instance instance, 480 PP_Instance instance,
481 nacl_abi_size_t* size_bytes, char* size, 481 nacl_abi_size_t* size_bytes, char* size,
482 int32_t* success); 482 int32_t* success);
483 483
484 private: 484 private:
485 PpbFullscreenRpcServer(); 485 PpbFullscreenRpcServer();
486 PpbFullscreenRpcServer(const PpbFullscreenRpcServer&); 486 PpbFullscreenRpcServer(const PpbFullscreenRpcServer&);
487 void operator=(const PpbFullscreenRpcServer); 487 void operator=(const PpbFullscreenRpcServer);
488 }; // class PpbFullscreenRpcServer 488 }; // class PpbFullscreenRpcServer
489 489
490 class PpbGamepadRpcServer {
491 public:
492 static void PPB_Gamepad_SampleGamepads(
493 NaClSrpcRpc* rpc,
494 NaClSrpcClosure* done,
495 PP_Instance instance,
496 nacl_abi_size_t* data_bytes, char* data);
497
498 private:
499 PpbGamepadRpcServer();
500 PpbGamepadRpcServer(const PpbGamepadRpcServer&);
501 void operator=(const PpbGamepadRpcServer);
502 }; // class PpbGamepadRpcServer
503
490 class PpbGraphics2DRpcServer { 504 class PpbGraphics2DRpcServer {
491 public: 505 public:
492 static void PPB_Graphics2D_Create( 506 static void PPB_Graphics2D_Create(
493 NaClSrpcRpc* rpc, 507 NaClSrpcRpc* rpc,
494 NaClSrpcClosure* done, 508 NaClSrpcClosure* done,
495 PP_Instance instance, 509 PP_Instance instance,
496 nacl_abi_size_t size_bytes, char* size, 510 nacl_abi_size_t size_bytes, char* size,
497 int32_t is_always_opaque, 511 int32_t is_always_opaque,
498 PP_Resource* resource); 512 PP_Resource* resource);
499 static void PPB_Graphics2D_IsGraphics2D( 513 static void PPB_Graphics2D_IsGraphics2D(
(...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
1286 }; // class PpbZoomRpcServer 1300 }; // class PpbZoomRpcServer
1287 1301
1288 class PpbRpcs { 1302 class PpbRpcs {
1289 public: 1303 public:
1290 static NaClSrpcHandlerDesc srpc_methods[]; 1304 static NaClSrpcHandlerDesc srpc_methods[];
1291 }; // class PpbRpcs 1305 }; // class PpbRpcs
1292 1306
1293 1307
1294 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ 1308 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_
1295 1309
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698