Home
last modified time | relevance | path

Searched defs:logTimestamp (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/examples/platforms/utils/
H A Dlogging_rtt.c101 static inline int logTimestamp(char *aLogString, uint16_t aMaxSize) in logTimestamp() function
/aosp_15_r20/frameworks/av/media/libnblog/
H A DWriter.cpp99 void Writer::logTimestamp() in logTimestamp() function in android::NBLog::Writer
/aosp_15_r20/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternal.cpp660 void AudioStreamInternal::logTimestamp(AAudioServiceMessage &command) { in logTimestamp() function in AudioStreamInternal
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/criticalevents/
H A DCriticalEventLogTest.java503 long logTimestamp = START_TIME_MS + Duration.ofDays(1).toMillis(); in getOutputLogProto_logContainsOldEvents() local