Searched refs:bufferName (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc_virtual.cpp | 194 char bufferName[128]; in set() local 197 snprintf(bufferName, sizeof(bufferName), "vds.fb"); in set() 198 dumpBuffer((private_handle_t *)fbLayer->handle, bufferName); in set() 202 snprintf(bufferName, sizeof(bufferName), "vds.wb"); in set() 203 dumpBuffer(ohnd, bufferName); in set()
|
D | hwc_utils.h | 304 void dumpBuffer(private_handle_t *ohnd, char *bufferName);
|
D | hwc_utils.cpp | 2480 void dumpBuffer(private_handle_t *ohnd, char *bufferName) { in dumpBuffer() argument 2491 bufferName, in dumpBuffer() 2500 bufferName, dumpFilename, bResult ? "Success" : "Fail"); in dumpBuffer()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
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()
|
D | hwc_utils.h | 331 void dumpBuffer(private_handle_t *ohnd, char *bufferName);
|
D | hwc_utils.cpp | 2396 void dumpBuffer(private_handle_t *ohnd, char *bufferName) { in dumpBuffer() argument 2407 bufferName, in dumpBuffer() 2416 bufferName, dumpFilename, bResult ? "Success" : "Fail"); in dumpBuffer()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
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()
|
D | hwc_utils.h | 281 void dumpBuffer(private_handle_t *ohnd, char *bufferName);
|
D | hwc_utils.cpp | 2059 void dumpBuffer(private_handle_t *ohnd, char *bufferName) { in dumpBuffer() argument 2064 bufferName, in dumpBuffer() 2073 bufferName, dumpFilename, bResult ? "Success" : "Fail"); in dumpBuffer()
|