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

  /system/media/audio/include/system/
audio.h 429 #define AUDIO_PORT_MAX_CHANNEL_MASKS 32
463 audio_channel_mask_t channel_masks[AUDIO_PORT_MAX_CHANNEL_MASKS];
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp 99 flatenedChannels.size() > AUDIO_PORT_MAX_CHANNEL_MASKS ||
  /hardware/interfaces/audio/common/2.0/default/
HidlUtils.cpp 283 std::min(port.channelMasks.size(), static_cast<size_t>(AUDIO_PORT_MAX_CHANNEL_MASKS));

Completed in 555 milliseconds