Searched refs:ge (Results 1 – 3 of 3) sorted by relevance
2203 struct iaxxx_get_event_info ge; in callback_thread_loop() local2234 ge.event_id = -1; in callback_thread_loop()2300 err = get_event(stdev->odsp_hdl, &ge); 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()[all …]
195 struct iaxxx_get_event_info *ge);
129 int get_event(struct iaxxx_odsp_hw *odsp_hdl, struct iaxxx_get_event_info *ge) in get_event() argument134 err = iaxxx_odsp_evt_getevent(odsp_hdl, ge); in get_event()