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/
Dinterface_with_instances_base.cpp46 android::wp<InterfaceWithInstancesBase> weak_ptr_to_this(this); in RegisterInstanceBase() local
49 [weak_ptr_to_this]( in RegisterInstanceBase()
55 weak_ptr_to_this.promote(); in RegisterInstanceBase()
Dbluetooth_low_energy_binder_server.cpp151 android::wp<BluetoothLowEnergyBinderServer> weak_ptr_to_this(this); in StartMultiAdvertising() local
154 auto sp_to_this = weak_ptr_to_this.promote(); in StartMultiAdvertising()
192 android::wp<BluetoothLowEnergyBinderServer> weak_ptr_to_this(this); in StopMultiAdvertising() local
195 auto sp_to_this = weak_ptr_to_this.promote(); in StopMultiAdvertising()
Dbluetooth_gatt_server_binder_server.cpp142 android::wp<BluetoothGattServerBinderServer> weak_ptr_to_this(this); in EndServiceDeclaration() local
146 auto sp_to_this = weak_ptr_to_this.promote(); in EndServiceDeclaration()
206 android::wp<BluetoothGattServerBinderServer> weak_ptr_to_this(this); in SendNotification() local
208 auto sp_to_this = weak_ptr_to_this.promote(); in SendNotification()