HomeSort by relevance Sort by last modified time
    Searched refs:android_printAssert (Results 1 - 4 of 4) sorted by null

  /system/core/include/log/
log.h 376 ? ((void)android_printAssert(#cond, LOG_TAG, ## __VA_ARGS__)) \
382 ( ((void)android_printAssert(NULL, LOG_TAG, ## __VA_ARGS__)) )
522 #define android_printAssert(cond, tag, fmt...) \
  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
log.h 234 ? ((void)android_printAssert(#cond, MPL_LOG_TAG, \
239 (((void)android_printAssert(NULL, MPL_LOG_TAG, fmt, ##__VA_ARGS__)))
  /hardware/invensense/60xx/mlsdk/platform/include/
log.h 230 ? ((void)android_printAssert(#cond, MPL_LOG_TAG, \
235 (((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 142 milliseconds