Searched refs:weak_ptr_this (Results 1 – 4 of 4) sorted by relevance
39 android::wp<WifiNanIface> weak_ptr_this(this); in WifiNanIface() local43 .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 …]
359 android::wp<WifiStaIface> weak_ptr_this(this); in startBackgroundScanInternal() local361 [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() local470 [weak_ptr_this](legacy_hal::wifi_request_id id, in startRssiMonitoringInternal()472 const auto shared_ptr_this = weak_ptr_this.promote(); in startRssiMonitoringInternal()
150 android::wp<WifiRttController> weak_ptr_this(this); in rangeRequestInternal() local152 [weak_ptr_this]( in rangeRequestInternal()155 const auto shared_ptr_this = weak_ptr_this.promote(); in rangeRequestInternal()
1013 android::wp<WifiChip> weak_ptr_this(this); in enableDebugErrorAlertsInternal() local1014 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() local1117 [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() local1153 [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()