Home | History | Annotate | Download | only in alsa_sound

Lines Matching full:vt_it

1607              ALSAHandleList::iterator vt_it;
1608 for(vt_it = mDeviceList.begin();
1609 vt_it != mDeviceList.end(); ++vt_it) {
1610 if((!strncmp(vt_it->useCase, SND_USE_CASE_VERB_VOICECALL,
1612 (!strncmp(vt_it->useCase, SND_USE_CASE_MOD_PLAY_VOICE,
1614 alsa_handle_t *handle = (alsa_handle_t *)(&(*vt_it));
1626 ALSAHandleList::iterator vt_it;
1627 for(vt_it = mDeviceList.begin();
1628 vt_it != mDeviceList.end(); ++vt_it) {
1629 if((!strncmp(vt_it->useCase, SND_USE_CASE_VERB_VOICECALL,
1631 (!strncmp(vt_it->useCase, SND_USE_CASE_MOD_PLAY_VOICE,
1634 alsa_handle_t *handle = (alsa_handle_t *)(&(*vt_it));
1668 ALSAHandleList::iterator vt_it;
1669 for(vt_it = mDeviceList.begin();
1670 vt_it != mDeviceList.end(); ++vt_it) {
1671 if((!strncmp(vt_it->useCase, SND_USE_CASE_VERB_VOLTE,
1673 (!strncmp(vt_it->useCase, SND_USE_CASE_MOD_PLAY_VOLTE,
1675 alsa_handle_t *handle = (alsa_handle_t *)(&(*vt_it));
1687 ALSAHandleList::iterator vt_it;
1688 for(vt_it = mDeviceList.begin();
1689 vt_it != mDeviceList.end(); ++vt_it) {
1690 if((!strncmp(vt_it->useCase, SND_USE_CASE_VERB_VOLTE,
1692 (!strncmp(vt_it->useCase, SND_USE_CASE_MOD_PLAY_VOLTE,
1695 alsa_handle_t *handle = (alsa_handle_t *)(&(*vt_it));