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