Home
last modified time | relevance | path

Searched refs:sp_to_this (Results 1 – 2 of 2) sorted by relevance

/system/bt/service/ipc/binder/
Dbluetooth_low_energy_binder_server.cpp154 auto sp_to_this = weak_ptr_to_this.promote(); in StartMultiAdvertising() local
155 if (!sp_to_this.get()) { in StartMultiAdvertising()
195 auto sp_to_this = weak_ptr_to_this.promote(); in StopMultiAdvertising() local
196 if (!sp_to_this.get()) { in StopMultiAdvertising()
Dbluetooth_gatt_server_binder_server.cpp146 auto sp_to_this = weak_ptr_to_this.promote(); in EndServiceDeclaration() local
147 if (!sp_to_this.get()) { in EndServiceDeclaration()
208 auto sp_to_this = weak_ptr_to_this.promote(); in SendNotification() local
209 if (!sp_to_this.get()) { in SendNotification()