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

  /frameworks/base/tools/aapt/
AaptConfig.h 82 bool isSameExcept(const android::ResTable_config& a, const android::ResTable_config& b, int configMask);
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 599 unsigned int configMask = 0;
604 configMask |= AUDIO_PORT_CONFIG_SAMPLE_RATE;
620 configMask |= AUDIO_PORT_CONFIG_CHANNEL_MASK;
629 configMask |= AUDIO_PORT_CONFIG_FORMAT;
636 configMask |= AUDIO_PORT_CONFIG_GAIN;
645 nAudioPortConfig->config_mask = configMask;
    [all...]

Completed in 721 milliseconds