/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_swvdec_utils.h | 98 unsigned long event_id; ///< event ID member
|
D | omx_swvdec.h | 426 void async_post_event(unsigned long event_id,
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_swvdec_utils.h | 98 unsigned long event_id; ///< event ID member
|
D | omx_swvdec.h | 434 void async_post_event(unsigned long event_id,
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_swvdec_utils.h | 99 unsigned long event_id; ///< event ID member
|
D | omx_swvdec.h | 427 bool async_post_event(unsigned long event_id,
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | wifilogger_diag.h | 145 u16 event_id; member
|
D | wifilogger_diag.cpp | 2620 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/ |
D | wifi_logger.cpp | 538 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()
|
D | gscan.cpp | 675 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/ |
D | IPACM_Config.h | 151 const char* getEventName(ipa_cm_event_id event_id);
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Config.cpp | 833 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/ |
D | IPACM_Config.h | 153 const char* getEventName(ipa_cm_event_id event_id);
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Config.cpp | 873 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/ |
D | QCamera_Intf.h | 909 uint32_t event_id; member 973 uint32_t event_id; member
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 4994 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/ |
D | omx_swvdec.cpp | 4606 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/ |
D | omx_swvdec.cpp | 5158 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()
|