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

/frameworks/base/core/jni/
H A Dandroid_media_AudioFormat.h43 #define CHANNEL_OUT_DEFAULT 1 macro
127 case CHANNEL_OUT_DEFAULT:
139 return CHANNEL_OUT_DEFAULT;
/frameworks/base/media/java/android/media/
H A DAudioFormat.java274 /** @deprecated Use {@link #CHANNEL_OUT_DEFAULT} or {@link #CHANNEL_IN_DEFAULT} instead. */
286 public static final int CHANNEL_OUT_DEFAULT = 1; field in class:AudioFormat
368 * @param outMask a combination of the CHANNEL_OUT_* definitions, but not CHANNEL_OUT_DEFAULT
373 if (outMask == CHANNEL_OUT_DEFAULT) {
375 "Illegal CHANNEL_OUT_DEFAULT channel mask for input.");
399 * @param mask a combination of the CHANNEL_OUT_* definitions, but not CHANNEL_OUT_DEFAULT
408 * @param mask a combination of the CHANNEL_OUT_* definitions, but not CHANNEL_OUT_DEFAULT

Completed in 86 milliseconds