Searched refs:weak_ptr_factory_ (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/profile/avrcp/ |
D | device.cc | 54 : 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 …]
|
D | connection_handler.cc | 114 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()
|
D | connection_handler.h | 161 ConnectionHandler() : weak_ptr_factory_(this) {} in ConnectionHandler() 177 base::WeakPtrFactory<ConnectionHandler> weak_ptr_factory_; variable
|
D | device.h | 328 base::WeakPtrFactory<Device> weak_ptr_factory_; variable
|
/packages/modules/Bluetooth/system/common/ |
D | message_loop_thread.cc | 53 weak_ptr_factory_(this), in MessageLoopThread() 169 return weak_ptr_factory_.GetWeakPtr(); in GetWeakPtr()
|
D | message_loop_thread.h | 203 base::WeakPtrFactory<MessageLoopThread> weak_ptr_factory_; variable
|
/packages/modules/Bluetooth/system/stack/mmc/daemon/ |
D | service.h | 85 base::WeakPtrFactory<Service> weak_ptr_factory_; variable
|
D | service.cc | 118 : shutdown_callback_(std::move(shutdown_callback)), weak_ptr_factory_(this) {} in Service() 146 base::BindRepeating(iter.second, weak_ptr_factory_.GetWeakPtr())); in Init()
|