Searched refs:COMMENT_CHAR (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libaudioclient/tests/ | ||
D | test_create_utils.h | 25 #define COMMENT_CHAR '#' macro |
D | test_create_utils.cpp | 38 if (strlen(str) != 0 && str[0] != COMMENT_CHAR) { in readLine() |