Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/shared_impl/
Dplatform_file.h14 PPAPI_SHARED_EXPORT base::PlatformFile IntToPlatformFile(int32_t handle);
Dplatform_file.cc11 base::PlatformFile IntToPlatformFile(int32_t handle) { in IntToPlatformFile() function
/external/chromium_org/ppapi/proxy/
Dppb_audio_proxy.cc26 using ppapi::IntToPlatformFile;
287 IntToPlatformFile(socket_handle), false); in GetAudioConnectedHandles()
300 IntToPlatformFile(shared_memory_handle), false); in GetAudioConnectedHandles()
Dppb_broker_proxy.cc20 using ppapi::IntToPlatformFile;
209 dispatcher()->ShareHandleWithRemote(IntToPlatformFile(socket_handle), in ConnectCompleteInHost()
/external/chromium_org/ppapi/tests/
Dtest_broker.cc52 PlatformFile IntToPlatformFile(int32_t handle) { in IntToPlatformFile() function
174 PlatformFile file = IntToPlatformFile(handle); in OnInstanceConnected()
296 PlatformFile file = IntToPlatformFile(handle); in TestConnectAndPipe()