Searched refs:CMD_START_FRAMEWORK (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp115 #define CMD_START_FRAMEWORK "start 2>&1" macro
402 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_START_FRAMEWORK);
404 testPrintE("Command too long for: %s", CMD_START_FRAMEWORK);
H A DhwcRects.cpp137 #define CMD_START_FRAMEWORK "start 2>&1" macro
350 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_START_FRAMEWORK);
352 testPrintE("Command too long for: %s", CMD_START_FRAMEWORK);
H A DhwcStress.cpp162 #define CMD_START_FRAMEWORK "start 2>&1" macro
515 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_START_FRAMEWORK);
517 testPrintE("Command too long for: %s", CMD_START_FRAMEWORK);
H A DhwcCommit.cpp157 #define CMD_START_FRAMEWORK "start 2>&1" macro
619 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_START_FRAMEWORK);
621 testPrintE("Command too long for: %s", CMD_START_FRAMEWORK);

Completed in 181 milliseconds