Home
last modified time | relevance | path

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

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DTestSettings.java51 public void setRecorderBufferSizeInBytes(int recorderBufferSizeInBytes) { in setRecorderBufferSizeInBytes() method in TestSettings
DLoopbackApplication.java250 void setRecorderBufferSizeInBytes(int recorderBufferSizeInBytes) { in setRecorderBufferSizeInBytes() method in LoopbackApplication
251 mSettings.setRecorderBufferSizeInBytes(recorderBufferSizeInBytes); in setRecorderBufferSizeInBytes()
DSettingsActivity.java203 getApp().setRecorderBufferSizeInBytes(value * Constant.BYTES_PER_FRAME); in onCreate()
221 getApp().setRecorderBufferSizeInBytes(value * Constant.BYTES_PER_FRAME); in onCreate()
DLoopbackActivity.java698 getApp().setRecorderBufferSizeInBytes( in applyIntent()