Home
last modified time | relevance | path

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

/aosp_15_r20/system/media/audio_utils/tests/
H A Daudio_mutex_tests.cpp409 const int64_t diffNs = endNs - beginNs; in TEST() local
431 const int64_t diffNs = endNs - beginNs; in TEST() local
539 const int64_t diffNs = endNs - beginNs; in TEST_P() local
561 const int64_t diffNs = endNs - beginNs; in TEST_P() local
/aosp_15_r20/frameworks/av/media/utils/
H A DThreadSnapshot.cpp92 int64_t diffNs = mEndTimeNs - mBeginTimeNs; // if onEnd() isn't matched, diffNs < 0. in toString() local
/aosp_15_r20/development/tools/winscope/src/viewers/viewer_input/
H A Dpresenter_test.ts456 const diffNs = constant
/aosp_15_r20/frameworks/base/media/jni/soundpool/
H A DStreamManager.cpp390 const int64_t diffNs = stream->getStopTimeNs() - nowNs; in run() local