Searched refs:weak_ptr_this (Results 1 – 4 of 4) sorted by relevance
52 android::wp<WifiNanIface> weak_ptr_this(this); in WifiNanIface() local56 .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 …]
377 android::wp<WifiStaIface> weak_ptr_this(this); in startBackgroundScanInternal() local379 [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() local493 [weak_ptr_this](legacy_hal::wifi_request_id id, in startRssiMonitoringInternal()495 const auto shared_ptr_this = weak_ptr_this.promote(); in startRssiMonitoringInternal()
268 android::wp<WifiRttController> weak_ptr_this(this); in rangeRequestInternal_1_4() local270 [weak_ptr_this]( in rangeRequestInternal_1_4()273 const auto shared_ptr_this = weak_ptr_this.promote(); in rangeRequestInternal_1_4()
1146 android::wp<WifiChip> weak_ptr_this(this); in enableDebugErrorAlertsInternal() local1147 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() local1313 [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() local1354 [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()