Home
last modified time | relevance | path

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

/hardware/qcom/audio/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()
885 ALSAHandleList::iterator it = mDeviceList.end(); in openOutputStream()
948 ALSAHandleList::iterator it = mDeviceList.end(); in openOutputStream()
1040 ALSAHandleList::iterator it = mDeviceList.end(); in openOutputSession()
1101 ALSAHandleList::iterator it; in openInputStream()
1300 ALSAHandleList::iterator it = mDeviceList.end(); in openInputStream()
[all …]
DAudioHardwareALSA.h182 typedef List < alsa_handle_t > ALSAHandleList; typedef
193 status_t (*init)(alsa_device_t *, ALSAHandleList &);
556 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()