Home
last modified time | relevance | path

Searched refs:mGrpcChannel (Results 1 – 6 of 6) sorted by relevance

/device/google/trout/hal/vehicle/2.0/
DGrpcVehicleClient.cpp47 mGrpcChannel(::grpc::CreateChannel(mServiceAddr, getChannelCredentials())), in GrpcVehicleClientImpl()
48 mGrpcStub(vhal_proto::VehicleServer::NewStub(mGrpcChannel)) { in GrpcVehicleClientImpl()
77 std::shared_ptr<::grpc::Channel> mGrpcChannel; member in android::hardware::automotive::vehicle::V2_0::impl::GrpcVehicleClientImpl
/device/google/trout/hal/audiocontrol/aidl/1.0/libandroid_audio_controller/
Dandroid_audio_controller.cpp92 std::shared_ptr<::grpc::Channel> mGrpcChannel; member in android::hardware::automotive::audiocontrol::V2_0::implementation::AudioFocusControllerImpl
140 mGrpcChannel = ::grpc::CreateChannel(mServiceAddr, getChannelCredentials()); in SetServerAddr()
141 mGrpcStub = audio_focus_control_proto::AudioFocusControlServer::NewStub(mGrpcChannel); in SetServerAddr()
/device/google/trout/tools/tracing/client/
DTracingClient.cpp34 mGrpcChannel(::grpc::CreateChannel(mServiceAddr, getChannelCredentials())), in TracingClient()
35 mGrpcStub(tracing_vm_proto::TracingServer::NewStub(mGrpcChannel)) {} in TracingClient()
DTracingClient.h37 std::shared_ptr<::grpc::Channel> mGrpcChannel; variable
/device/google/trout/hal/dumpstate/1.1/
DDumpstateDevice.cpp234 mGrpcChannel(::grpc::CreateChannel(mServiceAddr, getChannelCredentials())), in DumpstateDevice()
235 mGrpcStub(dumpstate_proto::DumpstateServer::NewStub(mGrpcChannel)) {} in DumpstateDevice()
DDumpstateDevice.h61 std::shared_ptr<::grpc::Channel> mGrpcChannel; variable