Searched defs:term (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
H A DADebug.cpp109 const char *term = terms[i]; local
110 const size_t len = strlen(term);
111 char *match = strcasestr(debugName, term);
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp139 const char* term = getenv("TERM"); local
140 return term && (0 != strcmp(term, "dumb"));
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp513 struct termios term; local
514 if (tcgetattr(fd, &term) == 0) {
515 cfmakeraw(&term);
516 if (tcsetattr(fd, TCSANOW, &term) == 0) {
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp887 const char term = (char)(mode&PROC_TERM_MASK); local
911 while (i < endIndex && buffer[i] != term) {
921 while (i < endIndex && buffer[i] == term) {

Completed in 404 milliseconds