Lines Matching defs:WRITE_NON_BLOCKING

195         WRITE_NON_BLOCKING
217 public final static int WRITE_NON_BLOCKING = 1;
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)) {
2298 * {@link #WRITE_NON_BLOCKING}, or the track is stopped or paused on entry, or another thread
2321 * @param writeMode one of {@link #WRITE_BLOCKING}, {@link #WRITE_NON_BLOCKING}. It has no
2325 * <br>With {@link #WRITE_NON_BLOCKING}, the write will return immediately after
2352 if ((writeMode != WRITE_BLOCKING) && (writeMode != WRITE_NON_BLOCKING)) {
2386 * {@link #WRITE_NON_BLOCKING}, or the track is stopped or paused on entry, or another thread
2403 * @param writeMode one of {@link #WRITE_BLOCKING}, {@link #WRITE_NON_BLOCKING}. It has no
2407 * <BR>With {@link #WRITE_NON_BLOCKING}, the write will return immediately after
2428 if ((writeMode != WRITE_BLOCKING) && (writeMode != WRITE_NON_BLOCKING)) {
2476 * @param writeMode one of {@link #WRITE_BLOCKING}, {@link #WRITE_NON_BLOCKING}.
2479 * <BR>With {@link #WRITE_NON_BLOCKING}, the write will return immediately after
2501 if ((writeMode != WRITE_BLOCKING) && (writeMode != WRITE_NON_BLOCKING)) {