Searched refs:bus_ (Results 1 – 4 of 4) sorted by relevance
72 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()
66 scoped_refptr<dbus::Bus> bus_; variable
127 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()
80 scoped_refptr<dbus::Bus> bus_; variable