Lines Matching defs:MODE_STATIC

111     public static final int MODE_STATIC = 0;
120 MODE_STATIC,
273 * The way audio is consumed by the audio sink, one of MODE_STATIC or MODE_STREAM.
345 * <p> If the track's creation mode is {@link #MODE_STATIC},
360 * @param mode streaming or static buffer. See {@link #MODE_STATIC} and {@link #MODE_STREAM}
398 * <p> If the track's creation mode is {@link #MODE_STATIC},
414 * @param mode streaming or static buffer. See {@link #MODE_STATIC} and {@link #MODE_STREAM}
442 * <p> If the track's creation mode is {@link #MODE_STATIC},
457 * @param mode streaming or static buffer. See {@link #MODE_STATIC} and {@link #MODE_STREAM}.
528 if (mDataLoadMode == MODE_STATIC) {
690 * {@link AudioTrack#MODE_STATIC}), this is the maximum size of the sound that will be
708 * @param mode one of {@link AudioTrack#MODE_STREAM}, {@link AudioTrack#MODE_STATIC}.
716 case MODE_STATIC:
885 if (((mode != MODE_STREAM) && (mode != MODE_STATIC)) ||
1164 if (mDataLoadMode == MODE_STATIC || mState == STATE_UNINITIALIZED) {
1175 * <p> If the track's creation mode is {@link #MODE_STATIC},
1231 * If the track's creation mode is {@link #MODE_STATIC}, the return value indicates
1628 * and must use the {@link #MODE_STATIC} mode.
1658 * and must use the {@link #MODE_STATIC} mode.
1718 * If track's creation mode is {@link #MODE_STATIC}, you must have called one of
1923 if ((mDataLoadMode == MODE_STATIC)
2032 if ((mDataLoadMode == MODE_STATIC)
2120 if ((mDataLoadMode == MODE_STATIC)
2203 if ((mDataLoadMode == MODE_STATIC)
2324 * the track's creation mode must be {@link #MODE_STATIC}.