Home
last modified time | relevance | path

Searched refs:route (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/audio/alsa_sound/
DAudioHardwareALSA.cpp642 mALSADevice->route(&(*it), (uint32_t)device, newMode); in doRouting()
653 mALSADevice->route(&(*it), AudioSystem::DEVICE_OUT_PROXY, in doRouting()
683 mALSADevice->route(&(*it), (uint32_t)device, newMode); in doRouting()
805 mALSADevice->route(&(*it), mCurDevice, AudioSystem::MODE_IN_COMMUNICATION); in openOutputStream()
813 mALSADevice->route(&(*it), mCurDevice, AudioSystem::MODE_IN_COMMUNICATION); in openOutputStream()
888 mALSADevice->route(&(*it), devices, mode()); in openOutputStream()
958 mALSADevice->route(&(*it), devices, mode()); in openOutputStream()
1048 mALSADevice->route(&(*it), devices, mode()); in openOutputSession()
1056 mALSADevice->route(&(*it), devices, mode()); in openOutputSession()
1165 … mALSADevice->route(&(*it), AudioSystem::DEVICE_IN_PROXY, AudioSystem::MODE_IN_COMMUNICATION); in openInputStream()
[all …]
DAudioStreamOutALSA.cpp167 mHandle->module->route(mHandle, mDevices , mParent->mode()); in write()
171 mHandle->module->route(mHandle, mDevices , AudioSystem::MODE_IN_COMMUNICATION); in write()
178 mHandle->module->route(mHandle, mDevices , mParent->mode()); in write()
181 mHandle->module->route(mHandle, mDevices , mParent->mode()); in write()
DAudioStreamInALSA.cpp248 …mHandle->module->route(mHandle, (mDevices | AudioSystem::DEVICE_IN_PROXY) , AudioSystem::MODE_IN_C… in read()
252 mHandle->module->route(mHandle, mDevices , AudioSystem::MODE_IN_COMMUNICATION); in read()
258 mHandle->module->route(mHandle, AudioSystem::DEVICE_IN_PROXY , mParent->mode()); in read()
263 mHandle->module->route(mHandle, mDevices , mParent->mode()); in read()
DAudioHardwareALSA.h197 status_t (*route)(alsa_handle_t *, uint32_t, int); member
Dalsa_default.cpp142 dev->route = s_route; in s_device_open()