Home
last modified time | relevance | path

Searched defs:GetChannelHandle (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dclient_channel.h43 LocalChannelHandle& GetChannelHandle() override { return channel_handle_; } in GetChannelHandle() function
44 const LocalChannelHandle& GetChannelHandle() const override { in GetChannelHandle() function
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dclient.cpp118 LocalChannelHandle& Client::GetChannelHandle() { in GetChannelHandle() function in android::pdx::Client
122 const LocalChannelHandle& Client::GetChannelHandle() const { in GetChannelHandle() function in android::pdx::Client
271 bool Transaction::GetChannelHandle(ChannelReference ref, in GetChannelHandle() function in android::pdx::Transaction
H A Dservice.cpp227 bool Message::GetChannelHandle(ChannelReference ref, in GetChannelHandle() function in android::pdx::Message
H A Dservice_tests.cpp675 TEST_F(ServiceMessageTest, GetChannelHandle) { in TEST_F() argument
/aosp12/frameworks/native/libs/vr/libpdx/fuzz/
H A Dhelpers.h271 LocalChannelHandle GetChannelHandle(Message* message, in GetChannelHandle() function
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel.cpp289 bool ClientChannel::GetChannelHandle(void* transaction_state, in GetChannelHandle() function in android::pdx::uds::ClientChannel
H A Dipc_helper.cpp363 bool ReceivePayload::GetChannelHandle(ChannelReference /*ref*/, in GetChannelHandle() function in android::pdx::uds::ReceivePayload
H A Dservice_endpoint.cpp744 LocalChannelHandle Endpoint::GetChannelHandle(Message* message, in GetChannelHandle() function in android::pdx::uds::Endpoint