Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/renderengine/skia/
H A DCache.cpp424 const nsecs_t timeAfter = systemTime(); in primeShaderCache() local
425 const float compileTimeMs = static_cast<float>(timeAfter - timeBefore) / 1.0E6; in primeShaderCache()
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DProgramCache.cpp156 nsecs_t timeAfter = systemTime(); in primeCache() local
157 float compileTimeMs = static_cast<float>(timeAfter - timeBefore) / 1.0E6; in primeCache()
/aosp12/frameworks/native/libs/renderengine/gl/
H A DProgramCache.cpp156 nsecs_t timeAfter = systemTime(); in primeCache() local
157 float compileTimeMs = static_cast<float>(timeAfter - timeBefore) / 1.0E6; in primeCache()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DLegacyContactsProviderTest.java330 long timeAfter = System.currentTimeMillis(); in testMarkAsContacted() local