Searched refs:route (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/audio/alsa_sound/ |
D | AudioHardwareALSA.cpp | 642 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 …]
|
D | AudioStreamOutALSA.cpp | 167 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()
|
D | AudioStreamInALSA.cpp | 248 …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()
|
D | AudioHardwareALSA.h | 197 status_t (*route)(alsa_handle_t *, uint32_t, int); member
|
D | alsa_default.cpp | 142 dev->route = s_route; in s_device_open()
|