/frameworks/av/media/codec2/sfplugin/ |
D | PipelineWatcher.cpp | 141 std::vector<Clock::duration> durations; in elapsed() local 147 durations.push_back(elapsed); in elapsed() 149 std::nth_element(durations.begin(), durations.begin() + n, durations.end(), in elapsed() 151 return durations[n]; in elapsed()
|
/frameworks/base/tests/JankBench/scripts/ |
D | itr_collect.py | 22 self.durations = [] 44 scoremap[run_id][name].durations.append(float(total_duration)) 93 stddev = numpy.std(res.durations) 94 mean = numpy.mean(res.durations) 95 sample_count = len(res.durations) 102 … print "\tScore = %f x %f x %f = %f (%d samples)" % (stddev, mean, pj, score, len(res.durations))
|
D | collect.py | 44 self.durations = [] 69 scoremap[run_id][name][iteration].durations.append(float(total_duration)) 134 stddev = round_to_2(numpy.std(res.durations)) 135 mean = round_to_2(numpy.mean(res.durations)) 136 sample_count += len(res.durations) 139 score = 100 * len(res.durations) / float(res.total_count) 147 … Score = %f x %f x %f = %f (%d samples)" % (iteration, stddev, mean, pj, score, len(res.durations))
|
/frameworks/native/services/surfaceflinger/EventLog/ |
D | EventLog.cpp | 35 const int32_t* durations, size_t numDurations) { in doLogFrameDurations() argument 40 buffer.writeInt32(durations[i]); in doLogFrameDurations() 47 const int32_t* durations, size_t numDurations) { in logFrameDurations() argument 48 EventLog::getInstance().doLogFrameDurations(window, durations, in logFrameDurations()
|
D | EventLog.h | 34 const int32_t* durations, size_t numDurations); 77 void doLogFrameDurations(const String8& window, const int32_t* durations,
|
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/ |
D | BenchmarkResultsReporter.java | 56 private void logSummary(String tag, String summary, ArrayList<Long> durations) { 58 final int size = durations.size(); 60 sb.append("\n").append(i).append("->").append(durations.get(i));
|
/frameworks/av/media/extractors/mpeg2/ |
D | MPEG2TSExtractor.cpp | 399 List<int64_t> durations; in init() local 410 durations.push_back(currentDurationUs); in init() 411 if (durations.size() > 5) { in init() 412 durations.erase(durations.begin()); in init() 413 int64_t min = *durations.begin(); in init() 414 int64_t max = *durations.begin(); in init() 415 for (auto duration : durations) { in init()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/location/ |
D | RecentLocationAppsTest.java | 162 final LongSparseLongArray durations = new LongSparseLongArray(); in createOpEntryWithTime() local 163 durations.put(AppOpsManager.makeKey(AppOpsManager.UID_STATE_TOP, in createOpEntryWithTime() 166 null /*rejectTimes*/, durations, null /* proxyUids */, null /* proxyPackages */); in createOpEntryWithTime()
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | DumpUtils.java | 302 public static long dumpSingleTime(PrintWriter pw, String prefix, long[] durations, in dumpSingleTime() argument 310 long time = durations[state]; in dumpSingleTime() 342 public static void dumpAdjTimesCheckin(PrintWriter pw, String sep, long[] durations, in dumpAdjTimesCheckin() argument 347 long time = durations[state]; in dumpAdjTimesCheckin()
|
/frameworks/base/libs/hwui/ |
D | PropertyValuesAnimatorSet.h | 58 Interpolator* interpolators, int64_t startDelays, nsecs_t durations,
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraProviderManager.h | 510 std::vector<int64_t> *durations/*out*/); 523 std::vector<int64_t>* durations,
|
D | CameraProviderManager.cpp | 582 std::vector<int64_t> *durations/*out*/) { in getSupportedDurations() argument 583 if (durations == nullptr) { in getSupportedDurations() 597 durations->push_back(availableDurations.data.i64[i+3]); in getSupportedDurations() 924 std::vector<int64_t>* durations, in fillHeicStreamCombinations() argument 928 if (outputs == nullptr || durations == nullptr || stallDurations == nullptr) { in fillHeicStreamCombinations() 980 durations->insert(durations->end(), duration, duration+4); in fillHeicStreamCombinations()
|
/frameworks/base/core/proto/android/os/ |
D | batterystats.proto | 276 // durations. 497 // The total cumulative duration (i.e. sum of past durations) that this timer 829 // and total durations are not tracked for full wakelocks. 835 // *and* the screen is off. Current, max, and total durations are tracked 846 // Window wakelocks keep the screen on. Current, max, and total durations
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | StreamConfigurationMap.java | 1617 StreamConfigurationDuration[] durations = getDurations(duration, dataspace); in getInternalFormatDuration() local 1619 for (StreamConfigurationDuration configurationDuration : durations) { in getInternalFormatDuration()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_frame_timestamps.txt | 130 allows querying anticipated timestamps and durations related to the
|
/frameworks/base/proto/src/ |
D | wifi.proto | 921 // Number of occurrences of Soft AP session durations 930 // Number of soft AP session durations that fit into this bucket 1272 // histogram of durations of Aware being available 1275 // histogram of durations of Aware being enabled 2463 // Histogram of config store read durations. 2466 // Histogram of config store write durations. 2478 // Number of read/write durations that fit into this bucket
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 2309 @Nullable LongSparseLongArray durations, @Nullable LongSparseLongArray proxyUids, in OpEntry() argument 2316 mDurations = durations; in OpEntry()
|
/frameworks/ml/nn/tools/api/ |
D | NeuralNetworks.t | 2522 * duration acts as a hint to drivers in the same way that the timeout durations
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 4331 * Pulls the kernel wakelock durations. This atom is adapted from
|