Home
last modified time | relevance | path

Searched defs:blockSize (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java170 int blockSize = getBlockSize(); in testGetOutputSizeInEncryptionMode() local
236 int blockSize = getBlockSize(); in testGetOutputSizeInDecryptionMode() local
722 int blockSize = getBlockSize(); in testKatEncryptOneByteAtATime() local
778 int blockSize = getBlockSize(); in testKatDecryptOneByteAtATime() local
993 int blockSize = getBlockSize(); in testGeneratedPadding() local
1101 int blockSize = getBlockSize(); in assertUpdateCopySafe() local
1342 int blockSize = getBlockSize(); in getExpectedCiphertextLength() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundRecorderObject.java43 public SoundRecorderObject(int samplingRate, int blockSize, int recordingSource) { in SoundRecorderObject()
DCorrelation.java35 public void init(int blockSize, int samplingRate) { in init()
DAudioAEC.java90 public RmsHelper(int blockSize, int shotCount) { in RmsHelper()
DSoundPlayerObject.java83 public SoundPlayerObject(boolean useMediaPlayer, int blockSize) { in SoundPlayerObject()