Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.3/default/
Dwifi_nan_iface.cpp43 android::wp<WifiNanIface> weak_ptr_this(this); in WifiNanIface() local
47 .on_notify_response = [weak_ptr_this]( in WifiNanIface()
50 const auto shared_ptr_this = weak_ptr_this.promote(); in WifiNanIface()
247 [weak_ptr_this](const legacy_hal::NanDiscEngEventInd& msg) { in WifiNanIface()
248 const auto shared_ptr_this = weak_ptr_this.promote(); in WifiNanIface()
266 [weak_ptr_this](const legacy_hal::NanDisabledInd& msg) { in WifiNanIface()
267 const auto shared_ptr_this = weak_ptr_this.promote(); in WifiNanIface()
284 [weak_ptr_this](const legacy_hal::NanPublishTerminatedInd& msg) { in WifiNanIface()
285 const auto shared_ptr_this = weak_ptr_this.promote(); in WifiNanIface()
303 [weak_ptr_this](const legacy_hal::NanSubscribeTerminatedInd& msg) { in WifiNanIface()
[all …]
Dwifi_sta_iface.cpp377 android::wp<WifiStaIface> weak_ptr_this(this); in startBackgroundScanInternal() local
379 [weak_ptr_this](legacy_hal::wifi_request_id id) { in startBackgroundScanInternal()
380 const auto shared_ptr_this = weak_ptr_this.promote(); in startBackgroundScanInternal()
393 [weak_ptr_this]( in startBackgroundScanInternal()
396 const auto shared_ptr_this = weak_ptr_this.promote(); in startBackgroundScanInternal()
416 const auto& on_full_result_callback = [weak_ptr_this]( in startBackgroundScanInternal()
421 const auto shared_ptr_this = weak_ptr_this.promote(); in startBackgroundScanInternal()
491 android::wp<WifiStaIface> weak_ptr_this(this); in startRssiMonitoringInternal() local
493 [weak_ptr_this](legacy_hal::wifi_request_id id, in startRssiMonitoringInternal()
495 const auto shared_ptr_this = weak_ptr_this.promote(); in startRssiMonitoringInternal()
Dwifi_rtt_controller.cpp152 android::wp<WifiRttController> weak_ptr_this(this); in rangeRequestInternal() local
154 [weak_ptr_this]( in rangeRequestInternal()
157 const auto shared_ptr_this = weak_ptr_this.promote(); in rangeRequestInternal()
Dwifi_chip.cpp1101 android::wp<WifiChip> weak_ptr_this(this); in enableDebugErrorAlertsInternal() local
1102 const auto& on_alert_callback = [weak_ptr_this]( in enableDebugErrorAlertsInternal()
1105 const auto shared_ptr_this = weak_ptr_this.promote(); in enableDebugErrorAlertsInternal()
1221 android::wp<WifiChip> weak_ptr_this(this); in registerDebugRingBufferCallback() local
1223 [weak_ptr_this](const std::string& name, in registerDebugRingBufferCallback()
1226 const auto shared_ptr_this = weak_ptr_this.promote(); in registerDebugRingBufferCallback()
1257 android::wp<WifiChip> weak_ptr_this(this); in registerRadioModeChangeCallback() local
1259 [weak_ptr_this](const std::vector<legacy_hal::WifiMacInfo>& mac_infos) { in registerRadioModeChangeCallback()
1260 const auto shared_ptr_this = weak_ptr_this.promote(); in registerRadioModeChangeCallback()