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

/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp114 #define CMD_STOP_FRAMEWORK "stop 2>&1" macro
281 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_STOP_FRAMEWORK);
283 testPrintE("Command too long for: %s", CMD_STOP_FRAMEWORK);
H A DhwcRects.cpp136 #define CMD_STOP_FRAMEWORK "stop 2>&1" macro
238 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_STOP_FRAMEWORK);
240 testPrintE("Command too long for: %s", CMD_STOP_FRAMEWORK);
H A DhwcStress.cpp161 #define CMD_STOP_FRAMEWORK "stop 2>&1" macro
375 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_STOP_FRAMEWORK);
377 testPrintE("Command too long for: %s", CMD_STOP_FRAMEWORK);
H A DhwcCommit.cpp156 #define CMD_STOP_FRAMEWORK "stop 2>&1" macro
415 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_STOP_FRAMEWORK);
417 testPrintE("Command too long for: %s", CMD_STOP_FRAMEWORK);

Completed in 4194 milliseconds