Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/
Dclient_tests.cpp206 EXPECT_CALL(*mock_channel(), FreeTransactionState(nullptr)); in TEST_F()
218 EXPECT_CALL(*mock_channel(), FreeTransactionState(kTransactionState)); in TEST_F()
232 EXPECT_CALL(*mock_channel(), FreeTransactionState(kTransactionState)); in TEST_F()
247 EXPECT_CALL(*mock_channel(), FreeTransactionState(kTransactionState)); in TEST_F()
262 EXPECT_CALL(*mock_channel(), FreeTransactionState(kTransactionState)); in TEST_F()
279 EXPECT_CALL(*mock_channel(), FreeTransactionState(kTransactionState)); in TEST_F()
295 EXPECT_CALL(*mock_channel(), FreeTransactionState(kTransactionState)); in TEST_F()
314 EXPECT_CALL(*mock_channel(), FreeTransactionState(kTransactionState)); in TEST_F()
330 EXPECT_CALL(*mock_channel(), FreeTransactionState(kTransactionState)); in TEST_F()
419 EXPECT_CALL(*mock_channel(), FreeTransactionState(kTransactionState)); in TEST_F()
[all …]
Dclient.cpp132 client_.GetChannel()->FreeTransactionState(state_); in ~Transaction()
281 client_.GetChannel()->FreeTransactionState(state_); in CheckDisconnect()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dmock_client_channel.h19 MOCK_METHOD1(FreeTransactionState, void(void* state));
Dclient_channel.h38 virtual void FreeTransactionState(void* state) = 0;
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dclient_channel.h48 void FreeTransactionState(void* state) override;
/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel.cpp158 void ClientChannel::FreeTransactionState(void* state) { in FreeTransactionState() function in android::pdx::uds::ClientChannel