Searched refs:handler (Results 1 - 20 of 20) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
H A Duevent.h27 int uevent_add_native_handler(void (*handler)(void *data, const char *msg, int msg_len),
29 int uevent_remove_native_handler(void (*handler)(void *data, const char *msg, int msg_len));
H A Dgscan.h124 wifi_scan_cmd_params params, wifi_scan_result_handler handler);
156 wifi_bssid_hotlist_params params, wifi_hotlist_ap_found_handler handler);
184 wifi_significant_change_params params, wifi_significant_change_handler handler);
H A Dtdls.h57 wifi_tdls_params params, wifi_tdls_handler handler);
64 * DON'T fire any more events on 'handler' specified in earlier call to
H A Drtt.h71 unsigned num_rtt_config, wifi_rtt_config rtt_config[], wifi_rtt_event_handler handler);
H A Dwifi_hal.h59 void wifi_cleanup(wifi_handle handle, wifi_cleaned_up_handler handler);
H A Dlink_layer_stats.h214 wifi_interface_handle iface, wifi_stats_result_handler handler);
/hardware/intel/common/omx-components/videocodec/
H A DOMXComponentCodecBase.cpp76 OMXHANDLER handler = FindHandler(nIndex, true); local
77 if (handler == NULL) {
78 LOGE("ComponentGetParameter: No handler for index %d", nIndex);
83 return (*handler)(this, pComponentParameterStructure);
90 OMXHANDLER handler = FindHandler(nIndex, false); local
91 if (handler == NULL) {
92 LOGE("ComponentSetParameter: No handler for index %d", nIndex);
97 return (*handler)(this, pComponentParameterStructure);
104 OMXHANDLER handler = FindHandler(nIndex, true); local
105 if (handler
120 OMXHANDLER handler = FindHandler(nIndex, false); local
[all...]
/hardware/libhardware_legacy/uevent/
H A Duevent.c34 void (*handler)(void *data, const char *msg, int msg_len); member in struct:uevent_handler
90 h->handler(h->handler_data, buffer, buffer_length);
102 int uevent_add_native_handler(void (*handler)(void *data, const char *msg, int msg_len),
110 h->handler = handler;
120 int uevent_remove_native_handler(void (*handler)(void *data, const char *msg, int msg_len))
127 if (h->handler == handler) {
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Drtt.cpp6 unsigned num_rtt_config, wifi_rtt_config rtt_config[], wifi_rtt_event_handler handler) {
5 wifi_rtt_range_request(wifi_request_id id, wifi_interface_handle iface, unsigned num_rtt_config, wifi_rtt_config rtt_config[], wifi_rtt_event_handler handler) argument
H A Dgscan.cpp219 wifi_scan_result_handler handler)
367 /* Set the callback handler functions for related events. */
369 handler.on_scan_results_available;
370 callbackHandler.on_full_scan_result = handler.on_full_scan_result;
371 callbackHandler.on_scan_event = handler.on_scan_event;
402 /* Delete the command event handler object if ret != 0 */
404 ALOGI("wifi_start_gscan(): Error ret:%d, delete event handler object.",
526 wifi_hotlist_ap_found_handler handler)
639 callbackHandler.on_hotlist_ap_found = handler.on_hotlist_ap_found;
640 /* Create an object of the event handler clas
216 wifi_start_gscan(wifi_request_id id, wifi_interface_handle iface, wifi_scan_cmd_params params, wifi_scan_result_handler handler) argument
523 wifi_set_bssid_hotlist(wifi_request_id id, wifi_interface_handle iface, wifi_bssid_hotlist_params params, wifi_hotlist_ap_found_handler handler) argument
788 wifi_set_significant_change_handler(wifi_request_id id, wifi_interface_handle iface, wifi_significant_change_params params, wifi_significant_change_handler handler) argument
[all...]
H A Dwifi_hal.cpp259 void wifi_cleanup(wifi_handle handle, wifi_cleaned_up_handler handler) argument
262 info->cleaned_up_handler = handler;
291 /* Run event handler */
H A Dgscan_event_handler.cpp20 /* This function implements creation of Vendor command event handler. */
48 GScanCallbackHandler handler)
54 mHandler = handler;
77 ALOGD("%s: Error in registering handler for "
87 ALOGD("%s: Error in registering handler for "
97 ALOGD("%s: Error in registering handler for"
389 /* This function will be the main handler for incoming (from driver) GSscan_SUBCMD.
390 * Calls the appropriate callback handler after parsing the vendor data.
683 ALOGE("%s: Calling on_scan_results_available handler",
1066 ALOGE("%s: Parsing err handler
45 GScanCommandEventHandler(wifi_handle handle, int id, u32 vendor_id, u32 subcmd, GScanCallbackHandler handler) argument
[all...]
H A Dllstats.cpp362 // This function will be the main handler for incoming event LLStats_SUBCMD
363 //Call the appropriate callback handler after parsing the vendor data.
626 wifi_stats_result_handler handler)
646 .on_link_stats_results = handler.on_link_stats_results
624 wifi_get_link_stats(wifi_request_id id, wifi_interface_handle iface, wifi_stats_result_handler handler) argument
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dlink_layer_stats.cpp38 GetLinkStatsCommand(wifi_interface_handle iface, wifi_stats_result_handler handler) argument
39 : WifiCommand(iface, 0), mHandler(handler)
86 wifi_interface_handle iface, wifi_stats_result_handler handler)
88 GetLinkStatsCommand command(iface, handler);
85 wifi_get_link_stats(wifi_request_id id, wifi_interface_handle iface, wifi_stats_result_handler handler) argument
H A Dgscan.cpp91 wifi_scan_result_handler handler);
302 wifi_scan_result_handler handler)
303 : WifiCommand(iface, id), mParams(params), mHandler(handler)
412 wifi_scan_result_handler handler)
413 : WifiCommand(iface, id), mParams(params), mHandler(handler),
691 wifi_scan_result_handler handler)
697 ScanCommand *cmd = new ScanCommand(iface, id, &params, handler);
708 wifi_scan_result_handler handler; local
711 memset(&handler, 0, sizeof(handler));
301 FullScanResultsCommand(wifi_interface_handle iface, int id, int *params, wifi_scan_result_handler handler) argument
411 ScanCommand(wifi_interface_handle iface, int id, wifi_scan_cmd_params *params, wifi_scan_result_handler handler) argument
687 wifi_start_gscan( wifi_request_id id, wifi_interface_handle iface, wifi_scan_cmd_params params, wifi_scan_result_handler handler) argument
731 wifi_enable_full_scan_results( wifi_request_id id, wifi_interface_handle iface, wifi_scan_result_handler handler) argument
752 wifi_scan_result_handler handler; local
934 BssidHotlistCommand(wifi_interface_handle handle, int id, wifi_bssid_hotlist_params params, wifi_hotlist_ap_found_handler handler) argument
1093 wifi_set_bssid_hotlist(wifi_request_id id, wifi_interface_handle iface, wifi_bssid_hotlist_params params, wifi_hotlist_ap_found_handler handler) argument
1136 SignificantWifiChangeCommand(wifi_interface_handle handle, int id, wifi_significant_change_params params, wifi_significant_change_handler handler) argument
1312 wifi_set_significant_change_handler(wifi_request_id id, wifi_interface_handle iface, wifi_significant_change_params params, wifi_significant_change_handler handler) argument
[all...]
H A Drtt.cpp107 wifi_rtt_config rtt_config[], wifi_rtt_event_handler handler)
109 rttHandler(handler)
288 unsigned num_rtt_config, wifi_rtt_config rtt_config[], wifi_rtt_event_handler handler)
292 RttCommand *cmd = new RttCommand(iface, id, num_rtt_config, rtt_config, handler);
106 RttCommand(wifi_interface_handle iface, int id, unsigned num_rtt_config, wifi_rtt_config rtt_config[], wifi_rtt_event_handler handler) argument
287 wifi_rtt_range_request(wifi_request_id id, wifi_interface_handle iface, unsigned num_rtt_config, wifi_rtt_config rtt_config[], wifi_rtt_event_handler handler) argument
H A Dwifi_hal.cpp218 void wifi_cleanup(wifi_handle handle, wifi_cleaned_up_handler handler) argument
221 info->cleaned_up_handler = handler;
237 /* Run event handler */
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
H A Dcore.h185 irq_handler_t handler, const char *name,
190 return request_threaded_irq(wcd9xxx->irq_base + irq, NULL, handler,
184 wcd9xxx_request_irq(struct wcd9xxx *wcd9xxx, int irq, irq_handler_t handler, const char *name, void *data) argument
/hardware/intel/img/libdrm/tests/
H A Ddrmstat.c73 void handler(int fd, void *oldctx, void *newctx) function
88 /* drmInstallSIGIOHandler(fd, handler); */
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp291 CAMHAL_LOGEA("Couldn't create command handler");
299 CAMHAL_LOGDA("command handler thread already runnning!!");
313 CAMHAL_LOGEA("Couldn't create omx callback handler");
321 CAMHAL_LOGDA("omx callback handler thread already runnning!!");
324 CAMHAL_LOGEA("Couldn't run omx callback handler thread");
3919 CAMHAL_LOGDA("Exiting command handler");
3976 CAMHAL_LOGDA("Exiting OMX callback handler");
4451 CapabilitiesHandler handler; local
4457 eError = OMXCameraAdapter::OMXCameraGetHandle(&handler.componentRef(), &handler, callback
[all...]

Completed in 669 milliseconds