Searched refs:bufferName (Results 1 – 10 of 10) sorted by relevance
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | hwc_virtual.cpp | 193 char bufferName[128]; in set() local 196 snprintf(bufferName, sizeof(bufferName), "vds.fb"); in set() 197 dumpBuffer((private_handle_t *)fbLayer->handle, bufferName); in set() 201 snprintf(bufferName, sizeof(bufferName), "vds.wb"); in set() 202 dumpBuffer(ohnd, bufferName); in set()
|
H A D | hwc_utils.h | 331 void dumpBuffer(private_handle_t *ohnd, char *bufferName);
|
H A D | hwc_utils.cpp | 2398 void dumpBuffer(private_handle_t *ohnd, char *bufferName) { in dumpBuffer() argument 2409 bufferName, in dumpBuffer() 2418 bufferName, dumpFilename, bResult ? "Success" : "Fail"); in dumpBuffer()
|
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/ |
H A D | hwc_virtual.cpp | 220 char bufferName[128]; in set() local 223 snprintf(bufferName, sizeof(bufferName), "vds.fb"); in set() 224 dumpBuffer((private_handle_t *)fbLayer->handle, bufferName); in set() 228 snprintf(bufferName, sizeof(bufferName), "vds.wb"); in set() 229 dumpBuffer(ohnd, bufferName); in set()
|
H A D | hwc_utils.h | 281 void dumpBuffer(private_handle_t *ohnd, char *bufferName);
|
H A D | hwc_utils.cpp | 2061 void dumpBuffer(private_handle_t *ohnd, char *bufferName) { in dumpBuffer() argument 2066 bufferName, in dumpBuffer() 2075 bufferName, dumpFilename, bResult ? "Success" : "Fail"); in dumpBuffer()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/log/ |
H A D | LogcatEchoTrackerDebug.kt | 83 override fun isBufferLoggable(bufferName: String, level: LogLevel): Boolean { 84 return level.ordinal >= getLogLevel(bufferName, BUFFER_PATH, cachedBufferLevels).ordinal
|
H A D | LogcatEchoTracker.kt | 26 fun isBufferLoggable(bufferName: String, level: LogLevel): Boolean
|
H A D | LogcatEchoTrackerProd.kt | 23 override fun isBufferLoggable(bufferName: String, level: LogLevel): Boolean {
|
/aosp12/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
H A D | GraphicBufferMetrics.java | 487 final String bufferName = event.mChildren.get(0).mName; in toBufferEvents() local 488 if (bufferName.startsWith("SurfaceView - android.gameperformance")) { in toBufferEvents() 490 new BufferEvent(type, event.mTime, event.mDuration, bufferName)); in toBufferEvents()
|