Searched refs:addInt32 (Results 1 – 7 of 7) sorted by relevance
56 void addInt32(int32_t fieldId, uint32_t value);
28 GenericMessage::addInt32(int32_t fieldId, uint32_t value) in addInt32() function in GenericMessage
126 message->addInt32(fieldId, value32); in read_message()
131 void addInt32(Attr, int32_t value);
98 if (item != NULL) item->addInt32(attr, value); in mediametrics_addInt32()
364 void MediaAnalyticsItem::addInt32(MediaAnalyticsItem::Attr name, int32_t value) { in addInt32() function in android::MediaAnalyticsItem