Home
last modified time | relevance | path

Searched refs:bus_ (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/stack/mmc/codec_client/
Dcodec_client.cc72 bus_ = new dbus::Bus(options); in CodecClient()
74 if (!bus_->Connect()) { in CodecClient()
80 codec_manager_ = bus_->GetObjectProxy(mmc::kMmcServiceName, in CodecClient()
90 if (bus_) bus_->ShutdownAndBlock(); in ~CodecClient()
Dcodec_client.h66 scoped_refptr<dbus::Bus> bus_; variable
/packages/modules/Bluetooth/system/stack/mmc/daemon/
Dservice.cc127 bus_ = new dbus::Bus(std::move(opts)); in Init()
129 if (!bus_->Connect()) { in Init()
134 exported_object_ = bus_->GetExportedObject(dbus::ObjectPath(kMmcServicePath)); in Init()
157 if (!bus_->RequestOwnershipAndBlock(kMmcServiceName, in Init()
Dservice.h80 scoped_refptr<dbus::Bus> bus_; variable