Searched refs:SendWithFileHandle (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | mock_client_channel.h | 26 MOCK_METHOD6(SendWithFileHandle,
|
D | client_channel.h | 47 virtual Status<LocalHandle> SendWithFileHandle(
|
/frameworks/native/libs/vr/libpdx_uds/private/uds/ |
D | client_channel.h | 57 Status<LocalHandle> SendWithFileHandle(void* transaction_state, int opcode,
|
/frameworks/native/libs/vr/libpdx/ |
D | client_tests.cpp | 244 SendWithFileHandle(kTransactionState, TestInterface::kOpGetFile, in TEST_F() 259 SendWithFileHandle(kTransactionState, TestInterface::kOpGetFile, in TEST_F() 425 SendWithFileHandle(kTransactionState, 2, nullptr, 0, nullptr, 0)) in TEST_F()
|
D | client.cpp | 203 *ret = client_.GetChannel()->SendWithFileHandle( in SendTransaction()
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | client_channel.cpp | 219 Status<LocalHandle> ClientChannel::SendWithFileHandle( in SendWithFileHandle() function in android::pdx::uds::ClientChannel
|