Home
last modified time | relevance | path

Searched refs:roundTime (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/av/services/mediametrics/
H A Dstatsd_drm.cpp52 const nsecs_t timestamp_nanos = MediaMetricsService::roundTime(item->getTimestamp()); in statsd_mediadrm()
104 const nsecs_t timestamp_nanos = MediaMetricsService::roundTime(item->getTimestamp()); in statsd_drmmanager()
H A Dstatsd_extractor.cpp47 const nsecs_t timestamp_nanos = MediaMetricsService::roundTime(item->getTimestamp()); in statsd_extractor()
H A Dstatsd_mediaparser.cpp45 const nsecs_t timestamp_nanos = MediaMetricsService::roundTime(item->getTimestamp()); in statsd_mediaparser()
H A Dstatsd_audiopolicy.cpp46 const nsecs_t timestamp_nanos = MediaMetricsService::roundTime(item->getTimestamp()); in statsd_audiopolicy()
H A Dstatsd_audiotrack.cpp47 const nsecs_t timestamp_nanos = MediaMetricsService::roundTime(item->getTimestamp()); in statsd_audiotrack()
H A DMediaMetricsService.h72 static nsecs_t roundTime(nsecs_t timeNs);
H A Dstatsd_audiorecord.cpp46 const nsecs_t timestamp_nanos = MediaMetricsService::roundTime(item->getTimestamp()); in statsd_audiorecord()
H A Dstatsd_nuplayer.cpp50 const nsecs_t timestamp_nanos = MediaMetricsService::roundTime(item->getTimestamp()); in statsd_nuplayer()
H A Dstatsd_recorder.cpp47 const nsecs_t timestamp_nanos = MediaMetricsService::roundTime(item->getTimestamp()); in statsd_recorder()
H A Dstatsd_audiothread.cpp46 const nsecs_t timestamp_nanos = MediaMetricsService::roundTime(item->getTimestamp()); in statsd_audiothread()
H A Dstatsd_codec.cpp51 const nsecs_t timestamp_nanos = MediaMetricsService::roundTime(item->getTimestamp()); in statsd_codec()
H A DMediaMetricsService.cpp66 nsecs_t MediaMetricsService::roundTime(nsecs_t timeNs) in roundTime() function in android::MediaMetricsService