Searched refs:FreeMessageState (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dmock_service_endpoint.h67 MOCK_METHOD1(FreeMessageState, void(void* state));
H A Dservice_endpoint.h134 virtual void FreeMessageState(void* state) = 0;
/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dservice_endpoint.h82 void FreeMessageState(void* state) override;
/frameworks/native/libs/vr/libpdx/
H A Dservice_tests.cpp134 EXPECT_CALL(*endpoint(), FreeMessageState(kState));
194 EXPECT_CALL(*endpoint(), FreeMessageState(kState));
215 EXPECT_CALL(*endpoint(), FreeMessageState(nullptr));
H A Dservice.cpp61 svc->endpoint()->FreeMessageState(state_);
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_endpoint.cpp211 void Endpoint::FreeMessageState(void* state) { function in class:android::pdx::uds::Endpoint

Completed in 29 milliseconds