Home
last modified time | relevance | path

Searched defs:profiler (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node_profiler.h41 #define PROF_SPACE_OMISSION(profiler) argument
43 #define PROF_SUBSTITUTION(profiler) argument
44 #define PROF_OMISSION(profiler) argument
45 #define PROF_INSERTION(profiler) argument
46 #define PROF_MATCH(profiler) argument
47 #define PROF_COMPLETION(profiler) argument
48 #define PROF_TRANSPOSITION(profiler) argument
49 #define PROF_NEARESTKEY(profiler) argument
50 #define PROF_TERMINAL(profiler) argument
52 #define PROF_NEW_WORD(profiler) argument
[all …]
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_profiler.cc144 void SetLatencyProfiler(std::unique_ptr<Profiler> profiler) override { in SetLatencyProfiler()
160 void SetFpsProfiler(std::unique_ptr<Profiler> profiler) override { in SetFpsProfiler()
176 std::shared_ptr<Profiler> profiler = Profiler::Create(latency_flag_); in CreateLatencyProfiler() local
191 std::shared_ptr<Profiler> profiler = Profiler::Create(fps_flag_); in CreateFpsProfiler() local
301 HidlScopedProfiler::HidlScopedProfiler(std::shared_ptr<Profiler> profiler, in HidlScopedProfiler()
H A Dhidl_camera_device_session.cc572 auto profiler = hidl_profiler_->MakeScopedProfiler( in configureStreams_3_7() local
704 auto profiler = in flush() local
720 auto profiler = in close() local
H A Dhidl_camera_device.cc147 auto profiler = in open() local
/aosp12/hardware/google/camera/common/profiler/
H A Dprofiler.h225 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target, in ScopedProfiler()
233 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target) in ScopedProfiler()
H A Dprofiler.proto4 package profiler; package
/aosp12/packages/apps/Camera2/src/com/android/camera/app/
H A DFirstRunDetector.java46 private FirstRunDetector(Profiler profiler) { in FirstRunDetector()
/aosp12/system/extras/tests/icachetest/
H A Dicache_main.cpp87 Profiler& profiler = Profiler::get(); in main() local
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaVulkanPipeline.cpp72 FrameInfoVisualizer* profiler) { in draw()
H A DSkiaOpenGLPipeline.cpp77 FrameInfoVisualizer* profiler) { in draw()
/aosp12/art/libartbase/base/
H A Dlogging.h50 bool profiler; member
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.h150 FrameInfoVisualizer& profiler() { return mProfiler; } in profiler() function
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp157 pthread_t profiler; in getLocalInstance() local
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DMockingOomAdjusterTests.java172 AppProfiler profiler = mock(AppProfiler.class); in setUpOnce() local