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

/frameworks/native/libs/vr/libpdx/
H A Dclient.cpp118 LocalChannelHandle& Client::GetChannelHandle() { function in class:android::pdx::Client
119 return channel_->GetChannelHandle();
122 const LocalChannelHandle& Client::GetChannelHandle() const { function in class:android::pdx::Client
123 return channel_->GetChannelHandle();
271 bool Transaction::GetChannelHandle(ChannelReference ref, function in class:android::pdx::Transaction
274 client_.GetChannel()->GetChannelHandle(state_, ref, handle);
H A Dservice.cpp227 bool Message::GetChannelHandle(ChannelReference ref, function in class:android::pdx::Message
229 PDX_TRACE_NAME("Message::GetChannelHandle");
235 *handle = svc->endpoint()->GetChannelHandle(this, ref);
/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel.cpp289 bool ClientChannel::GetChannelHandle(void* transaction_state, function in class:android::pdx::uds::ClientChannel
H A Dipc_helper.cpp363 bool ReceivePayload::GetChannelHandle(ChannelReference /*ref*/, function in class:android::pdx::uds::ReceivePayload
H A Dservice_endpoint.cpp741 LocalChannelHandle Endpoint::GetChannelHandle(Message* message, function in class:android::pdx::uds::Endpoint

Completed in 73 milliseconds