Home
last modified time | relevance | path

Searched refs:mHandler (Results 1 – 25 of 63) sorted by relevance

123

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DRecurrentTimer.cpp40 mHandler = sp<RecurrentMessageHandler>::make(this); in RecurrentTimer()
53 mLooper->removeMessages(mHandler); in ~RecurrentTimer()
82 mLooper->removeMessages(mHandler, callbackId); in registerTimerCallback()
94 mLooper->sendMessageAtTime(nextTimeInNanos, mHandler, Message(callbackId)); in registerTimerCallback()
109 mLooper->removeMessages(mHandler, callbackId); in unregisterTimerCallback()
136 mLooper->sendMessageAtTime(callbackInfo->nextTimeInNanos, mHandler, Message(callbackId)); in handleMessage()
/hardware/qcom/display/msm8960/libqdutils/
Didle_invalidator.cpp36 InvalidatorHandler IdleInvalidator::mHandler = NULL; member in IdleInvalidator
49 mHandler = reg_handler; in init()
64 mHandler((void*)mHwcContext); in threadLoop()
Didle_invalidator.h42 static InvalidatorHandler mHandler; variable
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_ind.cpp76 if (!res && mHandler.EventPublishReplied) { in handleNanIndication()
77 (*mHandler.EventPublishReplied)(&publishRepliedInd); in handleNanIndication()
85 if (!res && mHandler.EventPublishTerminated) { in handleNanIndication()
86 (*mHandler.EventPublishTerminated)(&publishTerminatedInd); in handleNanIndication()
94 if (!res && mHandler.EventMatch) { in handleNanIndication()
95 (*mHandler.EventMatch)(&matchInd); in handleNanIndication()
103 if (!res && mHandler.EventMatchExpired) { in handleNanIndication()
104 (*mHandler.EventMatchExpired)(&matchExpiredInd); in handleNanIndication()
112 if (!res && mHandler.EventSubscribeTerminated) { in handleNanIndication()
113 (*mHandler.EventSubscribeTerminated)(&subscribeTerminatedInd); in handleNanIndication()
[all …]
Dradio_mode.cpp85 mHandler = handler; in setCallbackHandler()
97 memset(&mHandler, 0, sizeof(mHandler)); in RADIOModeCommand()
262 if (mHandler.on_radio_mode_change && num_of_mac) { in handleEvent()
263 (*mHandler.on_radio_mode_change)(mreqId, num_of_mac, mwifi_iface_mac_info); in handleEvent()
Drssi_monitor.cpp108 mHandler = handler; in setCallbackHandler()
115 memset(&mHandler, 0, sizeof(mHandler)); in RSSIMonitorCommand()
241 if (mHandler.on_rssi_threshold_breached) in handleEvent()
242 (*mHandler.on_rssi_threshold_breached)(reqId, addr, rssi); in handleEvent()
Dtdls.cpp51 memset(&mHandler, 0, sizeof(mHandler)); in TdlsCommand()
173 if (mHandler.on_tdls_state_changed) in handleEvent()
174 (*mHandler.on_tdls_state_changed)(addr, status); in handleEvent()
293 mHandler = nHandler; in setCallbackHandler()
Dradio_mode.h43 wifi_radio_mode_change_handler mHandler; variable
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_ind.cpp42 if (!res && mHandler.EventPublishReplied) { in handleNanIndication()
43 (*mHandler.EventPublishReplied)(&publishRepliedInd); in handleNanIndication()
51 if (!res && mHandler.EventPublishTerminated) { in handleNanIndication()
52 (*mHandler.EventPublishTerminated)(&publishTerminatedInd); in handleNanIndication()
60 if (!res && mHandler.EventMatch) { in handleNanIndication()
61 (*mHandler.EventMatch)(&matchInd); in handleNanIndication()
69 if (!res && mHandler.EventMatchExpired) { in handleNanIndication()
70 (*mHandler.EventMatchExpired)(&matchExpiredInd); in handleNanIndication()
78 if (!res && mHandler.EventSubscribeTerminated) { in handleNanIndication()
79 (*mHandler.EventSubscribeTerminated)(&subscribeTerminatedInd); in handleNanIndication()
[all …]
Dradio_mode.cpp45 mHandler = handler; in setCallbackHandler()
57 memset(&mHandler, 0, sizeof(mHandler)); in RADIOModeCommand()
206 if (mHandler.on_radio_mode_change && num_of_mac) { in handleEvent()
207 (*mHandler.on_radio_mode_change)(mreqId, num_of_mac, mwifi_iface_mac_info); in handleEvent()
Drssi_monitor.cpp103 mHandler = handler; in setCallbackHandler()
110 memset(&mHandler, 0, sizeof(mHandler)); in RSSIMonitorCommand()
236 if (mHandler.on_rssi_threshold_breached) in handleEvent()
237 (*mHandler.on_rssi_threshold_breached)(reqId, addr, rssi); in handleEvent()
Dtdls.cpp46 memset(&mHandler, 0, sizeof(mHandler)); in TdlsCommand()
168 if (mHandler.on_tdls_state_changed) in handleEvent()
169 (*mHandler.on_tdls_state_changed)(addr, status); in handleEvent()
288 mHandler = nHandler; in setCallbackHandler()
Dradio_mode.h43 wifi_radio_mode_change_handler mHandler; variable
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dscan.cpp59 wifi_cached_scan_result_handler mHandler; member in GetCachedScanResultsCommand
65 : WifiCommand("GetCachedScanResultsCommand", iface, id), mHandler(handler) in GetCachedScanResultsCommand()
145 if (*mHandler.on_cached_scan_results && mReport) { in handleResponse()
146 (*mHandler.on_cached_scan_results)(mReport); in handleResponse()
Dgscan.cpp374 wifi_scan_result_handler mHandler; member in FullScanResultsCommand
378 : WifiCommand("FullScanResultsCommand", iface, id), mParams(params), mHandler(handler) in FullScanResultsCommand()
445 return wifi_handle_full_scan_event(id(), event, mHandler); in handleEvent()
454 wifi_scan_result_handler mHandler; member in ScanCommand
458 : WifiCommand("ScanCommand", iface, id), mParams(params), mHandler(handler) in ScanCommand()
674 if(*mHandler.on_scan_event) in handleEvent()
675 (*mHandler.on_scan_event)(id(), evt_type); in handleEvent()
677 wifi_handle_full_scan_event(id(), event, mHandler); in handleEvent()
996 wifi_hotlist_ap_found_handler mHandler; member in BssidHotlistCommand
1002 : WifiCommand("BssidHotlistCommand", handle, id), mParams(params), mHandler(handler) in BssidHotlistCommand()
[all …]
/hardware/qcom/display/msm8084/libqdutils/
Didle_invalidator.cpp42 InvalidatorHandler IdleInvalidator::mHandler = NULL; member in IdleInvalidator
54 mHandler = reg_handler; in init()
108 mHandler((void*)mHwcContext); in threadLoop()
Didle_invalidator.h42 static InvalidatorHandler mHandler; variable
/hardware/qcom/display/msm8226/libqdutils/
Didle_invalidator.cpp42 InvalidatorHandler IdleInvalidator::mHandler = NULL; member in IdleInvalidator
54 mHandler = reg_handler; in init()
108 mHandler((void*)mHwcContext); in threadLoop()
Didle_invalidator.h42 static InvalidatorHandler mHandler; variable
/hardware/qcom/display/msm8994/libqdutils/
Didle_invalidator.cpp43 InvalidatorHandler IdleInvalidator::mHandler = NULL; member in IdleInvalidator
58 mHandler = reg_handler; in init()
129 mHandler((void*)mHwcContext); in threadLoop()
Didle_invalidator.h43 static InvalidatorHandler mHandler; variable
/hardware/interfaces/audio/aidl/default/
DBluetooth.cpp91 if (mHandler) return mHandler(); in setEnabled()
114 if (mHandler) return mHandler(); in setEnabled()
/hardware/interfaces/audio/aidl/default/include/core-impl/
DBluetooth.h28 void registerHandler(std::function<ndk::ScopedAStatus()> handler) { mHandler = handler; } in registerHandler()
31 std::function<ndk::ScopedAStatus()> mHandler = nullptr;
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dgscan.cpp370 wifi_scan_result_handler mHandler; member in FullScanResultsCommand
374 : WifiCommand("FullScanResultsCommand", iface, id), mParams(params), mHandler(handler) in FullScanResultsCommand()
441 return wifi_handle_full_scan_event(id(), event, mHandler); in handleEvent()
450 wifi_scan_result_handler mHandler; member in ScanCommand
454 : WifiCommand("ScanCommand", iface, id), mParams(params), mHandler(handler) in ScanCommand()
669 if(*mHandler.on_scan_event) in handleEvent()
670 (*mHandler.on_scan_event)(id(), evt_type); in handleEvent()
672 wifi_handle_full_scan_event(id(), event, mHandler); in handleEvent()
991 wifi_hotlist_ap_found_handler mHandler; member in BssidHotlistCommand
997 : WifiCommand("BssidHotlistCommand", handle, id), mParams(params), mHandler(handler) in BssidHotlistCommand()
[all …]
Dlink_layer_stats.cpp93 wifi_stats_result_handler mHandler; member in GetLinkStatsCommand
96 : WifiCommand("GetLinkStatsCommand", iface, 0), mHandler(handler) in GetLinkStatsCommand()
195 (*mHandler.on_link_stats_results)(id, (wifi_iface_stat *)iface_stat, in handleResponse()
222 (*mHandler.on_link_stats_results)(id, iface_stat, num_radios, radio_stat_ptr); in handleResponse()

123