Loading system/gd/hal/cert/cert.cc +4 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,10 @@ class HciHalCertService : public HciHalCert::Service, public ::bluetooth::hal::H hal->registerIncomingPacketCallback(this); } ~HciHalCertService() { hal_->unregisterIncomingPacketCallback(); } ::grpc::Status SendHciResetCommand(::grpc::ServerContext* context, const ::google::protobuf::Empty* request, ::google::protobuf::Empty* response) override { std::unique_lock<std::mutex> lock(mutex_); Loading system/gd/hal/facade.cc +4 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,10 @@ class HciHalFacadeService hal->registerIncomingPacketCallback(this); } ~HciHalFacadeService() { hal_->unregisterIncomingPacketCallback(); } ::grpc::Status SendHciResetCommand(::grpc::ServerContext* context, const ::google::protobuf::Empty* request, ::google::protobuf::Empty* response) override { std::unique_lock<std::mutex> lock(mutex_); Loading Loading
system/gd/hal/cert/cert.cc +4 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,10 @@ class HciHalCertService : public HciHalCert::Service, public ::bluetooth::hal::H hal->registerIncomingPacketCallback(this); } ~HciHalCertService() { hal_->unregisterIncomingPacketCallback(); } ::grpc::Status SendHciResetCommand(::grpc::ServerContext* context, const ::google::protobuf::Empty* request, ::google::protobuf::Empty* response) override { std::unique_lock<std::mutex> lock(mutex_); Loading
system/gd/hal/facade.cc +4 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,10 @@ class HciHalFacadeService hal->registerIncomingPacketCallback(this); } ~HciHalFacadeService() { hal_->unregisterIncomingPacketCallback(); } ::grpc::Status SendHciResetCommand(::grpc::ServerContext* context, const ::google::protobuf::Empty* request, ::google::protobuf::Empty* response) override { std::unique_lock<std::mutex> lock(mutex_); Loading