Searched refs:SendWithInt (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/vr/libpdx/ |
D | client_tests.cpp | 204 SendWithInt(nullptr, TestInterface::kOpAdd, _, _, nullptr, 0)) in TEST_F() 216 SendWithInt(kTransactionState, TestInterface::kOpAdd, _, _, nullptr, 0)) in TEST_F() 230 SendWithInt(kTransactionState, TestInterface::kOpAdd, _, _, nullptr, 0)) in TEST_F() 311 SendWithInt(kTransactionState, TestInterface::kOpSendFile, _, _, in TEST_F() 327 SendWithInt(kTransactionState, TestInterface::kOpSendFile, _, _, in TEST_F() 421 SendWithInt(kTransactionState, 1, nullptr, 0, nullptr, 0)) in TEST_F() 437 EXPECT_CALL(*mock_channel(), SendWithInt(nullptr, 1, nullptr, 0, nullptr, 0)) in TEST_F() 453 EXPECT_CALL(*mock_channel(), SendWithInt(nullptr, 1, nullptr, 0, nullptr, 0)) in TEST_F() 458 SendWithInt(nullptr, 2, Ne(nullptr), 1, nullptr, 0)) in TEST_F() 462 EXPECT_CALL(*mock_channel(), SendWithInt(nullptr, 3, nullptr, 0, nullptr, 0)) in TEST_F() [all …]
|
D | client.cpp | 156 auto status = client_.GetChannel()->SendWithInt( in SendTransaction() 182 *ret = client_.GetChannel()->SendWithInt( in SendTransaction()
|
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | mock_client_channel.h | 22 MOCK_METHOD6(SendWithInt,
|
D | client_channel.h | 43 virtual Status<int> SendWithInt(void* transaction_state, int opcode,
|
/frameworks/native/libs/vr/libpdx_uds/private/uds/ |
D | client_channel.h | 53 Status<int> SendWithInt(void* transaction_state, int opcode,
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | client_channel.cpp | 210 Status<int> ClientChannel::SendWithInt(void* transaction_state, int opcode, in SendWithInt() function in android::pdx::uds::ClientChannel
|