Home
last modified time | relevance | path

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

/hardware/knowles/athletico/sound_trigger_hal/
Diaxxx_odsp_hw.c1205 struct iaxxx_evt_retrieve_notification ern; in iaxxx_odsp_evt_retrieve_notification() local
1216 ODSP_EVENT_RETRIEVE_NOTIFICATION, (unsigned long)&ern); in iaxxx_odsp_evt_retrieve_notification()
1221 __func__, ern.src_id, ern.evt_id, ern.src_opaque, ern.dst_opaque); in iaxxx_odsp_evt_retrieve_notification()
1223 *src_id = ern.src_id; in iaxxx_odsp_evt_retrieve_notification()
1224 *evt_id = ern.evt_id; in iaxxx_odsp_evt_retrieve_notification()
1225 *src_opaque = ern.src_opaque; in iaxxx_odsp_evt_retrieve_notification()
1226 *dst_opaque = ern.dst_opaque; in iaxxx_odsp_evt_retrieve_notification()