Home
last modified time | relevance | path

Searched refs:weak_ptr_this (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/wifi/1.0/default/
Dwifi_nan_iface.cpp39 android::wp<WifiNanIface> weak_ptr_this(this); in WifiNanIface() local
42 callback_handlers.on_notify_response = [weak_ptr_this]( in WifiNanIface()
44 const auto shared_ptr_this = weak_ptr_this.promote(); in WifiNanIface()
193 callback_handlers.on_event_disc_eng_event = [weak_ptr_this]( in WifiNanIface()
195 const auto shared_ptr_this = weak_ptr_this.promote(); in WifiNanIface()
212 callback_handlers.on_event_disabled = [weak_ptr_this]( in WifiNanIface()
214 const auto shared_ptr_this = weak_ptr_this.promote(); in WifiNanIface()
230 callback_handlers.on_event_publish_terminated = [weak_ptr_this]( in WifiNanIface()
232 const auto shared_ptr_this = weak_ptr_this.promote(); in WifiNanIface()
248 callback_handlers.on_event_subscribe_terminated = [weak_ptr_this]( in WifiNanIface()
[all …]
Dwifi_sta_iface.cpp389 android::wp<WifiStaIface> weak_ptr_this(this); in startBackgroundScanInternal() local
391 [weak_ptr_this](legacy_hal::wifi_request_id id) { in startBackgroundScanInternal()
392 const auto shared_ptr_this = weak_ptr_this.promote(); in startBackgroundScanInternal()
403 const auto& on_results_callback = [weak_ptr_this]( in startBackgroundScanInternal()
406 const auto shared_ptr_this = weak_ptr_this.promote(); in startBackgroundScanInternal()
423 const auto& on_full_result_callback = [weak_ptr_this]( in startBackgroundScanInternal()
427 const auto shared_ptr_this = weak_ptr_this.promote(); in startBackgroundScanInternal()
491 android::wp<WifiStaIface> weak_ptr_this(this); in startRssiMonitoringInternal() local
492 const auto& on_threshold_breached_callback = [weak_ptr_this]( in startRssiMonitoringInternal()
496 const auto shared_ptr_this = weak_ptr_this.promote(); in startRssiMonitoringInternal()
Dwifi_rtt_controller.cpp174 android::wp<WifiRttController> weak_ptr_this(this); in rangeRequestInternal() local
175 const auto& on_results_callback = [weak_ptr_this]( in rangeRequestInternal()
178 const auto shared_ptr_this = weak_ptr_this.promote(); in rangeRequestInternal()
Dwifi_chip.cpp782 android::wp<WifiChip> weak_ptr_this(this); in enableDebugErrorAlertsInternal() local
783 const auto& on_alert_callback = [weak_ptr_this]( in enableDebugErrorAlertsInternal()
785 const auto shared_ptr_this = weak_ptr_this.promote(); in enableDebugErrorAlertsInternal()
837 android::wp<WifiChip> weak_ptr_this(this); in registerDebugRingBufferCallback() local
838 const auto& on_ring_buffer_data_callback = [weak_ptr_this]( in registerDebugRingBufferCallback()
842 const auto shared_ptr_this = weak_ptr_this.promote(); in registerDebugRingBufferCallback()