Home
last modified time | relevance | path

Searched refs:event_cb_handler_ (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/wifi/aidl/default/
Dwifi.cpp240 if (!event_cb_handler_.addCallback(event_callback)) { in registerEventCallbackInternal()
257 for (const auto& callback : event_cb_handler_.getCallbacks()) { in startInternal()
281 for (const auto& callback : event_cb_handler_.getCallbacks()) { in startInternal()
288 for (const auto& callback : event_cb_handler_.getCallbacks()) { in startInternal()
297 event_cb_handler_.invalidate(); in startInternal()
320 for (const auto& callback : event_cb_handler_.getCallbacks()) { in stopInternal()
327 for (const auto& callback : event_cb_handler_.getCallbacks()) { in stopInternal()
337 event_cb_handler_.invalidate(); in stopInternal()
Dwifi_chip.cpp301 event_cb_handler_.invalidate(); in invalidate()
314 return event_cb_handler_.getCallbacks(); in getEventCallbacks()
633 for (const auto& callback : event_cb_handler_.getCallbacks()) { in invalidateAndRemoveDependencies()
661 if (!event_cb_handler_.addCallback(event_callback)) { in registerEventCallbackInternal()
707 for (const auto& callback : event_cb_handler_.getCallbacks()) { in configureChipInternal()
714 for (const auto& callback : event_cb_handler_.getCallbacks()) { in configureChipInternal()
808 for (const auto& callback : event_cb_handler_.getCallbacks()) { in newWifiApIface()
911 for (const auto& callback : event_cb_handler_.getCallbacks()) { in removeApIfaceInternal()
975 for (const auto& callback : event_cb_handler_.getCallbacks()) { in createNanIfaceInternal()
1005 for (const auto& callback : event_cb_handler_.getCallbacks()) { in removeNanIfaceInternal()
[all …]
Dwifi.h86 aidl_callback_util::AidlCallbackHandler<IWifiEventCallback> event_cb_handler_; variable
Dwifi_nan_iface.h146 aidl_callback_util::AidlCallbackHandler<IWifiNanIfaceEventCallback> event_cb_handler_; variable
Dwifi_sta_iface.cpp58 event_cb_handler_.invalidate(); in invalidate()
75 return event_cb_handler_.getCallbacks(); in getEventCallbacks()
413 if (!event_cb_handler_.addCallback(callback)) { in registerEventCallbackInternal()
Dwifi_sta_iface.h160 aidl_callback_util::AidlCallbackHandler<IWifiStaIfaceEventCallback> event_cb_handler_; variable
Dwifi_nan_iface.cpp659 event_cb_handler_.invalidate(); in invalidate()
677 return event_cb_handler_.getCallbacks(); in getEventCallbacks()
824 if (!event_cb_handler_.addCallback(callback)) { in registerEventCallbackInternal()
Dwifi_chip.h297 aidl_callback_util::AidlCallbackHandler<IWifiChipEventCallback> event_cb_handler_; variable