Home
last modified time | relevance | path

Searched refs:ALSAHandleList (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
DAudioHardwareALSA.cpp216 for(ALSAHandleList::iterator it = mDeviceList.begin(); in ~AudioHardwareALSA()
640 ALSAHandleList::iterator it = mDeviceList.end(); in doRouting()
651 ALSAHandleList::iterator it = mDeviceList.end(); in doRouting()
681 ALSAHandleList::iterator it = mDeviceList.end(); in doRouting()
736 ALSAHandleList::iterator it; in openOutputStream()
888 ALSAHandleList::iterator it = mDeviceList.end(); in openOutputStream()
952 ALSAHandleList::iterator it = mDeviceList.end(); in openOutputStream()
1045 ALSAHandleList::iterator it = mDeviceList.end(); in openOutputSession()
1106 ALSAHandleList::iterator it; in openInputStream()
1307 ALSAHandleList::iterator it = mDeviceList.end(); in openInputStream()
[all …]
DAudioHardwareALSA.h183 typedef List < alsa_handle_t > ALSAHandleList; typedef
194 status_t (*init)(alsa_device_t *, ALSAHandleList &);
557 ALSAHandleList mDeviceList;
DALSAStreamOps.cpp72 for(ALSAHandleList::iterator it = mParent->mDeviceList.begin(); in ~ALSAStreamOps()
Dalsa_default.cpp57 static status_t s_init(alsa_device_t *, ALSAHandleList &);
620 static status_t s_init(alsa_device_t *module, ALSAHandleList &list) in s_init()