HomeSort by relevance Sort by last modified time
    Searched refs:audio_is_output_channel (Results 1 - 7 of 7) sorted by null

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
IOProfile.cpp 61 (isPlaybackThread && (samplingRate == 0 || !audio_is_output_channel(channelMask))) ||
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 351 return audio_is_output_channel(channel);
  /system/media/audio/include/system/
audio.h 681 static inline bool audio_is_output_channel(audio_channel_mask_t channel) function
    [all...]
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 265 // Invalid channel representations are caught by !audio_is_output_channel() below.
268 if (!audio_is_output_channel(nativeChannelMask)) {
    [all...]
  /frameworks/av/media/libaudioclient/
AudioTrack.cpp 485 if (!audio_is_output_channel(channelMask)) {
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 714 if (!audio_is_output_channel(input.config.channel_mask)) {
    [all...]
Threads.cpp     [all...]

Completed in 280 milliseconds