Home
last modified time | relevance | path

Searched refs:EVENT_WORK_TIME (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/libnblog/include/media/nblog/
H A DEvents.h69 EVENT_WORK_TIME, // the time a thread takes to do work, e.g. read, write, etc. enumerator
150 MAP_EVENT_TO_TYPE(EVENT_WORK_TIME, int64_t);
/aosp12/frameworks/av/services/audioflinger/
H A DTypedLogger.h128 x->log<NBLog::EVENT_WORK_TIME>(ns); } while (0)
/aosp12/frameworks/av/media/libnblog/
H A DMerger.cpp160 case EVENT_WORK_TIME: { in processSnapshot()
H A DReader.cpp266 case EVENT_WORK_TIME: { in dump()