Home
last modified time | relevance | path

Searched refs:handler (Results 1 – 21 of 21) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXComponentCodecBase.cpp76 OMXHANDLER handler = FindHandler(nIndex, true); in ComponentGetParameter() local
77 if (handler == NULL) { in ComponentGetParameter()
83 return (*handler)(this, pComponentParameterStructure); in ComponentGetParameter()
90 OMXHANDLER handler = FindHandler(nIndex, false); in ComponentSetParameter() local
91 if (handler == NULL) { in ComponentSetParameter()
97 return (*handler)(this, pComponentParameterStructure); in ComponentSetParameter()
104 OMXHANDLER handler = FindHandler(nIndex, true); in ComponentGetConfig() local
105 if (handler == NULL) { in ComponentGetConfig()
111 return (*handler)(this, pComponentConfigStructure); in ComponentGetConfig()
120 OMXHANDLER handler = FindHandler(nIndex, false); in ComponentSetConfig() local
[all …]
/hardware/libhardware_legacy/uevent/
Duevent.c34 void (*handler)(void *data, const char *msg, int msg_len); member
90 h->handler(h->handler_data, buffer, buffer_length); in uevent_next_event()
102 int uevent_add_native_handler(void (*handler)(void *data, const char *msg, int msg_len), in uevent_add_native_handler()
110 h->handler = handler; in uevent_add_native_handler()
120 int uevent_remove_native_handler(void (*handler)(void *data, const char *msg, int msg_len)) in uevent_remove_native_handler()
127 if (h->handler == handler) { in uevent_remove_native_handler()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dlink_layer_stats.cpp38 GetLinkStatsCommand(wifi_interface_handle iface, wifi_stats_result_handler handler) in GetLinkStatsCommand() argument
39 : WifiCommand(iface, 0), mHandler(handler) in GetLinkStatsCommand()
86 wifi_interface_handle iface, wifi_stats_result_handler handler) in wifi_get_link_stats() argument
88 GetLinkStatsCommand command(iface, handler); in wifi_get_link_stats()
Dgscan.cpp91 wifi_scan_result_handler handler);
302 wifi_scan_result_handler handler) in FullScanResultsCommand() argument
303 : WifiCommand(iface, id), mParams(params), mHandler(handler) in FullScanResultsCommand()
412 wifi_scan_result_handler handler) in ScanCommand() argument
413 : WifiCommand(iface, id), mParams(params), mHandler(handler), in ScanCommand()
691 wifi_scan_result_handler handler) in wifi_start_gscan() argument
697 ScanCommand *cmd = new ScanCommand(iface, id, &params, handler); in wifi_start_gscan()
708 wifi_scan_result_handler handler; in wifi_stop_gscan() local
711 memset(&handler, 0, sizeof(handler)); in wifi_stop_gscan()
713 ScanCommand *cmd = new ScanCommand(iface, id, &dummy_params, handler); in wifi_stop_gscan()
[all …]
Drtt.cpp107 wifi_rtt_config rtt_config[], wifi_rtt_event_handler handler) in RttCommand() argument
109 rttHandler(handler) in RttCommand()
288 unsigned num_rtt_config, wifi_rtt_config rtt_config[], wifi_rtt_event_handler handler) in wifi_rtt_range_request() argument
292 RttCommand *cmd = new RttCommand(iface, id, num_rtt_config, rtt_config, handler); in wifi_rtt_range_request()
Dwifi_hal.cpp218 void wifi_cleanup(wifi_handle handle, wifi_cleaned_up_handler handler) in wifi_cleanup() argument
221 info->cleaned_up_handler = handler; in wifi_cleanup()
/hardware/libhardware_legacy/include/hardware_legacy/
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));
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);
Dtdls.h57 wifi_tdls_params params, wifi_tdls_handler handler);
Drtt.h71 unsigned num_rtt_config, wifi_rtt_config rtt_config[], wifi_rtt_event_handler handler);
Dwifi_hal.h59 void wifi_cleanup(wifi_handle handle, wifi_cleaned_up_handler handler);
Dlink_layer_stats.h214 wifi_interface_handle iface, wifi_stats_result_handler handler);
/hardware/qcom/wlan/qcwcn/wifi_hal/
Drtt.cpp6 unsigned num_rtt_config, wifi_rtt_config rtt_config[], wifi_rtt_event_handler handler) { in wifi_rtt_range_request() argument
Dgscan.cpp219 wifi_scan_result_handler handler) in wifi_start_gscan() argument
369 handler.on_scan_results_available; in wifi_start_gscan()
370 callbackHandler.on_full_scan_result = handler.on_full_scan_result; in wifi_start_gscan()
371 callbackHandler.on_scan_event = handler.on_scan_event; in wifi_start_gscan()
526 wifi_hotlist_ap_found_handler handler) in wifi_set_bssid_hotlist() argument
639 callbackHandler.on_hotlist_ap_found = handler.on_hotlist_ap_found; in wifi_set_bssid_hotlist()
791 wifi_significant_change_handler handler) in wifi_set_significant_change_handler() argument
914 callbackHandler.on_significant_change = handler.on_significant_change; in wifi_set_significant_change_handler()
Dwifi_hal.cpp259 void wifi_cleanup(wifi_handle handle, wifi_cleaned_up_handler handler) in wifi_cleanup() argument
262 info->cleaned_up_handler = handler; in wifi_cleanup()
Dgscan_event_handler.cpp48 GScanCallbackHandler handler) in GScanCommandEventHandler() argument
54 mHandler = handler; in GScanCommandEventHandler()
Dllstats.cpp626 wifi_stats_result_handler handler) in wifi_get_link_stats() argument
646 .on_link_stats_results = handler.on_link_stats_results in wifi_get_link_stats()
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
Dcore.h185 irq_handler_t handler, const char *name, in wcd9xxx_request_irq() argument
190 return request_threaded_irq(wcd9xxx->irq_base + irq, NULL, handler, in wcd9xxx_request_irq()
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp4451 CapabilitiesHandler handler; in OMXCameraAdapter_Capabilities() local
4457 eError = OMXCameraAdapter::OMXCameraGetHandle(&handler.componentRef(), &handler, callbacks); in OMXCameraAdapter_Capabilities()
4464 dcc_handler.loadDCC(handler.componentRef()); in OMXCameraAdapter_Capabilities()
4473 const status_t err = handler.fetchCapabilitiesForSensor(sensorId, properties); in OMXCameraAdapter_Capabilities()
4483 if(handler.component()) { in OMXCameraAdapter_Capabilities()
4485 OMX_FreeHandle(handler.component()); in OMXCameraAdapter_Capabilities()
4487 handler.componentRef() = NULL; in OMXCameraAdapter_Capabilities()
/hardware/intel/img/libdrm/tests/
Ddrmstat.c73 void handler(int fd, void *oldctx, void *newctx) in handler() function
/hardware/intel/img/libdrm/
Daclocal.m47407 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
7440 # with MACRO-NAME. If any OPTION has a matching handler declared with
7458 dnl we run the default mode handler for the pair. For example, if neither