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

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/ppb_rpc_server.cc

Issue 9566022: Rename NaCl/pepper gamepad interface from _dev to stable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 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 945 matching lines...) Expand 10 before | Expand all | Expand 10 after
956 ) { 956 ) {
957 PpbFullscreenRpcServer::PPB_Fullscreen_GetScreenSize( 957 PpbFullscreenRpcServer::PPB_Fullscreen_GetScreenSize(
958 rpc, 958 rpc,
959 done, 959 done,
960 inputs[0]->u.ival, 960 inputs[0]->u.ival,
961 &(outputs[0]->u.count), outputs[0]->arrays.carr, 961 &(outputs[0]->u.count), outputs[0]->arrays.carr,
962 &(outputs[1]->u.ival) 962 &(outputs[1]->u.ival)
963 ); 963 );
964 } 964 }
965 965
966 static void PPB_Gamepad_SampleGamepadsDispatcher( 966 static void PPB_Gamepad_SampleDispatcher(
967 NaClSrpcRpc* rpc, 967 NaClSrpcRpc* rpc,
968 NaClSrpcArg** inputs, 968 NaClSrpcArg** inputs,
969 NaClSrpcArg** outputs, 969 NaClSrpcArg** outputs,
970 NaClSrpcClosure* done 970 NaClSrpcClosure* done
971 ) { 971 ) {
972 PpbGamepadRpcServer::PPB_Gamepad_SampleGamepads( 972 PpbGamepadRpcServer::PPB_Gamepad_Sample(
973 rpc, 973 rpc,
974 done, 974 done,
975 inputs[0]->u.ival, 975 inputs[0]->u.ival,
976 &(outputs[0]->u.count), outputs[0]->arrays.carr 976 &(outputs[0]->u.count), outputs[0]->arrays.carr
977 ); 977 );
978 } 978 }
979 979
980 static void PPB_Graphics2D_CreateDispatcher( 980 static void PPB_Graphics2D_CreateDispatcher(
981 NaClSrpcRpc* rpc, 981 NaClSrpcRpc* rpc,
982 NaClSrpcArg** inputs, 982 NaClSrpcArg** inputs,
(...skipping 2104 matching lines...) Expand 10 before | Expand all | Expand 10 after
3087 { "PPB_Font_GetFontFamilies:i:C", PPB_Font_GetFontFamiliesDispatcher }, 3087 { "PPB_Font_GetFontFamilies:i:C", PPB_Font_GetFontFamiliesDispatcher },
3088 { "PPB_Font_Create:iCC:i", PPB_Font_CreateDispatcher }, 3088 { "PPB_Font_Create:iCC:i", PPB_Font_CreateDispatcher },
3089 { "PPB_Font_IsFont:i:i", PPB_Font_IsFontDispatcher }, 3089 { "PPB_Font_IsFont:i:i", PPB_Font_IsFontDispatcher },
3090 { "PPB_Font_Describe:i:CCCi", PPB_Font_DescribeDispatcher }, 3090 { "PPB_Font_Describe:i:CCCi", PPB_Font_DescribeDispatcher },
3091 { "PPB_Font_DrawTextAt:iiCCCiCi:i", PPB_Font_DrawTextAtDispatcher }, 3091 { "PPB_Font_DrawTextAt:iiCCCiCi:i", PPB_Font_DrawTextAtDispatcher },
3092 { "PPB_Font_MeasureText:iCC:i", PPB_Font_MeasureTextDispatcher }, 3092 { "PPB_Font_MeasureText:iCC:i", PPB_Font_MeasureTextDispatcher },
3093 { "PPB_Font_CharacterOffsetForPixel:iCCi:i", PPB_Font_CharacterOffsetForPixelD ispatcher }, 3093 { "PPB_Font_CharacterOffsetForPixel:iCCi:i", PPB_Font_CharacterOffsetForPixelD ispatcher },
3094 { "PPB_Font_PixelOffsetForCharacter:iCCi:i", PPB_Font_PixelOffsetForCharacterD ispatcher }, 3094 { "PPB_Font_PixelOffsetForCharacter:iCCi:i", PPB_Font_PixelOffsetForCharacterD ispatcher },
3095 { "PPB_Fullscreen_SetFullscreen:ii:i", PPB_Fullscreen_SetFullscreenDispatcher }, 3095 { "PPB_Fullscreen_SetFullscreen:ii:i", PPB_Fullscreen_SetFullscreenDispatcher },
3096 { "PPB_Fullscreen_GetScreenSize:i:Ci", PPB_Fullscreen_GetScreenSizeDispatcher }, 3096 { "PPB_Fullscreen_GetScreenSize:i:Ci", PPB_Fullscreen_GetScreenSizeDispatcher },
3097 { "PPB_Gamepad_SampleGamepads:i:C", PPB_Gamepad_SampleGamepadsDispatcher }, 3097 { "PPB_Gamepad_Sample:i:C", PPB_Gamepad_SampleDispatcher },
3098 { "PPB_Graphics2D_Create:iCi:i", PPB_Graphics2D_CreateDispatcher }, 3098 { "PPB_Graphics2D_Create:iCi:i", PPB_Graphics2D_CreateDispatcher },
3099 { "PPB_Graphics2D_IsGraphics2D:i:i", PPB_Graphics2D_IsGraphics2DDispatcher }, 3099 { "PPB_Graphics2D_IsGraphics2D:i:i", PPB_Graphics2D_IsGraphics2DDispatcher },
3100 { "PPB_Graphics2D_Describe:i:Cii", PPB_Graphics2D_DescribeDispatcher }, 3100 { "PPB_Graphics2D_Describe:i:Cii", PPB_Graphics2D_DescribeDispatcher },
3101 { "PPB_Graphics2D_PaintImageData:iiCC:", PPB_Graphics2D_PaintImageDataDispatch er }, 3101 { "PPB_Graphics2D_PaintImageData:iiCC:", PPB_Graphics2D_PaintImageDataDispatch er },
3102 { "PPB_Graphics2D_Scroll:iCC:", PPB_Graphics2D_ScrollDispatcher }, 3102 { "PPB_Graphics2D_Scroll:iCC:", PPB_Graphics2D_ScrollDispatcher },
3103 { "PPB_Graphics2D_ReplaceContents:ii:", PPB_Graphics2D_ReplaceContentsDispatch er }, 3103 { "PPB_Graphics2D_ReplaceContents:ii:", PPB_Graphics2D_ReplaceContentsDispatch er },
3104 { "PPB_Graphics2D_Flush:ii:i", PPB_Graphics2D_FlushDispatcher }, 3104 { "PPB_Graphics2D_Flush:ii:i", PPB_Graphics2D_FlushDispatcher },
3105 { "PPB_Graphics3D_GetAttribMaxValue:ii:ii", PPB_Graphics3D_GetAttribMaxValueDi spatcher }, 3105 { "PPB_Graphics3D_GetAttribMaxValue:ii:ii", PPB_Graphics3D_GetAttribMaxValueDi spatcher },
3106 { "PPB_Graphics3D_Create:iiI:i", PPB_Graphics3D_CreateDispatcher }, 3106 { "PPB_Graphics3D_Create:iiI:i", PPB_Graphics3D_CreateDispatcher },
3107 { "PPB_Graphics3D_GetAttribs:iI:Ii", PPB_Graphics3D_GetAttribsDispatcher }, 3107 { "PPB_Graphics3D_GetAttribs:iI:Ii", PPB_Graphics3D_GetAttribsDispatcher },
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
3226 { "PPB_Widget_IsWidget:i:i", PPB_Widget_IsWidgetDispatcher }, 3226 { "PPB_Widget_IsWidget:i:i", PPB_Widget_IsWidgetDispatcher },
3227 { "PPB_Widget_Paint:iCi:i", PPB_Widget_PaintDispatcher }, 3227 { "PPB_Widget_Paint:iCi:i", PPB_Widget_PaintDispatcher },
3228 { "PPB_Widget_HandleEvent:ii:i", PPB_Widget_HandleEventDispatcher }, 3228 { "PPB_Widget_HandleEvent:ii:i", PPB_Widget_HandleEventDispatcher },
3229 { "PPB_Widget_GetLocation:i:Ci", PPB_Widget_GetLocationDispatcher }, 3229 { "PPB_Widget_GetLocation:i:Ci", PPB_Widget_GetLocationDispatcher },
3230 { "PPB_Widget_SetLocation:iC:", PPB_Widget_SetLocationDispatcher }, 3230 { "PPB_Widget_SetLocation:iC:", PPB_Widget_SetLocationDispatcher },
3231 { "PPB_Zoom_ZoomChanged:id:", PPB_Zoom_ZoomChangedDispatcher }, 3231 { "PPB_Zoom_ZoomChanged:id:", PPB_Zoom_ZoomChangedDispatcher },
3232 { "PPB_Zoom_ZoomLimitsChanged:idd:", PPB_Zoom_ZoomLimitsChangedDispatcher }, 3232 { "PPB_Zoom_ZoomLimitsChanged:idd:", PPB_Zoom_ZoomLimitsChangedDispatcher },
3233 { NULL, NULL } 3233 { NULL, NULL }
3234 }; 3234 };
3235 3235
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698