Searched defs:AudioSystem (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
H A Dalsa_default.cpp202 static int callMode = AudioSystem::MODE_NORMAL;
296 if (handle->format == AudioSystem::AMR_NB
297 || handle->format == AudioSystem::AMR_WB
299 || handle->format == AudioSystem::EVRC
300 || handle->format == AudioSystem::EVRCB
301 || handle->format == AudioSystem::EVRCWB
403 if ((mode == AudioSystem::MODE_IN_CALL) || (mode == AudioSystem::MODE_IN_COMMUNICATION)) {
404 if ((devices & AudioSystem::DEVICE_OUT_WIRED_HEADSET) ||
405 (devices & AudioSystem
1321 DEVICE_OUT_ANC_HEADSET(devices & AudioSystem::DEVICE_OUT_ANC_HEADPHONE) argument
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioSystemLegacy.h69 class AudioSystem { class in namespace:android_audio_legacy
87 // Audio sub formats (see AudioSystem::audio_format).

Completed in 129 milliseconds