Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc54 : weak_ptr_factory_(this), in Device()
73 base::WeakPtr<Device> Device::Get() { return weak_ptr_factory_.GetWeakPtr(); } in Get()
180 weak_ptr_factory_.GetWeakPtr(), label, in VendorPacketHandler()
186 base::Bind(&Device::GetPlayStatusResponse, weak_ptr_factory_.GetWeakPtr(), label)); in VendorPacketHandler()
205 base::Bind(&Device::HandleSetAddressedPlayer, weak_ptr_factory_.GetWeakPtr(), label, in VendorPacketHandler()
219 weak_ptr_factory_.GetWeakPtr(), label)); in VendorPacketHandler()
249 weak_ptr_factory_.GetWeakPtr(), label)); in VendorPacketHandler()
283 weak_ptr_factory_.GetWeakPtr(), label)); in VendorPacketHandler()
341 weak_ptr_factory_.GetWeakPtr(), label, pkt->GetCommandPdu())); in VendorPacketHandler()
413 weak_ptr_factory_.GetWeakPtr(), label, true)); in HandleNotification()
[all …]
Dconnection_handler.cc114 instance_->weak_ptr_factory_.InvalidateWeakPtrs(); in CleanUp()
216 base::Bind(&ConnectionHandler::SdpCb, weak_ptr_factory_.GetWeakPtr(), in SdpLookup()
226 base::Bind(&ConnectionHandler::InitiatorControlCb, weak_ptr_factory_.GetWeakPtr()); in AvrcpConnect()
229 base::Bind(&ConnectionHandler::AcceptorControlCb, weak_ptr_factory_.GetWeakPtr()); in AvrcpConnect()
231 open_cb.msg_cback = base::Bind(&ConnectionHandler::MessageCb, weak_ptr_factory_.GetWeakPtr()); in AvrcpConnect()
360 weak_ptr_factory_.GetWeakPtr(), handle); in AcceptorControlCb()
646 weak_ptr_factory_.GetWeakPtr(), handle)); in SdpLookupAudioRole()
Dconnection_handler.h161 ConnectionHandler() : weak_ptr_factory_(this) {} in ConnectionHandler()
177 base::WeakPtrFactory<ConnectionHandler> weak_ptr_factory_; variable
Ddevice.h328 base::WeakPtrFactory<Device> weak_ptr_factory_; variable
/packages/modules/Bluetooth/system/common/
Dmessage_loop_thread.cc53 weak_ptr_factory_(this), in MessageLoopThread()
169 return weak_ptr_factory_.GetWeakPtr(); in GetWeakPtr()
Dmessage_loop_thread.h203 base::WeakPtrFactory<MessageLoopThread> weak_ptr_factory_; variable
/packages/modules/Bluetooth/system/stack/mmc/daemon/
Dservice.h85 base::WeakPtrFactory<Service> weak_ptr_factory_; variable
Dservice.cc118 : shutdown_callback_(std::move(shutdown_callback)), weak_ptr_factory_(this) {} in Service()
146 base::BindRepeating(iter.second, weak_ptr_factory_.GetWeakPtr())); in Init()