Searched defs:WRITE_NON_BLOCKING (Results 1 - 1 of 1) sorted by path

/frameworks/base/media/java/android/media/
H A DAudioTrack.java195 WRITE_NON_BLOCKING
217 public final static int WRITE_NON_BLOCKING = 1; field in class:AudioTrack
2117 * {@link #WRITE_NON_BLOCKING}, or the track is stopped or paused on entry, or another thread
2131 * @param writeMode one of {@link #WRITE_BLOCKING}, {@link #WRITE_NON_BLOCKING}. It has no
2135 * <br>With {@link #WRITE_NON_BLOCKING}, the write will return immediately after
2156 if ((writeMode != WRITE_BLOCKING) && (writeMode != WRITE_NON_BLOCKING)) {
2227 * {@link #WRITE_NON_BLOCKING}, or the track is stopped or paused on entry, or another thread
2240 * @param writeMode one of {@link #WRITE_BLOCKING}, {@link #WRITE_NON_BLOCKING}. It has no
2244 * <br>With {@link #WRITE_NON_BLOCKING}, the write will return immediately after
2265 if ((writeMode != WRITE_BLOCKING) && (writeMode != WRITE_NON_BLOCKING)) {
[all...]

Completed in 64 milliseconds