Home
last modified time | relevance | path

Searched refs:mRecorderBuffSizeInBytes (Results 1 – 1 of 1) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DTestSettings.java26 mRecorderBuffSizeInBytes = recorderBuffSizeInBytes; in TestSettings()
38 return mRecorderBuffSizeInBytes; in getRecorderBufferSizeInBytes()
52 mRecorderBuffSizeInBytes = Utilities.clamp(recorderBufferSizeInBytes, in setRecorderBufferSizeInBytes()
58 private int mRecorderBuffSizeInBytes; field in TestSettings