Home
last modified time | relevance | path

Searched refs:ScopedTrace (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/cmds/installd/
DSysTrace.h23 class ScopedTrace {
25 explicit ScopedTrace(const char* label) { atrace_pm_begin(label); } in ScopedTrace() function
26 ~ScopedTrace() { atrace_pm_end(); } in ~ScopedTrace()
29 ScopedTrace(const ScopedTrace&) = delete;
30 ScopedTrace& operator=(const ScopedTrace&) = delete;
31 ScopedTrace(ScopedTrace&&) = delete;
32 ScopedTrace& operator=(ScopedTrace&&) = delete;
DInstalldNativeService.cpp524 ScopedTrace tracer("restorecon-lazy"); in restorecon_app_data_lazy()
526 ScopedTrace tracer("new-path"); in restorecon_app_data_lazy()
564 ScopedTrace tracer("label-change"); in restorecon_app_data_lazy()
606 ScopedTrace tracer("prepare-dir"); in prepare_app_dir()
613 ScopedTrace tracer("set-quota"); in prepare_app_dir()
624 ScopedTrace tracer("prepare-cache-dir"); in prepare_app_cache_dir()
628 ScopedTrace tracer("set-quota-cache-dir"); in prepare_app_cache_dir()
635 ScopedTrace tracer("prepare-app-profile"); in prepare_app_profile_dir()
768 ScopedTrace tracer("create-dirs"); in createAppDataDirs()
847 ScopedTrace tracer("ce"); in createAppDataLocked()
[all …]
/frameworks/native/libs/vr/libpdx/private/pdx/
Dtrace.h42 class ScopedTrace {
45 ScopedTrace(uint64_t tag, bool enabled, const char* name) in ScopedTrace() function
51 ~ScopedTrace() { in ~ScopedTrace()
60 ScopedTrace(const ScopedTrace&) = delete;
61 void operator=(const ScopedTrace&) = delete;
78 ::android::pdx::ScopedTrace PASTE(__tracer, __LINE__) { \
/frameworks/native/libs/binder/include/binder/
DTrace.h47 class LIBBINDER_EXPORTED ScopedTrace {
49 inline ScopedTrace(uint64_t tag, const char* name) : mTag(tag) { os::trace_begin(mTag, name); } in ScopedTrace() function
51 inline ~ScopedTrace() { os::trace_end(mTag); } in ~ScopedTrace()
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp147 ScopedTrace trace(ATRACE_TAG, "ImageCopy: NV12->NV12"); in ImageCopy()
152 ScopedTrace trace(ATRACE_TAG, "ImageCopy: NV12->NV21"); in ImageCopy()
158 ScopedTrace trace(ATRACE_TAG, "ImageCopy: NV12->I420"); in ImageCopy()
166 ScopedTrace trace(ATRACE_TAG, "ImageCopy: NV21->NV12"); in ImageCopy()
172 ScopedTrace trace(ATRACE_TAG, "ImageCopy: NV21->NV21"); in ImageCopy()
177 ScopedTrace trace(ATRACE_TAG, "ImageCopy: NV21->I420"); in ImageCopy()
185 ScopedTrace trace(ATRACE_TAG, "ImageCopy: I420->NV12"); in ImageCopy()
191 ScopedTrace trace(ATRACE_TAG, "ImageCopy: I420->NV21"); in ImageCopy()
197 ScopedTrace trace(ATRACE_TAG, "ImageCopy: I420->I420"); in ImageCopy()
204 ScopedTrace trace(ATRACE_TAG, "ImageCopy: generic"); in ImageCopy()
[all …]
/frameworks/native/include/input/
DTraceTools.h28 ? std::make_optional<android::ScopedTrace>(ATRACE_TAG, (message).c_str()) \
/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h45 android::ScopedTrace ___bufTracer(ATRACE_TAG, ___traceBuf); \
/frameworks/base/services/core/jni/
Dcom_android_server_am_CachedAppOptimizer.cpp304 ScopedTrace batchTrace(ATRACE_TAG, "VMA Batch"); in compactMemory()
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp363 ScopedTrace trace(ATRACE_TAG, "FrameDecoder::ExtractFrame"); in extractFrame()
740 ScopedTrace trace(ATRACE_TAG, "FrameDecoder::ColorConverter"); in onOutputReceived()
/frameworks/av/media/codec2/vndk/platform/
DC2BqBuffer.cpp43 using ::android::ScopedTrace;
1170 ScopedTrace trace(ATRACE_TAG,"C2BufferQueueBlockPool::fetchGraphicBlock"); in fetchGraphicBlock()
/frameworks/av/media/codec2/hal/client/
Doutput.cpp412 ScopedTrace trace(ATRACE_TAG,"Codec2-OutputBufferQueue::outputBuffer"); in outputBuffer()
Dclient.cpp2485 ScopedTrace trace(ATRACE_TAG,"Codec2Client::Component::queueToOutputSurface"); in queueToOutputSurface()
/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp39 using android::ScopedTrace;
1192 ScopedTrace trace(ATRACE_TAG,"C2PooledBlockPool::fetchLinearBlock"); in fetchLinearBlock()
1208 ScopedTrace trace(ATRACE_TAG,"C2PooledBlockPool::fetchGraphicBlock"); in fetchGraphicBlock()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp415 ScopedTrace trace(ATRACE_TAG, android::base::StringPrintf( in queueInputBufferInternal()
791 ScopedTrace trace(ATRACE_TAG, android::base::StringPrintf( in queueSecureInputBuffer()
964 ScopedTrace trace(ATRACE_TAG, android::base::StringPrintf( in queueSecureInputBuffers()
2468 ScopedTrace trace(ATRACE_TAG, android::base::StringPrintf( in handleWork()