Home
last modified time | relevance | path

Searched refs:bufferName (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_virtual.cpp194 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()
Dhwc_utils.h304 void dumpBuffer(private_handle_t *ohnd, char *bufferName);
Dhwc_utils.cpp2480 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/
Dhwc_virtual.cpp193 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()
Dhwc_utils.h331 void dumpBuffer(private_handle_t *ohnd, char *bufferName);
Dhwc_utils.cpp2396 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/
Dhwc_virtual.cpp220 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()
Dhwc_utils.h281 void dumpBuffer(private_handle_t *ohnd, char *bufferName);
Dhwc_utils.cpp2059 void dumpBuffer(private_handle_t *ohnd, char *bufferName) { in dumpBuffer() argument
2064 bufferName, in dumpBuffer()
2073 bufferName, dumpFilename, bResult ? "Success" : "Fail"); in dumpBuffer()