Home
last modified time | relevance | path

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

/hardware/qcom/audio/alsa_sound/
DAudioHardwareALSA.cpp1097 uint32_t route_devices; in openInputStream() local
1319 route_devices = devices | AudioSystem::DEVICE_IN_PROXY; in openInputStream()
1323 route_devices = devices | mCurDevice; in openInputStream()
1325 mALSADevice->route(&(*it), route_devices, mode()); in openInputStream()