Searched refs:mGrpcChannel (Results 1 – 6 of 6) sorted by relevance
47 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
92 std::shared_ptr<::grpc::Channel> mGrpcChannel; member in android::hardware::automotive::audiocontrol::V2_0::implementation::AudioFocusControllerImpl140 mGrpcChannel = ::grpc::CreateChannel(mServiceAddr, getChannelCredentials()); in SetServerAddr()141 mGrpcStub = audio_focus_control_proto::AudioFocusControlServer::NewStub(mGrpcChannel); in SetServerAddr()
34 mGrpcChannel(::grpc::CreateChannel(mServiceAddr, getChannelCredentials())), in TracingClient()35 mGrpcStub(tracing_vm_proto::TracingServer::NewStub(mGrpcChannel)) {} in TracingClient()
37 std::shared_ptr<::grpc::Channel> mGrpcChannel; variable
234 mGrpcChannel(::grpc::CreateChannel(mServiceAddr, getChannelCredentials())), in DumpstateDevice()235 mGrpcStub(dumpstate_proto::DumpstateServer::NewStub(mGrpcChannel)) {} in DumpstateDevice()
61 std::shared_ptr<::grpc::Channel> mGrpcChannel; variable