Searched refs:IntToPlatformFile (Results 1 – 5 of 5) sorted by relevance
14 PPAPI_SHARED_EXPORT base::PlatformFile IntToPlatformFile(int32_t handle);
11 base::PlatformFile IntToPlatformFile(int32_t handle) { in IntToPlatformFile() function
26 using ppapi::IntToPlatformFile;287 IntToPlatformFile(socket_handle), false); in GetAudioConnectedHandles()300 IntToPlatformFile(shared_memory_handle), false); in GetAudioConnectedHandles()
20 using ppapi::IntToPlatformFile;209 dispatcher()->ShareHandleWithRemote(IntToPlatformFile(socket_handle), in ConnectCompleteInHost()
52 PlatformFile IntToPlatformFile(int32_t handle) { in IntToPlatformFile() function174 PlatformFile file = IntToPlatformFile(handle); in OnInstanceConnected()296 PlatformFile file = IntToPlatformFile(handle); in TestConnectAndPipe()