Searched refs:kClientPath (Results 1 - 18 of 18) sorted by relevance

/frameworks/native/libs/vr/libdisplay/
H A Ddisplay_protocol.cpp7 constexpr char DisplayProtocol::kClientPath[]; member in class:android::dvr::display::DisplayProtocol
8 constexpr char DisplayManagerProtocol::kClientPath[]; member in class:android::dvr::display::DisplayManagerProtocol
9 constexpr char VSyncProtocol::kClientPath[]; member in class:android::dvr::display::VSyncProtocol
H A Dvsync_client.cpp16 VSyncProtocol::kClientPath),
21 VSyncProtocol::kClientPath)) {}
H A Ddisplay_manager_client.cpp19 DisplayManagerProtocol::kClientPath)) {}
H A Ddisplay_client.cpp43 DisplayProtocol::kClientPath),
158 DisplayProtocol::kClientPath),
/frameworks/native/libs/vr/libbufferhub/
H A Dbuffer_hub_rpc.cpp6 constexpr char BufferHubRPC::kClientPath[]; member in class:android::dvr::BufferHubRPC
H A Dbuffer_hub_client.cpp25 : Client(ClientChannelFactory::Create(BufferHubRPC::kClientPath)) {}
419 : BASE(BufferHubRPC::kClientPath) {
446 : BASE(BufferHubRPC::kClientPath) {
/frameworks/native/libs/vr/libperformance/
H A Dperformance_rpc.cpp6 constexpr char PerformanceRPC::kClientPath[]; member in class:android::dvr::PerformanceRPC
H A Dperformance_client.cpp17 PerformanceRPC::kClientPath)) {
/frameworks/native/libs/vr/libperformance/include/private/dvr/
H A Dperformance_rpc.h17 static constexpr char kClientPath[] = "system/performance/client"; member in struct:android::dvr::PerformanceRPC
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_protocol.h197 static constexpr char kClientPath[] = "system/vr/display/client"; member in struct:android::DisplayProtocol
241 static constexpr char kClientPath[] = "system/vr/display/manager"; member in struct:android::DisplayManagerProtocol
272 static constexpr char kClientPath[] = "system/vr/display/vsync"; member in struct:android::VSyncProtocol
/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_manager_service.cpp37 Endpoint::Create(DisplayManagerProtocol::kClientPath)),
H A Dvsync_service.cpp27 : BASE("VSyncService", Endpoint::Create(VSyncProtocol::kClientPath)),
H A Ddisplay_service.cpp44 Endpoint::Create(display::DisplayProtocol::kClientPath)) {
/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp132 static constexpr char kClientPath[] = "socket_test"; member in struct:__anon1748::final
187 constexpr char TestInterface::kClientPath[]; member in class:__anon1748::TestInterface
336 TestInterface::kClientPath)} {}
437 Endpoint::CreateAndBindSocket(TestInterface::kClientPath)) {}
/frameworks/native/services/vr/performanced/
H A Dperformance_service.cpp106 Endpoint::Create(PerformanceRPC::kClientPath)) {
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbufferhub_rpc.h355 static constexpr char kClientPath[] = "system/buffer_hub/client"; member in struct:android::dvr::BufferHubRPC
/frameworks/native/services/vr/bufferhubd/
H A Dbuffer_hub.cpp32 : BASE("BufferHub", Endpoint::Create(BufferHubRPC::kClientPath)) {}
/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_client.cpp427 : BASE(BufferHubRPC::kClientPath) {

Completed in 99 milliseconds