Home
last modified time | relevance | path

Searched refs:addInt64 (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/services/mediaanalytics/
DMetricsSummarizerPlayer.cpp65 summation.addInt64("android.media.mediaplayer.durationMs",duration); in mergeRecord()
71 summation.addInt64("android.media.mediaplayer.playingMs",playing); in mergeRecord()
77 summation.addInt64("android.media.mediaplayer.frames",frames); in mergeRecord()
83 summation.addInt64("android.media.mediaplayer.dropped",dropped); in mergeRecord()
/frameworks/base/tools/incident_report/
Dgeneric_message.h57 void addInt64(int32_t fieldId, uint64_t value);
Dgeneric_message.cpp37 GenericMessage::addInt64(int32_t fieldId, uint64_t value) in addInt64() function in GenericMessage
Dmain.cpp97 message->addInt64(fieldId, value64); in read_message()
104 message->addInt64(fieldId, value64); in read_message()
/frameworks/av/include/media/
DMediaAnalyticsItem.h121 void addInt64(Attr, int64_t value);
/frameworks/av/media/libmediametrics/include/
DMediaAnalyticsItem.h121 void addInt64(Attr, int64_t value);
/frameworks/av/media/libmediametrics/
DMediaAnalyticsItem.cpp321 void MediaAnalyticsItem::addInt64(MediaAnalyticsItem::Attr name, int64_t value) { in addInt64() function in android::MediaAnalyticsItem