Home | History | Annotate | Download | only in audio

Lines Matching refs:FOR_COMMUNICATION

409     case AudioSystem::FOR_COMMUNICATION:
412 ALOGW("setForceUse() invalid config %d for FOR_COMMUNICATION", config);
1407 snprintf(buffer, SIZE, " Force use for communications %d\n", mForceUse[AudioSystem::FOR_COMMUNICATION]);
2419 ((mForceUse[AudioSystem::FOR_COMMUNICATION] != AudioSystem::FORCE_BT_SCO) &&
2429 ((mForceUse[AudioSystem::FOR_COMMUNICATION] == AudioSystem::FORCE_BT_SCO) ||
2578 switch (mForceUse[AudioSystem::FOR_COMMUNICATION]) {
3295 if ((stream == AudioSystem::VOICE_CALL && mForceUse[AudioSystem::FOR_COMMUNICATION] == AudioSystem::FORCE_BT_SCO) ||
3296 (stream == AudioSystem::BLUETOOTH_SCO && mForceUse[AudioSystem::FOR_COMMUNICATION] != AudioSystem::FORCE_BT_SCO)) {
3298 stream, mForceUse[AudioSystem::FOR_COMMUNICATION]);