/hardware/knowles/athletico/sound_trigger_hal/tests/ |
D | oslo_package_test.c | 237 ei.event_id = 0; // 0 - Mode switch to presence mode in main() 243 __func__, ei.event_id, ei.src_id, errno, strerror(errno)); in main() 245 __func__, ei.event_id, ei.src_id, errno, strerror(errno)); in main() 251 ei.event_id = 1; // 1 - Mode switch to detected mode. in main() 257 __func__, ei.event_id, ei.src_id, errno, strerror(errno)); in main() 259 __func__, ei.event_id, ei.src_id, errno, strerror(errno)); in main() 265 ei.event_id = 2; // 2 - Mode switch to max mode in main() 271 __func__, ei.event_id, ei.src_id, errno, strerror(errno)); in main() 273 __func__, ei.event_id, ei.src_id, errno, strerror(errno)); in main() 297 ei.event_id = 2; // 2 - Mode switch to max mode in main() [all …]
|
D | odsp_api_test.c | 108 unsigned int event_id, unsigned int src_opaque) in trigger_event() argument 112 err = iaxxx_odsp_evt_trigger(ioh, src_id, event_id, src_opaque); in trigger_event() 124 unsigned int src_id, event_id, src_opaque; in main() local 222 event_id = strtol(argv[optind], NULL, 0); in main() 228 src_id, event_id, src_opaque); in main() 258 trigger_event(ioh, src_id, event_id, src_opaque); in main()
|
/hardware/knowles/athletico/sound_trigger_hal/ |
D | iaxxx_odsp_hw.h | 81 uint16_t event_id; member 341 const uint16_t event_id, 357 const uint16_t event_id,
|
D | iaxxx_odsp_hw.c | 798 const uint16_t event_id, in iaxxx_odsp_evt_subscribe() argument 814 __func__, src_id, event_id, dst_id, dst_opaque); in iaxxx_odsp_evt_subscribe() 817 ei.event_id = event_id; in iaxxx_odsp_evt_subscribe() 844 const uint16_t event_id, in iaxxx_odsp_evt_unsubscribe() argument 859 __func__, src_id, event_id, dst_id); in iaxxx_odsp_evt_unsubscribe() 862 ei.event_id = event_id; in iaxxx_odsp_evt_unsubscribe() 905 __func__, ei.event_id, ei.data); in iaxxx_odsp_evt_getevent() 906 event_info->event_id = ei.event_id; in iaxxx_odsp_evt_getevent()
|
D | sound_trigger_hw_iaxxx.c | 2234 ge.event_id = -1; in callback_thread_loop() 2302 if (ge.event_id == OK_GOOGLE_KW_ID) { in callback_thread_loop() 2306 } else if (ge.event_id == AMBIENT_KW_ID) { in callback_thread_loop() 2311 } else if (ge.event_id == OSLO_EP_DISCONNECT) { in callback_thread_loop() 2328 } else if (ge.event_id == CHRE_EP_DISCONNECT) { in callback_thread_loop() 2345 } else if (ge.event_id == ENTITY_KW_ID) { in callback_thread_loop() 2349 } else if (ge.event_id == WAKEUP_KW_ID) { in callback_thread_loop() 2355 ge.event_id); in callback_thread_loop() 2404 if (ge.event_id == OK_GOOGLE_KW_ID || in callback_thread_loop() 2405 ge.event_id == AMBIENT_KW_ID || in callback_thread_loop() [all …]
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_swvdec_utils.h | 98 unsigned long event_id; ///< event ID member
|
D | omx_swvdec.h | 438 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/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/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 | 148 u16 event_id; member
|
/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/sm8150/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/inc/ |
D | IPACM_Config.h | 153 const char* getEventName(ipa_cm_event_id event_id);
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Config.cpp | 876 const char* IPACM_Config::getEventName(ipa_cm_event_id event_id) in getEventName() argument 878 if(event_id >= sizeof(ipacm_event_name)/sizeof(ipacm_event_name[0])) in getEventName() 884 return ipacm_event_name[event_id]; in getEventName()
|
/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/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/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()
|