Searched defs:CMD_START_FRAMEWORK (Results 1 - 4 of 4) sorted by last modified time

/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp116 #define CMD_START_FRAMEWORK "start 2>&1" macro
403 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_START_FRAMEWORK);
405 testPrintE("Command too long for: %s", CMD_START_FRAMEWORK);
H A DhwcCommit.cpp158 #define CMD_START_FRAMEWORK "start 2>&1" macro
620 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_START_FRAMEWORK);
622 testPrintE("Command too long for: %s", CMD_START_FRAMEWORK);
H A DhwcRects.cpp138 #define CMD_START_FRAMEWORK "start 2>&1" macro
351 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_START_FRAMEWORK);
353 testPrintE("Command too long for: %s", CMD_START_FRAMEWORK);
H A DhwcStress.cpp163 #define CMD_START_FRAMEWORK "start 2>&1" macro
516 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_START_FRAMEWORK);
518 testPrintE("Command too long for: %s", CMD_START_FRAMEWORK);

Completed in 140 milliseconds