Searched refs:addInt64 (Results 1 – 7 of 7) sorted by relevance
57 void addInt64(int32_t fieldId, uint64_t value);
37 GenericMessage::addInt64(int32_t fieldId, uint64_t value) in addInt64() function in GenericMessage
101 message->addInt64(fieldId, value64); in read_message()110 message->addInt64(fieldId, value64); in read_message()
137 void addInt64(Attr, int64_t value);
104 if (item != NULL) item->addInt64(attr, value); in mediametrics_addInt64()
391 void MediaAnalyticsItem::addInt64(MediaAnalyticsItem::Attr name, int64_t value) { in addInt64() function in android::MediaAnalyticsItem