Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/oboeservice/
H A DAAudioServiceStreamBase.cpp229 const int64_t beginNs = AudioClock::getNanoseconds(); in start() local
242 … .set(AMEDIAMETRICS_PROP_EXECUTIONTIMENS, (int64_t)(AudioClock::getNanoseconds() - beginNs)) in start()
291 const int64_t beginNs = AudioClock::getNanoseconds(); in pause_l() local
296 … .set(AMEDIAMETRICS_PROP_EXECUTIONTIMENS, (int64_t)(AudioClock::getNanoseconds() - beginNs)) in pause_l()
334 const int64_t beginNs = AudioClock::getNanoseconds(); in stop_l() local
339 … .set(AMEDIAMETRICS_PROP_EXECUTIONTIMENS, (int64_t)(AudioClock::getNanoseconds() - beginNs)) in stop_l()
391 const int64_t beginNs = AudioClock::getNanoseconds(); in flush() local
396 … .set(AMEDIAMETRICS_PROP_EXECUTIONTIMENS, (int64_t)(AudioClock::getNanoseconds() - beginNs)) in flush()
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp413 const int64_t beginNs = systemTime(); in start() local
425 .set(AMEDIAMETRICS_PROP_EXECUTIONTIMENS, (int64_t)(systemTime() - beginNs)) in start()
496 const int64_t beginNs = systemTime(); in stop() local
501 .set(AMEDIAMETRICS_PROP_EXECUTIONTIMENS, (int64_t)(systemTime() - beginNs)) in stop()
753 const int64_t beginNs = systemTime(); in createRecord_l() local
958 .set(AMEDIAMETRICS_PROP_EXECUTIONTIMENS, (int64_t)(systemTime() - beginNs)) in createRecord_l()
1420 const int64_t beginNs = systemTime(); in restoreRecord_l() local
1424 .set(AMEDIAMETRICS_PROP_EXECUTIONTIMENS, (int64_t)(systemTime() - beginNs)) in restoreRecord_l()
H A DAudioTrack.cpp738 const int64_t beginNs = systemTime(); in start() local
747 .set(AMEDIAMETRICS_PROP_EXECUTIONTIMENS, (int64_t)(systemTime() - beginNs)) in start()
868 const int64_t beginNs = systemTime(); in stop() local
874 .set(AMEDIAMETRICS_PROP_EXECUTIONTIMENS, (int64_t)(systemTime() - beginNs)) in stop()
932 const int64_t beginNs = systemTime(); in flush() local
937 .set(AMEDIAMETRICS_PROP_EXECUTIONTIMENS, (int64_t)(systemTime() - beginNs)) in flush()
1028 const int64_t beginNs = systemTime(); in pause() local
1033 .set(AMEDIAMETRICS_PROP_EXECUTIONTIMENS, (int64_t)(systemTime() - beginNs)) in pause()
2728 const int64_t beginNs = systemTime(); in restoreTrack_l() local
2732 .set(AMEDIAMETRICS_PROP_EXECUTIONTIMENS, (int64_t)(systemTime() - beginNs)) in restoreTrack_l()