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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioGain.h 28 AudioGain(int index, bool useInChannelMask);
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioGain.cpp 35 AudioGain::AudioGain(int index, bool useInChannelMask)
38 mUseInChannelMask = useInChannelMask;
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 635 static bool useInChannelMask(audio_port_type_t type, audio_port_role_t role)
700 bool useInMask = useInChannelMask(nAudioPortConfig->type, nAudioPortConfig->role);
791 bool useInMask = useInChannelMask(nAudioPortConfig->type, nAudioPortConfig->role);
    [all...]

Completed in 96 milliseconds