Searched defs:GetFileHandle (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/libs/vr/libpdx/
H A Dclient.cpp263 bool Transaction::GetFileHandle(FileReference ref, LocalHandle* handle) { function in class:android::pdx::Transaction
265 client_.GetChannel()->GetFileHandle(state_, ref, handle);
H A Dservice.cpp214 bool Message::GetFileHandle(FileReference ref, LocalHandle* handle) { function in class:android::pdx::Message
215 PDX_TRACE_NAME("Message::GetFileHandle");
221 *handle = svc->endpoint()->GetFileHandle(this, ref);
/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel.cpp278 bool ClientChannel::GetFileHandle(void* transaction_state, FileReference ref, function in class:android::pdx::uds::ClientChannel
H A Dipc_helper.cpp343 bool ReceivePayload::GetFileHandle(FileReference ref, LocalHandle* handle) { function in class:android::pdx::uds::ReceivePayload
H A Dservice_endpoint.cpp720 LocalHandle Endpoint::GetFileHandle(Message* message, FileReference ref) const { function in class:android::pdx::uds::Endpoint

Completed in 366 milliseconds