HomeSort by relevance Sort by last modified time
    Searched refs:kClientPath (Results 1 - 18 of 18) sorted by null

  /frameworks/native/libs/vr/libdisplay/
display_protocol.cpp 7 constexpr char DisplayProtocol::kClientPath[];
8 constexpr char DisplayManagerProtocol::kClientPath[];
9 constexpr char VSyncProtocol::kClientPath[];
vsync_client.cpp 16 VSyncProtocol::kClientPath),
21 VSyncProtocol::kClientPath)) {}
display_manager_client.cpp 19 DisplayManagerProtocol::kClientPath)) {}
display_client.cpp 44 DisplayProtocol::kClientPath),
159 DisplayProtocol::kClientPath),
  /frameworks/native/libs/vr/libbufferhub/
buffer_hub_rpc.cpp 6 constexpr char BufferHubRPC::kClientPath[];
buffer_hub_client.cpp 404 : BASE(BufferHubRPC::kClientPath) {
446 : BASE(BufferHubRPC::kClientPath) {
483 : BASE(BufferHubRPC::kClientPath) {
521 : BASE(BufferHubRPC::kClientPath) {
557 : BASE(BufferHubRPC::kClientPath) {
  /frameworks/native/libs/vr/libperformance/
performance_rpc.cpp 6 constexpr char PerformanceRPC::kClientPath[];
performance_client.cpp 17 PerformanceRPC::kClientPath)) {
  /frameworks/native/libs/vr/libperformance/include/private/dvr/
performance_rpc.h 17 static constexpr char kClientPath[] = "system/performance/client";
  /frameworks/native/libs/vr/libdisplay/include/private/dvr/
display_protocol.h 197 static constexpr char kClientPath[] = "system/vr/display/client";
241 static constexpr char kClientPath[] = "system/vr/display/manager";
272 static constexpr char kClientPath[] = "system/vr/display/vsync";
  /frameworks/native/libs/vr/libvrflinger/
display_manager_service.cpp 37 Endpoint::Create(DisplayManagerProtocol::kClientPath)),
vsync_service.cpp 27 : BASE("VSyncService", Endpoint::Create(VSyncProtocol::kClientPath)),
display_service.cpp 43 Endpoint::Create(display::DisplayProtocol::kClientPath)) {
  /frameworks/native/libs/vr/libpdx_uds/
remote_method_tests.cpp 132 static constexpr char kClientPath[] = "socket_test";
187 constexpr char TestInterface::kClientPath[];
336 TestInterface::kClientPath)} {}
437 Endpoint::CreateAndBindSocket(TestInterface::kClientPath)) {}
  /frameworks/native/services/vr/performanced/
performance_service.cpp 106 Endpoint::Create(PerformanceRPC::kClientPath)) {
  /frameworks/native/libs/vr/libbufferhub/include/private/dvr/
bufferhub_rpc.h 355 static constexpr char kClientPath[] = "system/buffer_hub/client";
  /frameworks/native/libs/vr/libbufferhubqueue/
buffer_hub_queue_client.cpp 419 : BASE(BufferHubRPC::kClientPath) {
  /frameworks/native/services/vr/bufferhubd/
buffer_hub.cpp 30 : BASE("BufferHub", Endpoint::Create(BufferHubRPC::kClientPath)) {}

Completed in 171 milliseconds