Searched refs:SendWithChannelHandle (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | mock_client_channel.h | 31 MOCK_METHOD6(SendWithChannelHandle,
|
D | client_channel.h | 50 virtual Status<LocalChannelHandle> SendWithChannelHandle(
|
/frameworks/native/libs/vr/libpdx_uds/private/uds/ |
D | client_channel.h | 62 Status<LocalChannelHandle> SendWithChannelHandle(
|
/frameworks/native/libs/vr/libpdx/ |
D | client_tests.cpp | 276 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()
|
D | client.cpp | 224 *ret = client_.GetChannel()->SendWithChannelHandle( in SendTransaction()
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | client_channel.cpp | 239 Status<LocalChannelHandle> ClientChannel::SendWithChannelHandle( in SendWithChannelHandle() function in android::pdx::uds::ClientChannel
|