Searched refs:WRITE_BLOCKING (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioTrack.java194 WRITE_BLOCKING,
207 public final static int WRITE_BLOCKING = 0; field in class:AudioTrack
2101 * set to {@link #WRITE_BLOCKING}.
2104 return write(audioData, offsetInBytes, sizeInBytes, WRITE_BLOCKING);
2115 * {@link #WRITE_BLOCKING}, the write will normally block until all the data has been enqueued
2131 * @param writeMode one of {@link #WRITE_BLOCKING}, {@link #WRITE_NON_BLOCKING}. It has no
2133 * <br>With {@link #WRITE_BLOCKING}, the write will block until all data has been written
2156 if ((writeMode != WRITE_BLOCKING) && (writeMode != WRITE_NON_BLOCKING)) {
2168 writeMode == WRITE_BLOCKING);
2212 * set to {@link #WRITE_BLOCKING}
[all...]

Completed in 58 milliseconds