Searched refs:weak_ptr_this (Results 1 – 4 of 4) sorted by relevance
43 android::wp<WifiNanIface> weak_ptr_this(this); in WifiNanIface() local47 .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 …]
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()
152 android::wp<WifiRttController> weak_ptr_this(this); in rangeRequestInternal() local154 [weak_ptr_this]( in rangeRequestInternal()157 const auto shared_ptr_this = weak_ptr_this.promote(); in rangeRequestInternal()
1101 android::wp<WifiChip> weak_ptr_this(this); in enableDebugErrorAlertsInternal() local1102 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() local1223 [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() local1259 [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()