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.cpp44 DisplayProtocol::kClientPath),
160 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.cpp177 : BASE(BufferHubRPC::kClientPath) {
217 : BASE(BufferHubRPC::kClientPath) {
254 : BASE(BufferHubRPC::kClientPath) {
292 : BASE(BufferHubRPC::kClientPath) {
328 : 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.h189 static constexpr char kClientPath[] = "system/vr/display/client"; member in struct:android::DisplayProtocol
222 static constexpr char kClientPath[] = "system/vr/display/manager"; member in struct:android::DisplayManagerProtocol
257 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 Ddisplay_service.cpp27 Endpoint::Create(display::DisplayProtocol::kClientPath)),
H A Dvsync_service.cpp27 : BASE("VSyncService", Endpoint::Create(VSyncProtocol::kClientPath)),
/frameworks/native/services/vr/performanced/
H A Dperformance_service.cpp36 Endpoint::Create(PerformanceRPC::kClientPath)) {
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbufferhub_rpc.h155 static constexpr char kClientPath[] = "system/buffer_hub/client"; member in struct:android::dvr::BufferHubRPC
/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp132 static constexpr char kClientPath[] = "socket_test"; member in struct:__anon1773::final
187 constexpr char TestInterface::kClientPath[]; member in class:__anon1773::TestInterface
336 TestInterface::kClientPath)} {}
437 Endpoint::CreateAndBindSocket(TestInterface::kClientPath)) {}
/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_client.cpp377 : BASE(BufferHubRPC::kClientPath) {
/frameworks/native/services/vr/bufferhubd/
H A Dbuffer_hub.cpp30 : BASE("BufferHub", Endpoint::Create(BufferHubRPC::kClientPath)) {}

Completed in 3937 milliseconds