Home
last modified time | relevance | path

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

12

/hardware/knowles/athletico/sound_trigger_hal/tests/
Doslo_package_test.c237 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 …]
Dodsp_api_test.c108 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/
Diaxxx_odsp_hw.h81 uint16_t event_id; member
341 const uint16_t event_id,
357 const uint16_t event_id,
Diaxxx_odsp_hw.c798 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()
Dsound_trigger_hw_iaxxx.c2234 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/
Domx_swvdec_utils.h98 unsigned long event_id; ///< event ID member
Domx_swvdec.h438 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/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/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.h148 u16 event_id; member
/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/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_Config.h153 const char* getEventName(ipa_cm_event_id event_id);
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_Config.h153 const char* getEventName(ipa_cm_event_id event_id);
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Config.cpp876 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/
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/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/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()

12