Home
last modified time | relevance | path

Searched refs:kClientPath (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/libs/vr/libbufferhub/
Dbuffer_hub_rpc.cpp6 constexpr char BufferHubRPC::kClientPath[]; member in android::dvr::BufferHubRPC
Dproducer_buffer.cpp12 : BASE(BufferHubRPC::kClientPath) { in ProducerBuffer()
39 : BASE(BufferHubRPC::kClientPath) { in ProducerBuffer()
/frameworks/native/libs/vr/libperformance/
Dperformance_rpc.cpp6 constexpr char PerformanceRPC::kClientPath[]; member in android::dvr::PerformanceRPC
Dperformance_client.cpp17 PerformanceRPC::kClientPath)) { in PerformanceClient()
/frameworks/native/libs/vr/libperformance/include/private/dvr/
Dperformance_rpc.h17 static constexpr char kClientPath[] = "system/performance/client"; member
/frameworks/native/libs/vr/libpdx_uds/
Dremote_method_tests.cpp132 static constexpr char kClientPath[] = "socket_test"; member
187 constexpr char TestInterface::kClientPath[]; member in __anon586972210111::TestInterface
336 TestInterface::kClientPath)} {} in TestClient()
437 Endpoint::CreateAndBindSocket(TestInterface::kClientPath)) {} in TestService()
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
Dbufferhub_rpc.h295 static constexpr char kClientPath[] = "system/buffer_hub/client"; member
/frameworks/native/services/vr/performanced/
Dperformance_service.cpp112 Endpoint::Create(PerformanceRPC::kClientPath)) { in PerformanceService()
/frameworks/native/services/vr/bufferhubd/
Dbuffer_hub.cpp30 : BASE("BufferHub", Endpoint::Create(BufferHubRPC::kClientPath)) {} in BufferHubService()