Searched refs:burst (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
H A DPerfData.java57 TimeUnit bucket, long periodSecs, int burst, boolean includeCountMetric,
60 super(placebo, replication, bucket, periodSecs, burst, includeCountMetric,
63 mRecorders.add(new BatteryDataRecorder(placebo, replication, bucket, periodSecs, burst,
66 mRecorders.add(new MemoryDataRecorder(placebo, replication, bucket, periodSecs, burst,
70 periodSecs, burst, includeCountMetric, includeDurationMetric, includeEventMetric,
73 periodSecs, burst, includeCountMetric, includeDurationMetric, includeEventMetric,
56 PerfData(LoadtestActivity loadtestActivity, boolean placebo, int replication, TimeUnit bucket, long periodSecs, int burst, boolean includeCountMetric, boolean includeDurationMetric, boolean includeEventMetric, boolean includeValueMetric, boolean includeGaugeMetric) argument
H A DMemoryDataRecorder.java31 int burst, boolean includeCountMetric, boolean includeDurationMetric,
33 super(placebo, replication, bucket, periodSecs, burst, includeCountMetric,
30 MemoryDataRecorder(boolean placebo, int replication, TimeUnit bucket, long periodSecs, int burst, boolean includeCountMetric, boolean includeDurationMetric, boolean includeEventMetric, boolean includeValueMetric, boolean includeGaugeMetric) argument
H A DBatteryDataRecorder.java31 int burst, boolean includeCountMetric, boolean includeDurationMetric,
33 super(placebo, replication, bucket, periodSecs, burst, includeCountMetric,
30 BatteryDataRecorder(boolean placebo, int replication, TimeUnit bucket, long periodSecs, int burst, boolean includeCountMetric, boolean includeDurationMetric, boolean includeEventMetric, boolean includeValueMetric, boolean includeGaugeMetric) argument
H A DStatsdStatsRecorder.java28 TimeUnit bucket, long periodSecs, int burst, boolean includeCountMetric,
31 super(placebo, replication, bucket, periodSecs, burst, includeCountMetric,
27 StatsdStatsRecorder(LoadtestActivity loadtestActivity, boolean placebo, int replication, TimeUnit bucket, long periodSecs, int burst, boolean includeCountMetric, boolean includeDurationMetric, boolean includeEventMetric, boolean includeValueMetric, boolean includeGaugeMetric) argument
H A DValidationRecorder.java37 TimeUnit bucket, long periodSecs, int burst, boolean includeCountMetric,
40 super(placebo, replication, bucket, periodSecs, burst, includeCountMetric,
36 ValidationRecorder(LoadtestActivity loadtestActivity, boolean placebo, int replication, TimeUnit bucket, long periodSecs, int burst, boolean includeCountMetric, boolean includeDurationMetric, boolean includeEventMetric, boolean includeValueMetric, boolean includeGaugeMetric) argument
H A DPerfDataRecorder.java43 int burst, boolean includeCountMetric, boolean includeDurationMetric,
46 mColumnSuffix = getColumnSuffix(placebo, replication, bucket, periodSecs, burst,
128 long periodSecs, int burst, boolean includeCountMetric, boolean includeDurationMetric,
137 .append("_bst=" + burst)
42 PerfDataRecorder(boolean placebo, int replication, TimeUnit bucket, long periodSecs, int burst, boolean includeCountMetric, boolean includeDurationMetric, boolean includeEventMetric, boolean includeValueMetric, boolean includeGaugeMetric) argument
127 getColumnSuffix(boolean placebo, int replication, TimeUnit bucket, long periodSecs, int burst, boolean includeCountMetric, boolean includeDurationMetric, boolean includeEventMetric, boolean includeValueMetric, boolean includeGaugeMetric) argument
H A DSequencePusher.java41 /** Some atoms are pushed in burst of {@code mBurst} events. */
50 public SequencePusher(int burst, boolean placebo) { argument
51 mBurst = burst;
58 * (0) Push a burst of BatteryLevelChanged atoms.
59 * (1) Push a burst of BleScanResultReceived atoms.
61 * (3) Push a burst of GpsScanStateChanged atoms with ON, with a different uid each time.
63 * (5) Push a burst GpsScanStateChanged atoms with OFF, with a different uid each time.
65 * (7) Push a burst of AudioStateChanged with ON, with a different uid each time.
68 * (10) Push a burst of AudioStateChanged with OFF, with a different uid each time.
H A DLoadtestActivity.java76 * <li> The 'burst' parameter controls how many atoms are pushed at the same time (per period).
216 * The burst size.
613 private synchronized void setBurst(int burst) { argument
614 mBurst = burst;
637 mBurstText = (EditText) findViewById(R.id.burst);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DRequestQueue.java70 * Return and remove the next burst on the queue.
72 * <p>If a repeating burst is returned, it will not be removed.</p>
74 * @return an entry containing the next burst, the current frame number, and flag about whether
75 * request queue becomes empty. Null if no burst exists.
131 * Add a the given burst to the queue.
133 * <p>If the burst is repeating, replace the current repeating burst.</p>
135 * @param requests the burst of requests to add to the queue.
136 * @param repeating true if the burst is repeating.
140 * request if this burst i
[all...]

Completed in 178 milliseconds