Searched refs:ei (Results 1 – 3 of 3) sorted by relevance
/hardware/knowles/athletico/sound_trigger_hal/tests/ |
D | oslo_package_test.c | 115 struct iaxxx_evt_info ei; in main() local 236 ei.src_id = PLUGIN3_SRC_ID; in main() 237 ei.event_id = 0; // 0 - Mode switch to presence mode in main() 238 ei.dst_id = IAXXX_SYSID_SCRIPT_MGR; in main() 239 ei.dst_opaque = 0x1201; in main() 240 err = ioctl(fileno(odsp_node), ODSP_EVENT_SUBSCRIBE, (unsigned long)&ei); 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() 250 ei.src_id = PLUGIN3_SRC_ID; in main() 251 ei.event_id = 1; // 1 - Mode switch to detected mode. in main() [all …]
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsa_mixer.c | 194 struct snd_ctl_elem_info *ei = mixer->info + n; in mixer_open() local 195 ei->id.numid = eid[n].numid; in mixer_open() 196 if (ioctl(fd, SNDRV_CTL_IOCTL_ELEM_INFO, ei) < 0) in mixer_open() 198 mixer->ctl[n].info = ei; in mixer_open() 200 if (ei->type == SNDRV_CTL_ELEM_TYPE_ENUMERATED) { in mixer_open() 201 char **enames = calloc(ei->value.enumerated.items, sizeof(char*)); in mixer_open() 205 for (m = 0; m < ei->value.enumerated.items; m++) { in mixer_open() 207 tmp.id.numid = ei->id.numid; in mixer_open() 238 struct snd_ctl_elem_info *ei = mixer->info + n; in mixer_dump() local 241 ei->id.numid, elem_iface_name(ei->id.iface), in mixer_dump() [all …]
|
/hardware/knowles/athletico/sound_trigger_hal/ |
D | iaxxx_odsp_hw.c | 803 struct iaxxx_evt_info ei; in iaxxx_odsp_evt_subscribe() local 816 ei.src_id = src_id; in iaxxx_odsp_evt_subscribe() 817 ei.event_id = event_id; in iaxxx_odsp_evt_subscribe() 818 ei.dst_id = dst_id; in iaxxx_odsp_evt_subscribe() 819 ei.dst_opaque = dst_opaque; in iaxxx_odsp_evt_subscribe() 822 ODSP_EVENT_SUBSCRIBE, (unsigned long)&ei); in iaxxx_odsp_evt_subscribe() 848 struct iaxxx_evt_info ei; in iaxxx_odsp_evt_unsubscribe() local 861 ei.src_id = src_id; in iaxxx_odsp_evt_unsubscribe() 862 ei.event_id = event_id; in iaxxx_odsp_evt_unsubscribe() 863 ei.dst_id = dst_id; in iaxxx_odsp_evt_unsubscribe() [all …]
|