Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/
Dclient_tests.cpp204 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 …]
Dclient.cpp156 auto status = client_.GetChannel()->SendWithInt( in SendTransaction()
182 *ret = client_.GetChannel()->SendWithInt( in SendTransaction()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dmock_client_channel.h22 MOCK_METHOD6(SendWithInt,
Dclient_channel.h43 virtual Status<int> SendWithInt(void* transaction_state, int opcode,
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dclient_channel.h53 Status<int> SendWithInt(void* transaction_state, int opcode,
/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel.cpp210 Status<int> ClientChannel::SendWithInt(void* transaction_state, int opcode, in SendWithInt() function in android::pdx::uds::ClientChannel