Searched refs:vt_it (Results 1 – 1 of 1) sorted by relevance
1607 ALSAHandleList::iterator vt_it; in routeVoiceCall() local1608 for(vt_it = mDeviceList.begin(); in routeVoiceCall()1609 vt_it != mDeviceList.end(); ++vt_it) { in routeVoiceCall()1610 if((!strncmp(vt_it->useCase, SND_USE_CASE_VERB_VOICECALL, in routeVoiceCall()1612 (!strncmp(vt_it->useCase, SND_USE_CASE_MOD_PLAY_VOICE, in routeVoiceCall()1614 alsa_handle_t *handle = (alsa_handle_t *)(&(*vt_it)); in routeVoiceCall()1626 ALSAHandleList::iterator vt_it; in routeVoiceCall() local1627 for(vt_it = mDeviceList.begin(); in routeVoiceCall()1628 vt_it != mDeviceList.end(); ++vt_it) { in routeVoiceCall()1629 if((!strncmp(vt_it->useCase, SND_USE_CASE_VERB_VOICECALL, in routeVoiceCall()[all …]