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_le_advertiser_binder_server.cc85 auto sp_to_this = weak_ptr_to_this.promote(); in StartMultiAdvertising() local
86 if (!sp_to_this.get()) { in StartMultiAdvertising()
130 auto sp_to_this = weak_ptr_to_this.promote(); in StopMultiAdvertising() local
131 if (!sp_to_this.get()) { in StopMultiAdvertising()
Dbluetooth_gatt_server_binder_server.cc83 auto sp_to_this = weak_ptr_to_this.promote(); in AddService() local
84 if (!sp_to_this.get()) { in AddService()
147 auto sp_to_this = weak_ptr_to_this.promote(); in SendNotification() local
148 if (!sp_to_this.get()) { in SendNotification()