Searched refs:BUFFER_SIZE (Results 1 – 7 of 7) sorted by relevance
32 private static final int BUFFER_SIZE = 16 * 1024; field in StreamUtil44 byte[] buf = new byte[BUFFER_SIZE]; in copyStreams()
49 public static final int BUFFER_SIZE = 2048; field in JavaAudioCapturer189 private final byte[] mAudioBuffer = new byte[BUFFER_SIZE];231 BUFFER_SIZE, output), in run()
26 public static final int BUFFER_SIZE = 1024; field in MetricUtility126 byte[] buf = new byte[BUFFER_SIZE]; in executeCommandBlocking()
69 public static final int BUFFER_SIZE = 1024; field in BaseMetricListener323 byte[] buf = new byte[BUFFER_SIZE]; in executeCommandBlocking()
55 private static final int BUFFER_SIZE = 16 * 1024; field in LogcatCollector
188 byte[] buf = new byte[BUFFER_SIZE]; in dumpBatteryStats()
70 private static final int BUFFER_SIZE = 8192; field in AppLaunchTests340 byte[] buffer = new byte[BUFFER_SIZE]; in writeDataToByteStream()