Searched refs:bcs (Results 1 – 2 of 2) sorted by relevance
74 bcs.time += 10; in testDetailedOff()90 bcs.time += 20; in testDetailedOff()98 bcs.time += 50; in testDetailedOff()115 bcs.time += 10; in testDetailedOn()133 bcs.time += 20; in testDetailedOn()143 bcs.time += 50; in testDetailedOn()183 bcs.time += 10; in testSampling()191 bcs.time += 50; in testSampling()220 bcs.time += 10; in testSamplingWithDifferentApis()252 bcs.time += 10; in testSharding()[all …]
9679 BinderCallStats bcs; in noteBinderCallStatsLocked() local9684 bcs = mBinderCallStats.valueAt(index); in noteBinderCallStatsLocked()9686 bcs = new BinderCallStats(); in noteBinderCallStatsLocked()9687 bcs.binderClass = stat.binderClass; in noteBinderCallStatsLocked()9688 bcs.transactionCode = stat.transactionCode; in noteBinderCallStatsLocked()9689 mBinderCallStats.add(bcs); in noteBinderCallStatsLocked()9692 bcs.callCount += stat.incrementalCallCount; in noteBinderCallStatsLocked()9693 bcs.recordedCallCount = stat.recordedCallCount; in noteBinderCallStatsLocked()9694 bcs.recordedCpuTimeMicros = stat.cpuTimeMicros; in noteBinderCallStatsLocked()