Searched defs:LLOGV (Results 1 – 1 of 1) sorted by relevance
25 #define LLOGV(LAYER_ID, x, ...) \ macro28 #define LLOGV(LAYER_ID, x, ...) ALOGV("[%d] %s " x, (LAYER_ID), __func__, ##__VA_ARGS__); macro