Home
last modified time | relevance | path

Searched refs:mServiceAddr (Results 1 – 8 of 8) sorted by relevance

/device/google/trout/hal/dumpstate/1.1/
DDumpstateGrpcServer.h22 explicit DumpstateGrpcServer(const std::string& addr) : mServiceAddr(addr) {} in DumpstateGrpcServer()
42 std::string mServiceAddr; variable
DDumpstateDevice.h59 std::string mServiceAddr; variable
DDumpstateDevice.cpp211 : mServiceAddr(addr), in DumpstateDevice()
212 mGrpcChannel(::grpc::CreateChannel(mServiceAddr, getChannelCredentials())), in DumpstateDevice()
DDumpstateGrpcServer.cpp124 builder.AddListeningPort(mServiceAddr, getServerCredentials()); in Start()
/device/google/trout/hal/vehicle/2.0/
DGrpcVehicleClient.cpp46 : mServiceAddr(addr), in GrpcVehicleClientImpl()
47 mGrpcChannel(::grpc::CreateChannel(mServiceAddr, getChannelCredentials())), in GrpcVehicleClientImpl()
72 std::string mServiceAddr; member in android::hardware::automotive::vehicle::V2_0::impl::GrpcVehicleClientImpl
DGrpcVehicleServer.cpp43 : mServiceAddr(serverInfo.getServerUri()), in GrpcVehicleServerImpl()
110 std::string mServiceAddr; member in android::hardware::automotive::vehicle::V2_0::impl::GrpcVehicleServerImpl
140 builder.AddListeningPort(mServiceAddr, getServerCredentials()); in Start()
/device/google/trout/hal/audiocontrol/2.0/libandroid_audio_controller/
Dandroid_audio_controller.cpp91 std::string mServiceAddr; member in android::hardware::automotive::audiocontrol::V2_0::implementation::AudioFocusControllerImpl
139 mServiceAddr = addr; in SetServerAddr()
140 mGrpcChannel = ::grpc::CreateChannel(mServiceAddr, getChannelCredentials()); in SetServerAddr()
178 if (mServiceAddr.empty()) { in AcquireFocus()
/device/google/trout/hal/audiocontrol/2.0/
DAudioControlServer.cpp85 std::string mServiceAddr; member in android::hardware::automotive::audiocontrol::V2_0::implementation::AudioControlServerImpl
117 AudioControlServerImpl::AudioControlServerImpl(const std::string& addr) : mServiceAddr(addr) {} in AudioControlServerImpl()
147 builder.AddListeningPort(mServiceAddr, getServerCredentials()); in Start()