Searched defs:offsetInShorts (Results 1 – 4 of 4) sorted by relevance
| /frameworks/base/media/java/android/media/ |
| D | AudioRecord.java | 585 public int read(short[] audioData, int offsetInShorts, int sizeInShorts) { in read() 798 int offsetInShorts, int sizeInShorts); in native_read_in_short_array()
|
| D | AudioTrack.java | 945 public int write(short[] audioData, int offsetInShorts, int sizeInShorts) { in write() 1168 int offsetInShorts, int sizeInShorts, int format); in native_write_short()
|
| /frameworks/base/core/jni/ |
| D | android_media_AudioRecord.cpp | 369 jint offsetInShorts, jint sizeInShorts) { in android_media_AudioRecord_readInShortArray()
|
| D | android_media_AudioTrack.cpp | 568 jint offsetInShorts, jint sizeInShorts, in android_media_AudioTrack_native_write_short()
|