Home
last modified time | relevance | path

Searched refs:FreeMessageState (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/
Dmock_service_endpoint.h67 MOCK_METHOD1(FreeMessageState, void(void* state));
Dservice_endpoint.h134 virtual void FreeMessageState(void* state) = 0;
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dservice_endpoint.h82 void FreeMessageState(void* state) override;
/frameworks/native/libs/vr/libpdx/fuzz/
Dhelpers.h281 void FreeMessageState(void* state) { UNUSED(state); } in FreeMessageState() function
/frameworks/native/libs/vr/libpdx/
Dservice_tests.cpp136 EXPECT_CALL(*endpoint(), FreeMessageState(kState)); in SetupMessageInfoAndDefaultExpectations()
196 EXPECT_CALL(*endpoint(), FreeMessageState(kState)); in TEST_F()
217 EXPECT_CALL(*endpoint(), FreeMessageState(nullptr)); in TEST_F()
Dservice.cpp61 svc->endpoint()->FreeMessageState(state_); in Destroy()
/frameworks/native/libs/vr/libpdx_uds/
Dservice_endpoint.cpp211 void Endpoint::FreeMessageState(void* state) { in FreeMessageState() function in android::pdx::uds::Endpoint