Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.2/default/
Dwifi_nan_iface.cpp39 android::wp<WifiNanIface> weak_ptr_this(this); in WifiNanIface() local
43 .on_notify_response = [weak_ptr_this]( in WifiNanIface()
46 const auto shared_ptr_this = weak_ptr_this.promote(); in WifiNanIface()
243 [weak_ptr_this](const legacy_hal::NanDiscEngEventInd& msg) { in WifiNanIface()
244 const auto shared_ptr_this = weak_ptr_this.promote(); in WifiNanIface()
262 [weak_ptr_this](const legacy_hal::NanDisabledInd& msg) { in WifiNanIface()
263 const auto shared_ptr_this = weak_ptr_this.promote(); in WifiNanIface()
280 [weak_ptr_this](const legacy_hal::NanPublishTerminatedInd& msg) { in WifiNanIface()
281 const auto shared_ptr_this = weak_ptr_this.promote(); in WifiNanIface()
299 [weak_ptr_this](const legacy_hal::NanSubscribeTerminatedInd& msg) { in WifiNanIface()
[all …]
Dwifi_sta_iface.cpp359 android::wp<WifiStaIface> weak_ptr_this(this); in startBackgroundScanInternal() local
361 [weak_ptr_this](legacy_hal::wifi_request_id id) { in startBackgroundScanInternal()
362 const auto shared_ptr_this = weak_ptr_this.promote(); in startBackgroundScanInternal()
375 [weak_ptr_this]( in startBackgroundScanInternal()
378 const auto shared_ptr_this = weak_ptr_this.promote(); in startBackgroundScanInternal()
398 const auto& on_full_result_callback = [weak_ptr_this]( in startBackgroundScanInternal()
403 const auto shared_ptr_this = weak_ptr_this.promote(); in startBackgroundScanInternal()
468 android::wp<WifiStaIface> weak_ptr_this(this); in startRssiMonitoringInternal() local
470 [weak_ptr_this](legacy_hal::wifi_request_id id, in startRssiMonitoringInternal()
472 const auto shared_ptr_this = weak_ptr_this.promote(); in startRssiMonitoringInternal()
Dwifi_rtt_controller.cpp150 android::wp<WifiRttController> weak_ptr_this(this); in rangeRequestInternal() local
152 [weak_ptr_this]( in rangeRequestInternal()
155 const auto shared_ptr_this = weak_ptr_this.promote(); in rangeRequestInternal()
Dwifi_chip.cpp1013 android::wp<WifiChip> weak_ptr_this(this); in enableDebugErrorAlertsInternal() local
1014 const auto& on_alert_callback = [weak_ptr_this]( in enableDebugErrorAlertsInternal()
1017 const auto shared_ptr_this = weak_ptr_this.promote(); in enableDebugErrorAlertsInternal()
1115 android::wp<WifiChip> weak_ptr_this(this); in registerDebugRingBufferCallback() local
1117 [weak_ptr_this](const std::string& name, in registerDebugRingBufferCallback()
1120 const auto shared_ptr_this = weak_ptr_this.promote(); in registerDebugRingBufferCallback()
1151 android::wp<WifiChip> weak_ptr_this(this); in registerRadioModeChangeCallback() local
1153 [weak_ptr_this](const std::vector<legacy_hal::WifiMacInfo>& mac_infos) { in registerRadioModeChangeCallback()
1154 const auto shared_ptr_this = weak_ptr_this.promote(); in registerRadioModeChangeCallback()