Home
last modified time | relevance | path

Searched refs:weak_ptr_to_this (Results 1 – 3 of 3) sorted by relevance

/system/bt/service/ipc/binder/
Dbluetooth_le_advertiser_binder_server.cc82 android::wp<BluetoothLeAdvertiserBinderServer> weak_ptr_to_this(this); in StartMultiAdvertising() local
85 auto sp_to_this = weak_ptr_to_this.promote(); in StartMultiAdvertising()
127 android::wp<BluetoothLeAdvertiserBinderServer> weak_ptr_to_this(this); in StopMultiAdvertising() local
130 auto sp_to_this = weak_ptr_to_this.promote(); in StopMultiAdvertising()
Dinterface_with_instances_base.cc46 android::wp<InterfaceWithInstancesBase> weak_ptr_to_this(this); in RegisterInstanceBase() local
49 [weak_ptr_to_this]( in RegisterInstanceBase()
54 weak_ptr_to_this.promote(); in RegisterInstanceBase()
Dbluetooth_gatt_server_binder_server.cc80 android::wp<BluetoothGattServerBinderServer> weak_ptr_to_this(this); in AddService() local
83 auto sp_to_this = weak_ptr_to_this.promote(); in AddService()
145 android::wp<BluetoothGattServerBinderServer> weak_ptr_to_this(this); in SendNotification() local
147 auto sp_to_this = weak_ptr_to_this.promote(); in SendNotification()