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

/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dmock_service_endpoint.h13 MOCK_METHOD1(SetService, Status<void>(Service* service));
H A Dservice_endpoint.h47 virtual Status<void> SetService(Service* service) = 0;
/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dservice_endpoint.h42 Status<void> SetService(Service* service) override;
/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp452 const auto status = endpoint_->SetService(this);
459 const auto status = endpoint_->SetService(nullptr);
H A Dservice_tests.cpp103 EXPECT_CALL(*endpoint, SetService(_))
743 EXPECT_CALL(*endpoint2, SetService(_))
791 EXPECT_CALL(*endpoint2, SetService(_))
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_endpoint.cpp260 Status<void> Endpoint::SetService(Service* service) { function in class:android::pdx::uds::Endpoint

Completed in 296 milliseconds