Home
last modified time | relevance | path

Searched refs:LOG_EVENT_LONG (Results 1 – 2 of 2) sorted by relevance

/system/vold/
Dfstrim.c65 LOG_EVENT_LONG(LOG_FSTRIM_START, get_boot_time_ms()); in do_fstrim_filesystems()
111 LOG_EVENT_LONG(LOG_FSTRIM_FINISH, get_boot_time_ms()); in do_fstrim_filesystems()
/system/core/include/cutils/
Dlog.h482 #ifndef LOG_EVENT_LONG
483 #define LOG_EVENT_LONG(_tag, _value) { \ macro