Searched defs:GetFileHandle (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/vr/libpdx/ | ||
D | client.cpp | 262 bool Transaction::GetFileHandle(FileReference ref, LocalHandle* handle) { in GetFileHandle() function in android::pdx::Transaction |
D | service.cpp | 211 bool Message::GetFileHandle(FileReference ref, LocalHandle* handle) { in GetFileHandle() function in android::pdx::Message |
D | service_tests.cpp | 643 TEST_F(ServiceMessageTest, GetFileHandle) { in TEST_F() argument |
/frameworks/native/libs/vr/libpdx_uds/ | ||
D | client_channel.cpp | 282 bool ClientChannel::GetFileHandle(void* transaction_state, FileReference ref, in GetFileHandle() function in android::pdx::uds::ClientChannel |
D | ipc_helper.cpp | 352 bool ReceivePayload::GetFileHandle(FileReference ref, LocalHandle* handle) { in GetFileHandle() function in android::pdx::uds::ReceivePayload |
D | service_endpoint.cpp | 733 LocalHandle Endpoint::GetFileHandle(Message* message, FileReference ref) const { in GetFileHandle() function in android::pdx::uds::Endpoint |