Searched refs:amount (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | AudioRecordTest.java | 519 int amount = samplesRead == 0 ? numChannels : in testTimestamp() local 521 int ret = record.read(shortData, 0, amount); in testTimestamp() 522 assertEquals(TEST_NAME, amount, ret); in testTimestamp() 663 int amount = samplesRead == 0 ? numChannels : in testSynchronizedRecord() local 665 int ret = record.read(shortData, 0, amount); in testSynchronizedRecord() 666 assertEquals(TEST_NAME, amount, ret); in testSynchronizedRecord() 851 int amount = samplesRead == 0 ? numChannels : in doTest() local 853 amount *= bytesPerSample; // in bytes in doTest() 861 int ret = blocking ? record.read(byteBuffer, amount) : in doTest() 862 record.read(byteBuffer, amount, AudioRecord.READ_NON_BLOCKING); in doTest() [all …]
|
/cts/tests/filesystem/src/android/filesystem/cts/ |
D | FileUtil.java | 223 RWAmount amount = new RWAmount(); in getRWAmount() local 229 amount.mRd = Double.parseDouble(line.split(" ")[1]); in getRWAmount() 231 amount.mWr = Double.parseDouble(line.split(" ")[1]); in getRWAmount() 235 return amount; in getRWAmount()
|
/cts/tests/tests/media/libaudiojni/ |
D | audio-record-native.cpp | 459 ssize_t amount = record.read((char *)buffer + offset, size -offset); in Java_android_media_cts_AudioRecordNative_nativeTest() local 461 if (amount < 0) break; in Java_android_media_cts_AudioRecordNative_nativeTest() 462 offset += amount; in Java_android_media_cts_AudioRecordNative_nativeTest()
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 95410 org.bouncycastle.asn1.DERInteger amount
|