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

/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp116 #define CMD_START_FRAMEWORK "start 2>&1" macro
400 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_START_FRAMEWORK);
402 testPrintE("Command too long for: %s", CMD_START_FRAMEWORK);
H A DhwcRects.cpp137 #define CMD_START_FRAMEWORK "start 2>&1" macro
349 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_START_FRAMEWORK);
351 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);
H A DhwcCommit.cpp156 #define CMD_START_FRAMEWORK "start 2>&1" macro
617 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_START_FRAMEWORK);
619 testPrintE("Command too long for: %s", CMD_START_FRAMEWORK);

Completed in 1430 milliseconds