Searched refs:AllocateTransactionState (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/vr/libpdx/ |
D | client_tests.cpp | 201 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 …]
|
D | client.cpp | 137 state_ = client_.GetChannel()->AllocateTransactionState(); in EnsureStateAllocated()
|
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | mock_client_channel.h | 18 MOCK_METHOD0(AllocateTransactionState, void*());
|
D | client_channel.h | 37 virtual void* AllocateTransactionState() = 0;
|
/frameworks/native/libs/vr/libpdx_uds/private/uds/ |
D | client_channel.h | 47 void* AllocateTransactionState() override;
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | client_channel.cpp | 156 void* ClientChannel::AllocateTransactionState() { return new TransactionState; } in AllocateTransactionState() function in android::pdx::uds::ClientChannel
|