Searched defs:offsetInShorts (Results 1 – 4 of 4) sorted by relevance
| /frameworks/base/media/java/android/media/ |
| D | AudioRecord.java | 715 public int read(short[] audioData, int offsetInShorts, int sizeInShorts) { in read() 939 int offsetInShorts, int sizeInShorts); in native_read_in_short_array()
|
| D | AudioTrack.java | 1287 public int write(short[] audioData, int offsetInShorts, int sizeInShorts) { in write() 1656 int offsetInShorts, int sizeInShorts, int format); in native_write_short()
|
| /frameworks/base/core/jni/ |
| D | android_media_AudioRecord.cpp | 405 jint offsetInShorts, jint sizeInShorts) { in android_media_AudioRecord_readInShortArray()
|
| D | android_media_AudioTrack.cpp | 634 jint offsetInShorts, jint sizeInShorts, in android_media_AudioTrack_write_short()
|