Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/
Dclient_tests.cpp201 EXPECT_CALL(*mock_channel(), AllocateTransactionState()) in TEST_F()
212 EXPECT_CALL(*mock_channel(), AllocateTransactionState()) in TEST_F()
226 EXPECT_CALL(*mock_channel(), AllocateTransactionState()) in TEST_F()
241 EXPECT_CALL(*mock_channel(), AllocateTransactionState()) in TEST_F()
256 EXPECT_CALL(*mock_channel(), AllocateTransactionState()) in TEST_F()
272 EXPECT_CALL(*mock_channel(), AllocateTransactionState()) in TEST_F()
288 EXPECT_CALL(*mock_channel(), AllocateTransactionState()) in TEST_F()
305 EXPECT_CALL(*mock_channel(), AllocateTransactionState()) in TEST_F()
321 EXPECT_CALL(*mock_channel(), AllocateTransactionState()) in TEST_F()
417 EXPECT_CALL(*mock_channel(), AllocateTransactionState()) in TEST_F()
[all …]
Dclient.cpp137 state_ = client_.GetChannel()->AllocateTransactionState(); in EnsureStateAllocated()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dmock_client_channel.h18 MOCK_METHOD0(AllocateTransactionState, void*());
Dclient_channel.h37 virtual void* AllocateTransactionState() = 0;
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dclient_channel.h47 void* AllocateTransactionState() override;
/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel.cpp156 void* ClientChannel::AllocateTransactionState() { return new TransactionState; } in AllocateTransactionState() function in android::pdx::uds::ClientChannel