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

Side by Side Diff: src/shared/ppapi_proxy/ppb_rpc_client.cc

Issue 7395005: Proxy PPB_Input_Event, PPP_Input_Event, and associated IFs. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: copyright headers Created 9 years, 5 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
« no previous file with comments | « src/shared/ppapi_proxy/ppb_input_event.srpc ('k') | src/shared/ppapi_proxy/ppb_rpc_server.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 "PPB_ImageData_Describe:i:Chii", 1068 "PPB_ImageData_Describe:i:Chii",
1069 resource, 1069 resource,
1070 desc_bytes, desc, 1070 desc_bytes, desc,
1071 shm, 1071 shm,
1072 shm_size, 1072 shm_size,
1073 success 1073 success
1074 ); 1074 );
1075 return retval; 1075 return retval;
1076 } 1076 }
1077 1077
1078 NaClSrpcError PpbInputEventRpcClient::PPB_InputEvent_RequestInputEvents(
1079 NaClSrpcChannel* channel,
1080 PP_Instance instance,
1081 int32_t event_classes,
1082 int32_t filtered,
1083 int32_t* success) {
1084 NaClSrpcError retval;
1085 retval = NaClSrpcInvokeBySignature(
1086 channel,
1087 "PPB_InputEvent_RequestInputEvents:iii:i",
1088 instance,
1089 event_classes,
1090 filtered,
1091 success
1092 );
1093 return retval;
1094 }
1095
1096 NaClSrpcError PpbInputEventRpcClient::PPB_InputEvent_ClearInputEventRequest(
1097 NaClSrpcChannel* channel,
1098 PP_Instance instance,
1099 int32_t event_classes) {
1100 NaClSrpcError retval;
1101 retval = NaClSrpcInvokeBySignature(
1102 channel,
1103 "PPB_InputEvent_ClearInputEventRequest:ii:",
1104 instance,
1105 event_classes
1106 );
1107 return retval;
1108 }
1109
1078 NaClSrpcError PpbInstanceRpcClient::PPB_Instance_BindGraphics( 1110 NaClSrpcError PpbInstanceRpcClient::PPB_Instance_BindGraphics(
1079 NaClSrpcChannel* channel, 1111 NaClSrpcChannel* channel,
1080 PP_Instance instance, 1112 PP_Instance instance,
1081 PP_Resource graphics_device, 1113 PP_Resource graphics_device,
1082 int32_t* success) { 1114 int32_t* success) {
1083 NaClSrpcError retval; 1115 NaClSrpcError retval;
1084 retval = NaClSrpcInvokeBySignature( 1116 retval = NaClSrpcInvokeBySignature(
1085 channel, 1117 channel,
1086 "PPB_Instance_BindGraphics:ii:i", 1118 "PPB_Instance_BindGraphics:ii:i",
1087 instance, 1119 instance,
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after
1861 channel, 1893 channel,
1862 "PPB_Zoom_ZoomLimitsChanged:idd:", 1894 "PPB_Zoom_ZoomLimitsChanged:idd:",
1863 instance, 1895 instance,
1864 minimum_factor, 1896 minimum_factor,
1865 maximum_factor 1897 maximum_factor
1866 ); 1898 );
1867 return retval; 1899 return retval;
1868 } 1900 }
1869 1901
1870 1902
OLDNEW
« no previous file with comments | « src/shared/ppapi_proxy/ppb_input_event.srpc ('k') | src/shared/ppapi_proxy/ppb_rpc_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698