Home
last modified time | relevance | path

Searched refs:destroyTime (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java134 long destroyTime; // time at which destory was initiated. field in ServiceRecord
373 if (destroying || destroyTime != 0) { in dumpDebug()
374 ProtoUtils.toDuration(proto, ServiceRecordProto.DESTORY_TIME, destroyTime, now); in dumpDebug()
500 if (destroying || destroyTime != 0) { in dump()
503 TimeUtils.formatDuration(destroyTime, now, pw); in dump()
DActiveServices.java4224 r.destroyTime = SystemClock.uptimeMillis(); in bringDownServiceLocked()
/frameworks/av/media/tests/benchmark/
DREADME.md238 7. **destroyTime**: The time taken to stop and close MediaExtractor/Muxer/Codec instance.