Searched refs:route (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/audio/legacy/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() 806 mALSADevice->route(&(*it), mCurDevice, AudioSystem::MODE_IN_COMMUNICATION); in openOutputStream() 814 mALSADevice->route(&(*it), mCurDevice, AudioSystem::MODE_IN_COMMUNICATION); in openOutputStream() 891 mALSADevice->route(&(*it), devices, mode()); in openOutputStream() 962 mALSADevice->route(&(*it), devices, mode()); in openOutputStream() 1053 mALSADevice->route(&(*it), devices, mode()); in openOutputSession() 1061 mALSADevice->route(&(*it), devices, mode()); in openOutputSession() 1171 … 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 | 251 …mHandle->module->route(mHandle, (mDevices | AudioSystem::DEVICE_IN_PROXY) , AudioSystem::MODE_IN_C… in read() 255 mHandle->module->route(mHandle, mDevices , AudioSystem::MODE_IN_COMMUNICATION); in read() 261 mHandle->module->route(mHandle, AudioSystem::DEVICE_IN_PROXY , mParent->mode()); in read() 266 mHandle->module->route(mHandle, mDevices , mParent->mode()); in read()
|
D | AudioHardwareALSA.h | 198 status_t (*route)(alsa_handle_t *, uint32_t, int); member
|
D | alsa_default.cpp | 142 dev->route = s_route; in s_device_open()
|
/hardware/qcom/audio/hal/ |
D | Android.mk | 40 $(call include-path-for, audio-route) \
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
D | README | 225 you choose this route you lose the ability to target earlier versions
|