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

/frameworks/native/libs/vr/libpdx/
H A Dclient.cpp262 bool Transaction::GetFileHandle(FileReference ref, LocalHandle* handle) { function in class:android::pdx::Transaction
264 client_.GetChannel()->GetFileHandle(state_, ref, handle);
H A Dservice.cpp211 bool Message::GetFileHandle(FileReference ref, LocalHandle* handle) { function in class:android::pdx::Message
212 PDX_TRACE_NAME("Message::GetFileHandle");
218 *handle = svc->endpoint()->GetFileHandle(this, ref);
/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel.cpp282 bool ClientChannel::GetFileHandle(void* transaction_state, FileReference ref, function in class:android::pdx::uds::ClientChannel
H A Dipc_helper.cpp352 bool ReceivePayload::GetFileHandle(FileReference ref, LocalHandle* handle) { function in class:android::pdx::uds::ReceivePayload
H A Dservice_endpoint.cpp733 LocalHandle Endpoint::GetFileHandle(Message* message, FileReference ref) const { function in class:android::pdx::uds::Endpoint

Completed in 155 milliseconds