Searched refs:READ_BLOCKING (Results 1 – 3 of 3) sorted by relevance
145 READ_BLOCKING,155 public final static int READ_BLOCKING = 0; field in AudioRecord1165 return read(audioData, offsetInBytes, sizeInBytes, READ_BLOCKING); in read()1201 if ((readMode != READ_BLOCKING) && (readMode != READ_NON_BLOCKING)) { in read()1213 readMode == READ_BLOCKING); in read()1238 return read(audioData, offsetInShorts, sizeInShorts, READ_BLOCKING); in read()1273 if ((readMode != READ_BLOCKING) && (readMode != READ_NON_BLOCKING)) { in read()1285 readMode == READ_BLOCKING); in read()1326 if ((readMode != READ_BLOCKING) && (readMode != READ_NON_BLOCKING)) { in read()1338 readMode == READ_BLOCKING); in read()[all …]
23813 field public static final int READ_BLOCKING = 0; // 0x0