Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_nan_iface.cpp60 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in WifiNanIface()
258 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in WifiNanIface()
277 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in WifiNanIface()
295 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in WifiNanIface()
314 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in WifiNanIface()
334 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in WifiNanIface()
355 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in WifiNanIface()
372 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in WifiNanIface()
393 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in WifiNanIface()
411 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in WifiNanIface()
[all …]
H A Dwifi_sta_iface.cpp394 const auto shared_ptr_this = weak_ptr_this.promote(); in startBackgroundScanInternal() local
395 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in startBackgroundScanInternal()
399 for (const auto& callback : shared_ptr_this->getEventCallbacks()) { in startBackgroundScanInternal()
410 const auto shared_ptr_this = weak_ptr_this.promote(); in startBackgroundScanInternal() local
411 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in startBackgroundScanInternal()
422 for (const auto& callback : shared_ptr_this->getEventCallbacks()) { in startBackgroundScanInternal()
435 const auto shared_ptr_this = weak_ptr_this.promote(); in startBackgroundScanInternal() local
436 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in startBackgroundScanInternal()
446 for (const auto& callback : shared_ptr_this->getEventCallbacks()) { in startBackgroundScanInternal()
514 const auto shared_ptr_this = weak_ptr_this.promote(); in startRssiMonitoringInternal() local
[all …]
H A Dwifi_rtt_controller.cpp273 const auto shared_ptr_this = weak_ptr_this.promote(); in rangeRequestInternal_1_4() local
274 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in rangeRequestInternal_1_4()
284 for (const auto& callback : shared_ptr_this->getEventCallbacks()) { in rangeRequestInternal_1_4()
H A Dwifi_chip.cpp1399 const auto shared_ptr_this = weak_ptr_this.promote(); in enableDebugErrorAlertsInternal() local
1400 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in enableDebugErrorAlertsInternal()
1404 for (const auto& callback : shared_ptr_this->getEventCallbacks()) { in enableDebugErrorAlertsInternal()
1639 const auto shared_ptr_this = weak_ptr_this.promote(); in registerDebugRingBufferCallback() local
1640 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in registerDebugRingBufferCallback()
1651 std::unique_lock<std::mutex> lk(shared_ptr_this->lock_t); in registerDebugRingBufferCallback()
1653 shared_ptr_this->ringbuffer_map_.find(name); in registerDebugRingBufferCallback()
1654 if (target != shared_ptr_this->ringbuffer_map_.end()) { in registerDebugRingBufferCallback()
1678 const auto shared_ptr_this = weak_ptr_this.promote(); in registerRadioModeChangeCallback() local
1679 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in registerRadioModeChangeCallback()
[all …]