Searched refs:FreeTransactionState (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/vr/libpdx/ |
D | client_tests.cpp | 206 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 …]
|
D | client.cpp | 132 client_.GetChannel()->FreeTransactionState(state_); in ~Transaction() 281 client_.GetChannel()->FreeTransactionState(state_); in CheckDisconnect()
|
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | mock_client_channel.h | 19 MOCK_METHOD1(FreeTransactionState, void(void* state));
|
D | client_channel.h | 38 virtual void FreeTransactionState(void* state) = 0;
|
/frameworks/native/libs/vr/libpdx_uds/private/uds/ |
D | client_channel.h | 48 void FreeTransactionState(void* state) override;
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | client_channel.cpp | 158 void ClientChannel::FreeTransactionState(void* state) { in FreeTransactionState() function in android::pdx::uds::ClientChannel
|