Searched defs:blockSize (Results 1 – 5 of 5) sorted by relevance
170 int blockSize = getBlockSize(); in testGetOutputSizeInEncryptionMode() local236 int blockSize = getBlockSize(); in testGetOutputSizeInDecryptionMode() local722 int blockSize = getBlockSize(); in testKatEncryptOneByteAtATime() local778 int blockSize = getBlockSize(); in testKatDecryptOneByteAtATime() local993 int blockSize = getBlockSize(); in testGeneratedPadding() local1101 int blockSize = getBlockSize(); in assertUpdateCopySafe() local1342 int blockSize = getBlockSize(); in getExpectedCiphertextLength() local
43 public SoundRecorderObject(int samplingRate, int blockSize, int recordingSource) { in SoundRecorderObject()
35 public void init(int blockSize, int samplingRate) { in init()
90 public RmsHelper(int blockSize, int shotCount) { in RmsHelper()
83 public SoundPlayerObject(boolean useMediaPlayer, int blockSize) { in SoundPlayerObject()