Home
last modified time | relevance | path

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

/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.cpp101 message->addInt64(fieldId, value64); in read_message()
110 message->addInt64(fieldId, value64); in read_message()
/frameworks/av/media/libmediametrics/
DMediaMetrics.cpp107 if (item != NULL) item->addInt64(attr, value); in mediametrics_addInt64()
/frameworks/av/media/libmediametrics/include/media/
DMediaMetricsItem.h975 Item &addInt64(const char *key, int64_t value) { in addInt64() function
/frameworks/av/services/mediametrics/tests/
Dmediametrics_tests.cpp278 item.setInt64("big", INT64_MAX).setInt64("smaller", INT64_MAX - 1).addInt64("smaller", -2); in TEST()