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