Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.4/default/
Dwifi_nan_iface.cpp52 android::wp<WifiNanIface> weak_ptr_this(this); in WifiNanIface() local
56 .on_notify_response = [weak_ptr_this]( in WifiNanIface()
59 const auto shared_ptr_this = weak_ptr_this.promote(); in WifiNanIface()
256 [weak_ptr_this](const legacy_hal::NanDiscEngEventInd& msg) { in WifiNanIface()
257 const auto shared_ptr_this = weak_ptr_this.promote(); in WifiNanIface()
275 [weak_ptr_this](const legacy_hal::NanDisabledInd& msg) { in WifiNanIface()
276 const auto shared_ptr_this = weak_ptr_this.promote(); in WifiNanIface()
293 [weak_ptr_this](const legacy_hal::NanPublishTerminatedInd& msg) { in WifiNanIface()
294 const auto shared_ptr_this = weak_ptr_this.promote(); in WifiNanIface()
312 [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.cpp268 android::wp<WifiRttController> weak_ptr_this(this); in rangeRequestInternal_1_4() local
270 [weak_ptr_this]( in rangeRequestInternal_1_4()
273 const auto shared_ptr_this = weak_ptr_this.promote(); in rangeRequestInternal_1_4()
Dwifi_chip.cpp1146 android::wp<WifiChip> weak_ptr_this(this); in enableDebugErrorAlertsInternal() local
1147 const auto& on_alert_callback = [weak_ptr_this]( in enableDebugErrorAlertsInternal()
1150 const auto shared_ptr_this = weak_ptr_this.promote(); in enableDebugErrorAlertsInternal()
1311 android::wp<WifiChip> weak_ptr_this(this); in registerDebugRingBufferCallback() local
1313 [weak_ptr_this](const std::string& name, in registerDebugRingBufferCallback()
1316 const auto shared_ptr_this = weak_ptr_this.promote(); in registerDebugRingBufferCallback()
1352 android::wp<WifiChip> weak_ptr_this(this); in registerRadioModeChangeCallback() local
1354 [weak_ptr_this](const std::vector<legacy_hal::WifiMacInfo>& mac_infos) { in registerRadioModeChangeCallback()
1355 const auto shared_ptr_this = weak_ptr_this.promote(); in registerRadioModeChangeCallback()