Searched defs:nativeChannelMask (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp201 audio_channel_mask_t nativeChannelMask = ((uint32_t)javaChannelMask) >> 2; local
203 if (!audio_is_output_channel(nativeChannelMask)) {
208 uint32_t channelCount = audio_channel_count_from_out_mask(nativeChannelMask);
297 nativeChannelMask,
323 nativeChannelMask,

Completed in 12 milliseconds