Home
last modified time | relevance | path

Searched refs:SendWithChannelHandle (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/
Dmock_client_channel.h31 MOCK_METHOD6(SendWithChannelHandle,
Dclient_channel.h50 virtual Status<LocalChannelHandle> SendWithChannelHandle(
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dclient_channel.h62 Status<LocalChannelHandle> SendWithChannelHandle(
/frameworks/native/libs/vr/libpdx/
Dclient_tests.cpp276 SendWithChannelHandle(kTransactionState, TestInterface::kOpPushChannel, _, in TEST_F()
292 SendWithChannelHandle(kTransactionState, TestInterface::kOpPushChannel, _, in TEST_F()
428 EXPECT_CALL(*mock_channel(), SendWithChannelHandle(kTransactionState, 3, in TEST_F()
Dclient.cpp224 *ret = client_.GetChannel()->SendWithChannelHandle( in SendTransaction()
/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel.cpp239 Status<LocalChannelHandle> ClientChannel::SendWithChannelHandle( in SendWithChannelHandle() function in android::pdx::uds::ClientChannel