Home
last modified time | relevance | path

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

/hardware/knowles/athletico/sound_trigger_hal/tests/
Doslo_package_test.c238 ei.dst_id = IAXXX_SYSID_SCRIPT_MGR; in main()
252 ei.dst_id = IAXXX_SYSID_SCRIPT_MGR; in main()
266 ei.dst_id = IAXXX_SYSID_HOST; // update this to HOST_1 for Customer in main()
298 ei.dst_id = IAXXX_SYSID_HOST; // update this to HOST_1 for Customer in main()
312 ei.dst_id = IAXXX_SYSID_SCRIPT_MGR; in main()
326 ei.dst_id = IAXXX_SYSID_SCRIPT_MGR; in main()
/hardware/knowles/athletico/sound_trigger_hal/
Diaxxx_odsp_hw.h342 const uint16_t dst_id,
358 const uint16_t dst_id);
391 uint16_t *dst_id,
Diaxxx_odsp_hw.c799 const uint16_t dst_id, in iaxxx_odsp_evt_subscribe() argument
814 __func__, src_id, event_id, dst_id, dst_opaque); in iaxxx_odsp_evt_subscribe()
818 ei.dst_id = dst_id; in iaxxx_odsp_evt_subscribe()
845 const uint16_t dst_id) in iaxxx_odsp_evt_unsubscribe() argument
859 __func__, src_id, event_id, dst_id); in iaxxx_odsp_evt_unsubscribe()
863 ei.dst_id = dst_id; in iaxxx_odsp_evt_unsubscribe()
1120 uint16_t *dst_id, 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()
1144 *dst_id = ers.dst_id; in iaxxx_odsp_evt_read_subscription()