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

  /frameworks/native/libs/vr/libpdx_default_transport/private/servicefs/pdx/default_transport/
client_channel.h 4 #include <servicefs/client_channel.h>
  /frameworks/native/libs/vr/libpdx_default_transport/private/uds/pdx/default_transport/
client_channel.h 4 #include <uds/client_channel.h>
  /frameworks/native/libs/vr/libpdx/private/pdx/
client_channel_factory.h 4 #include <pdx/client_channel.h>
mock_client_channel.h 5 #include <pdx/client_channel.h>
client.h 12 #include <pdx/client_channel.h>
  /external/tensorflow/tensorflow/contrib/verbs/
grpc_verbs_client.h 30 explicit GrpcVerbsClient(SharedGrpcChannelPtr client_channel)
31 : stub_(grpc::VerbsService::NewStub(client_channel)) {}
rdma_mgr.cc 66 SharedGrpcChannelPtr client_channel = local
68 GrpcVerbsClient* client = new GrpcVerbsClient(client_channel);
  /frameworks/native/libs/vr/libdisplay/include/private/dvr/
display_manager_client.h 30 if (auto* client_channel = GetChannel())
31 return client_channel->GetEventMask(events);
  /frameworks/native/libs/vr/libpdx/
mock_tests.cpp 11 android::pdx::MockClientChannel client_channel; local
  /frameworks/native/libs/vr/libbufferhub/include/private/dvr/
buffer_hub_client.h 88 if (auto* client_channel = GetChannel()) {
89 return client_channel->GetEventMask(events);
96 if (auto* client_channel = GetChannel()) {
97 return client_channel->GetEventSources();
  /frameworks/native/libs/vr/libpdx_uds/private/uds/
channel_event_set.h 6 #include <pdx/client_channel.h>
client_channel.h 4 #include <pdx/client_channel.h>
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_remote_master.cc 38 explicit GrpcRemoteMaster(const SharedGrpcChannelPtr& client_channel)
39 : stub_(grpc::MasterService::NewStub(client_channel)) {}
  /frameworks/native/libs/vr/libpdx_uds/
client_channel_tests.cpp 1 #include <uds/client_channel.h>
110 LocalHandle client_channel{channel_sockets[1]};
113 auto factory = ClientChannelFactory::Create(std::move(client_channel));
service_framework_tests.cpp 22 #include <uds/client_channel.h>
385 if (auto* client_channel = GetChannel()) {
386 return client_channel->GetEventMask(events);
client_channel_factory.cpp 13 #include <uds/client_channel.h>
remote_method_tests.cpp 19 #include <uds/client_channel.h>
  /frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
buffer_hub_queue_client.h 101 if (auto* client_channel = GetChannel()) {
102 return client_channel->GetEventMask(events);
  /frameworks/native/libs/vr/libdisplay/
display_client.cpp 5 #include <pdx/default_transport/client_channel.h>
  /frameworks/native/libs/vr/libbufferhub/
buffer_hub_client.cpp 10 #include <pdx/default_transport/client_channel.h>
  /frameworks/native/libs/vr/libbufferhubqueue/
buffer_hub_queue_client.cpp 10 #include <pdx/default_transport/client_channel.h>

Completed in 493 milliseconds