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

  /system/core/include/cutils/
log.h 295 ? ((void)android_printAssert(#cond, LOG_TAG, ## __VA_ARGS__)) \
301 ( ((void)android_printAssert(NULL, LOG_TAG, ## __VA_ARGS__)) )
441 #define android_printAssert(cond, tag, fmt...) \
  /hardware/invensense/libsensors_iio/software/core/driver/include/
log.h 233 ? ((void)android_printAssert(#cond, MPL_LOG_TAG, \
238 (((void)android_printAssert(NULL, MPL_LOG_TAG, fmt, ##__VA_ARGS__)))
  /hardware/invensense/mlsdk/platform/include/
log.h 230 ? ((void)android_printAssert(#cond, MPL_LOG_TAG, \
235 (((void)android_printAssert(NULL, MPL_LOG_TAG, fmt, ##__VA_ARGS__)))

Completed in 92 milliseconds