OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ALOGV_IF
(Results
1 - 2
of
2
) sorted by null
/frameworks/ex/framesequence/jni/utils/
log.h
65
#ifndef
ALOGV_IF
67
#define
ALOGV_IF
(cond, ...) ((void)0)
69
#define
ALOGV_IF
(cond, ...) \
/system/core/include/log/
log.h
99
#ifndef
ALOGV_IF
101
#define
ALOGV_IF
(cond, ...) ((void)0)
103
#define
ALOGV_IF
(cond, ...) \
Completed in 3117 milliseconds