Searched refs:mDeviceList (Results 1 – 3 of 3) sorted by relevance
93 mALSADevice->init(mALSADevice, mDeviceList); in AudioHardwareALSA()216 for(ALSAHandleList::iterator it = mDeviceList.begin(); in ~AudioHardwareALSA()217 it != mDeviceList.end(); ++it) { in ~AudioHardwareALSA()219 mDeviceList.erase(it); in ~AudioHardwareALSA()640 ALSAHandleList::iterator it = mDeviceList.end(); in doRouting()651 ALSAHandleList::iterator it = mDeviceList.end(); in doRouting()655 for(it = mDeviceList.begin(); it != mDeviceList.end(); ++it) { in doRouting()681 ALSAHandleList::iterator it = mDeviceList.end(); in doRouting()749 for(it = mDeviceList.begin(); in openOutputStream()750 it != mDeviceList.end(); ++it) { in openOutputStream()[all …]
72 for(ALSAHandleList::iterator it = mParent->mDeviceList.begin(); in ~ALSAStreamOps()73 it != mParent->mDeviceList.end(); ++it) { in ~ALSAStreamOps()76 mParent->mDeviceList.erase(it); in ~ALSAStreamOps()
557 ALSAHandleList mDeviceList; variable