Searched refs:dst_opaque (Results 1 – 3 of 3) sorted by relevance
/hardware/knowles/athletico/sound_trigger_hal/tests/ |
D | oslo_package_test.c | 239 ei.dst_opaque = 0x1201; in main() 253 ei.dst_opaque = 0x1202; in main() 267 ei.dst_opaque = 0; in main() 299 ei.dst_opaque = 0; in main() 313 ei.dst_opaque = 0x1202; in main() 327 ei.dst_opaque = 0x1201; in main()
|
/hardware/knowles/athletico/sound_trigger_hal/ |
D | iaxxx_odsp_hw.h | 343 const uint32_t dst_opaque); 392 uint32_t *dst_opaque); 422 uint32_t *dst_opaque);
|
D | iaxxx_odsp_hw.c | 800 const uint32_t dst_opaque) in iaxxx_odsp_evt_subscribe() argument 814 __func__, src_id, event_id, dst_id, dst_opaque); in iaxxx_odsp_evt_subscribe() 819 ei.dst_opaque = dst_opaque; in iaxxx_odsp_evt_subscribe() 1121 uint32_t *dst_opaque) in iaxxx_odsp_evt_read_subscription() argument 1140 ers.src_id, ers.evt_id, ers.dst_id, ers.dst_opaque); in iaxxx_odsp_evt_read_subscription() 1145 *dst_opaque = ers.dst_opaque; in iaxxx_odsp_evt_read_subscription() 1202 uint32_t *dst_opaque) in iaxxx_odsp_evt_retrieve_notification() argument 1221 __func__, ern.src_id, ern.evt_id, ern.src_opaque, ern.dst_opaque); in iaxxx_odsp_evt_retrieve_notification() 1226 *dst_opaque = ern.dst_opaque; in iaxxx_odsp_evt_retrieve_notification()
|