/hardware/intel/common/omx-components/videocodec/ |
D | OMXComponentCodecBase.cpp | 76 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/ |
D | uevent.c | 34 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/ |
D | link_layer_stats.cpp | 38 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()
|
D | gscan.cpp | 91 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, ¶ms, 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 …]
|
D | rtt.cpp | 107 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()
|
D | wifi_hal.cpp | 218 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/ |
D | uevent.h | 27 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));
|
D | gscan.h | 124 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);
|
D | tdls.h | 57 wifi_tdls_params params, wifi_tdls_handler handler);
|
D | rtt.h | 71 unsigned num_rtt_config, wifi_rtt_config rtt_config[], wifi_rtt_event_handler handler);
|
D | wifi_hal.h | 59 void wifi_cleanup(wifi_handle handle, wifi_cleaned_up_handler handler);
|
D | link_layer_stats.h | 214 wifi_interface_handle iface, wifi_stats_result_handler handler);
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | rtt.cpp | 6 unsigned num_rtt_config, wifi_rtt_config rtt_config[], wifi_rtt_event_handler handler) { in wifi_rtt_range_request() argument
|
D | gscan.cpp | 219 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()
|
D | wifi_hal.cpp | 259 void wifi_cleanup(wifi_handle handle, wifi_cleaned_up_handler handler) in wifi_cleanup() argument 262 info->cleaned_up_handler = handler; in wifi_cleanup()
|
D | gscan_event_handler.cpp | 48 GScanCallbackHandler handler) in GScanCommandEventHandler() argument 54 mHandler = handler; in GScanCommandEventHandler()
|
D | llstats.cpp | 626 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/ |
D | core.h | 185 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/ |
D | OMXCameraAdapter.cpp | 4451 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/ |
D | drmstat.c | 73 void handler(int fd, void *oldctx, void *newctx) in handler() function
|
/hardware/intel/img/libdrm/ |
D | aclocal.m4 | 7407 # 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
|