Home
last modified time | relevance | path

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

/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.h329 void dumpBuffer(private_handle_t *ohnd, char *bufferName);
Dhwc_utils.cpp2394 void dumpBuffer(private_handle_t *ohnd, char *bufferName) { in dumpBuffer() argument
2405 bufferName, in dumpBuffer()
2414 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.cpp2058 void dumpBuffer(private_handle_t *ohnd, char *bufferName) { in dumpBuffer() argument
2063 bufferName, in dumpBuffer()
2072 bufferName, dumpFilename, bResult ? "Success" : "Fail"); in dumpBuffer()