Home
last modified time | relevance | path

Searched defs:beginNs (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/av/services/oboeservice/
H A DAAudioServiceStreamBase.cpp248 const int64_t beginNs = AudioClock::getNanoseconds(); in start_l() local
306 const int64_t beginNs = AudioClock::getNanoseconds(); in pause_l() local
345 const int64_t beginNs = AudioClock::getNanoseconds(); in stop_l() local
390 const int64_t beginNs = AudioClock::getNanoseconds(); in flush_l() local
/aosp_15_r20/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp438 const int64_t beginNs = systemTime(); in start() local
521 const int64_t beginNs = systemTime(); in stop() local
718 const int64_t beginNs = systemTime(); in setInputDevice() local
827 const int64_t beginNs = systemTime(); in createRecord_l() local
1570 const int64_t beginNs = systemTime(); in restoreRecord_l() local
H A DAudioTrack.cpp785 const int64_t beginNs = systemTime(); in start() local
915 const int64_t beginNs = systemTime(); in stop() local
980 const int64_t beginNs = systemTime(); in flush() local
1076 const int64_t beginNs = systemTime(); in pause() local
1710 const int64_t beginNs = systemTime(); in setOutputDevice() local
2869 const int64_t beginNs = systemTime(); in restoreTrack_l() local
3071 const int64_t beginNs = systemTime(); in applyVolumeShaper() local
/aosp_15_r20/system/media/audio_utils/tests/
H A Daudio_mutex_tests.cpp406 const int64_t beginNs = systemTime(); in TEST() local
428 const int64_t beginNs = systemTime(); in TEST() local
536 const int64_t beginNs = systemTime(); in TEST_P() local
558 const int64_t beginNs = systemTime(); in TEST_P() local
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.h193 int32_t getTimestampDeltaMs(int64_t endNs, int64_t beginNs) { in getTimestampDeltaMs()