OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_printAssert
(Results
1 - 4
of
4
) sorted by null
/frameworks/ex/framesequence/jni/utils/
log.h
189
? ((void)
android_printAssert
(#cond, LOG_TAG, ## __VA_ARGS__)) \
195
( ((void)
android_printAssert
(NULL, LOG_TAG, ## __VA_ARGS__)) )
280
#define
android_printAssert
(cond, tag, fmt...) \
/system/core/liblog/include/log/
log_main.h
98
#define
android_printAssert
(cond, tag, ...) \
112
? ((void)
android_printAssert
(#cond, LOG_TAG, ##__VA_ARGS__)) \
118
(((void)
android_printAssert
(NULL, LOG_TAG, ##__VA_ARGS__)))
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
log.h
292
? ((void)
android_printAssert
(#cond, MPL_LOG_TAG, \
297
(((void)
android_printAssert
(NULL, MPL_LOG_TAG, fmt, ##__VA_ARGS__)))
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
log.h
238
? ((void)
android_printAssert
(#cond, MPL_LOG_TAG, \
243
(((void)
android_printAssert
(NULL, MPL_LOG_TAG, fmt, ##__VA_ARGS__)))
Completed in 88 milliseconds