Home
last modified time | relevance | path

Searched refs:event_id (Results 1 – 18 of 18) sorted by relevance

/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec_utils.h98 unsigned long event_id; ///< event ID member
Domx_swvdec.h426 void async_post_event(unsigned long event_id,
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec_utils.h98 unsigned long event_id; ///< event ID member
Domx_swvdec.h434 void async_post_event(unsigned long event_id,
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec_utils.h99 unsigned long event_id; ///< event ID member
Domx_swvdec.h427 bool async_post_event(unsigned long event_id,
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifilogger_diag.h145 u16 event_id; member
Dwifilogger_diag.cpp2620 event_hdr->event_id, event_hdr->length); in diag_message_handler()
2623 switch (event_hdr->event_id) { in diag_message_handler()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_logger.cpp538 int event_id = event.get_vendor_subcmd(); in handleEvent() local
546 if(event_id == GOOGLE_DEBUG_RING_EVENT) { in handleEvent()
686 int event_id = event.get_vendor_subcmd(); in handleEvent() local
687 ALOGI("Got event: %d", event_id); in handleEvent()
694 if (event_id == GOOGLE_DEBUG_MEM_DUMP_EVENT) { in handleEvent()
Dgscan.cpp675 int event_id = event.get_vendor_subcmd(); in handleEvent() local
677 if ((event_id == GSCAN_EVENT_COMPLETE_SCAN) || in handleEvent()
678 (event_id == GSCAN_EVENT_SCAN_RESULTS_AVAILABLE)) { in handleEvent()
688 } else if (event_id == GSCAN_EVENT_FULL_SCAN_RESULTS) { in handleEvent()
1149 int event_id = event.get_vendor_subcmd(); in handleEvent() local
1169 if (event_id == GSCAN_EVENT_HOTLIST_RESULTS_FOUND) { in handleEvent()
1173 } else if (event_id == GSCAN_EVENT_HOTLIST_RESULTS_LOST) { in handleEvent()
1353 int event_id = event.get_vendor_subcmd(); in handleEvent() local
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Config.h151 const char* getEventName(ipa_cm_event_id event_id);
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Config.cpp833 const char* IPACM_Config::getEventName(ipa_cm_event_id event_id) in getEventName() argument
835 if(event_id >= sizeof(ipacm_event_name)/sizeof(ipacm_event_name[0])) in getEventName()
841 return ipacm_event_name[event_id]; in getEventName()
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_Config.h153 const char* getEventName(ipa_cm_event_id event_id);
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Config.cpp873 const char* IPACM_Config::getEventName(ipa_cm_event_id event_id) in getEventName() argument
875 if(event_id >= sizeof(ipacm_event_name)/sizeof(ipacm_event_name[0])) in getEventName()
881 return ipacm_event_name[event_id]; in getEventName()
/hardware/qcom/camera/msm8998/
DQCamera_Intf.h909 uint32_t event_id; member
973 uint32_t event_id; member
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp4994 void omx_swvdec::async_post_event(unsigned long event_id, in async_post_event() argument
5000 event_info.event_id = event_id; in async_post_event()
5004 switch (event_id) in async_post_event()
5102 switch (event_info.event_id) in async_process_event()
6210 switch (event_info.event_id) in async_process_event_flush_port_ip()
6279 switch (event_info.event_id) in async_process_event_flush_port_op()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp4606 bool omx_swvdec::async_post_event(unsigned long event_id, in async_post_event() argument
4614 event_info.event_id = event_id; in async_post_event()
4618 switch (event_id) in async_post_event()
4719 switch (event_info.event_id) in async_process_event()
5672 switch (event_info.event_id) in async_process_event_flush_port_ip()
5739 switch (event_info.event_id) in async_process_event_flush_port_op()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp5158 void omx_swvdec::async_post_event(unsigned long event_id, in async_post_event() argument
5164 event_info.event_id = event_id; in async_post_event()
5168 switch (event_id) in async_post_event()
5266 switch (event_info.event_id) in async_process_event()
6372 switch (event_info.event_id) in async_process_event_flush_port_ip()
6441 switch (event_info.event_id) in async_process_event_flush_port_op()