Searched refs:READ_BLOCKING (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/companion/virtual/audio/ |
H A D | AudioCapture.java | 19 import static android.media.AudioRecord.READ_BLOCKING; 113 return read(audioData, offsetInBytes, sizeInBytes, READ_BLOCKING); in read() 132 return read(audioBuffer, sizeInBytes, READ_BLOCKING); in read() 165 return read(audioData, offsetInShorts, sizeInShorts, READ_BLOCKING); in read()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | AudioRecord.java | 170 READ_BLOCKING, 180 public final static int READ_BLOCKING = 0; field in AudioRecord 1589 return read(audioData, offsetInBytes, sizeInBytes, READ_BLOCKING); in read() 1626 if ((readMode != READ_BLOCKING) && (readMode != READ_NON_BLOCKING)) { in read() 1638 readMode == READ_BLOCKING); in read() 1663 return read(audioData, offsetInShorts, sizeInShorts, READ_BLOCKING); in read() 1701 if ((readMode != READ_BLOCKING) && (readMode != READ_NON_BLOCKING)) { in read() 1712 readMode == READ_BLOCKING); in read() 1753 if ((readMode != READ_BLOCKING) && (readMode != READ_NON_BLOCKING)) { in read() 1765 readMode == READ_BLOCKING); in read() [all …]
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 21757 field public static final int READ_BLOCKING = 0; // 0x0
|