Home
last modified time | relevance | path

Searched defs:profilerLock (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaCpuPipeline.cpp104 const HardwareBufferRenderParams& bufferParams, std::mutex& profilerLock) { in draw()
H A DSkiaVulkanPipeline.cpp79 const HardwareBufferRenderParams& bufferParams, std::mutex& profilerLock) { in draw()
H A DSkiaOpenGLPipeline.cpp121 const HardwareBufferRenderParams& bufferParams, std::mutex& profilerLock) { in draw()
/aosp_15_r20/frameworks/base/libs/hwui/platform/host/pipeline/skia/
H A DSkiaGpuPipeline.h55 std::mutex& profilerLock) override { in draw()
/aosp_15_r20/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.h167 std::mutex& profilerLock() { return mFrameInfoMutex; } in profilerLock() function