Searched refs:inputDevice (Results 1 - 2 of 2) sorted by relevance

/hardware/msm7k/libaudio/
H A DAudioHardware.cpp504 uint32_t inputDevice = (input == NULL) ? 0 : input->devices(); local
507 if (inputDevice != 0) {
508 ALOGI("do input routing device %x\n", inputDevice);
509 if (inputDevice & AudioSystem::DEVICE_IN_BLUETOOTH_SCO_HEADSET) {
512 } else if (inputDevice & AudioSystem::DEVICE_IN_WIRED_HEADSET) {
533 // if inputDevice == 0, restore output routing
/hardware/msm7k/libaudio-qsd8k/
H A DAudioHardware.cpp1341 uint32_t inputDevice = (input == NULL) ? 0 : input->devices(); local
1361 if (sndDevice == -1 && inputDevice != 0) {
1362 ALOGI("do input routing device %x\n", inputDevice);
1363 if (inputDevice & AudioSystem::DEVICE_IN_BLUETOOTH_SCO_HEADSET) {
1366 } else if (inputDevice & AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_CARKIT) {
1369 } else if (inputDevice & AudioSystem::DEVICE_IN_WIRED_HEADSET) {
1378 } else if (inputDevice & AudioSystem::DEVICE_IN_BACK_MIC) {
1406 // if inputDevice == 0, restore output routing

Completed in 29 milliseconds