HomeSort by relevance Sort by last modified time
    Searched defs:GetChannelHandle (Results 1 - 5 of 5) sorted by null

  /frameworks/native/libs/vr/libpdx/
client.cpp 119 LocalChannelHandle& Client::GetChannelHandle() {
120 return channel_->GetChannelHandle();
268 bool Transaction::GetChannelHandle(ChannelReference ref,
271 client_.GetChannel()->GetChannelHandle(state_, ref, handle);
service.cpp 230 bool Message::GetChannelHandle(ChannelReference ref,
232 PDX_TRACE_NAME("Message::GetChannelHandle");
238 *handle = svc->endpoint()->GetChannelHandle(this, ref);
  /frameworks/native/libs/vr/libpdx_uds/
client_channel.cpp 284 bool ClientChannel::GetChannelHandle(void* transaction_state,
ipc_helper.cpp 354 bool ReceivePayload::GetChannelHandle(ChannelReference /*ref*/,
service_endpoint.cpp 727 LocalChannelHandle Endpoint::GetChannelHandle(Message* message,

Completed in 152 milliseconds