Home
last modified time | relevance | path

Searched defs:Profiler (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/services/Telephony/src/com/android/phone/
H A DProfiler.java28 public class Profiler { class
51 private Profiler() { in Profiler() method in Profiler
/aosp12/packages/apps/Camera2/src/com/android/camera/stats/profiler/
H A DProfiler.java23 public interface Profiler { interface
/aosp12/system/extras/tests/icachetest/
H A DProfiler.cpp55 Profiler::Profiler() noexcept { in Profiler() function in utils::Profiler
H A DProfiler.h83 friend class Profiler; variable
/aosp12/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Dprofiler.h31 Profiler(const clockid_t clockId) in Profiler() function
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_profiler.cc260 std::unique_ptr<google::camera_common::Profiler> /* profiler */) override { in SetLatencyProfiler()
264 std::unique_ptr<google::camera_common::Profiler> /* profiler */) override { in SetFpsProfiler()
/aosp12/frameworks/base/core/java/android/app/
H A DActivityThread.java905 static final class Profiler { class in ActivityThread