Searched refs:IntToPlatformFile (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
H A Dplatform_file.h14 PPAPI_SHARED_EXPORT base::PlatformFile IntToPlatformFile(int32_t handle);
H A Dplatform_file.cc11 base::PlatformFile IntToPlatformFile(int32_t handle) { function in namespace:ppapi
/external/chromium_org/ppapi/proxy/
H A Dppb_audio_proxy.cc26 using ppapi::IntToPlatformFile;
289 IntToPlatformFile(socket_handle), false);
302 IntToPlatformFile(shared_memory_handle), false);
H A Dppb_broker_proxy.cc20 using ppapi::IntToPlatformFile;
210 dispatcher()->ShareHandleWithRemote(IntToPlatformFile(socket_handle),
/external/chromium_org/ppapi/tests/
H A Dtest_broker.cc52 PlatformFile IntToPlatformFile(int32_t handle) { function in namespace:__anon9566
174 PlatformFile file = IntToPlatformFile(handle);
296 PlatformFile file = IntToPlatformFile(handle);

Completed in 113 milliseconds