HomeSort by relevance Sort by last modified time
    Searched refs:mDumpStr (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/display/liboverlay/
overlay.cpp 46 mDumpStr[0] = '\0';
61 mDumpStr[0] = '\0';
75 strncat(mDumpStr, str, strlen(str));
112 strncat(mDumpStr, str, strlen(str));
273 if(strlen(mDumpStr)) { //dump only on state change
274 ALOGD_IF(PIPE_DEBUG, "%s\n", mDumpStr);
overlay.h 146 char mDumpStr[256];

Completed in 1872 milliseconds