Searched refs:addInt32 (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/tools/incident_report/ |
D | generic_message.h | 56 void addInt32(int32_t fieldId, uint32_t value);
|
D | generic_message.cpp | 28 GenericMessage::addInt32(int32_t fieldId, uint32_t value) in addInt32() function in GenericMessage
|
D | main.cpp | 126 message->addInt32(fieldId, value32); in read_message()
|
/frameworks/av/media/libmediametrics/ |
D | MediaMetrics.cpp | 106 if (item != NULL) item->addInt32(attr, value); in mediametrics_addInt32()
|
/frameworks/av/services/mediametrics/fuzzer/ |
D | mediametrics_service_fuzzer.cpp | 101 [&]() { item->addInt32(keyValue.c_str(), mFdp.ConsumeIntegral<int32_t>()); }, in setKeyValues()
|
/frameworks/av/services/mediametrics/tests/ |
D | mediametrics_tests.cpp | 254 audiotrack_key->addInt32("foo", 10); in TEST() 300 item.setInt32("value", 2).addInt32("bar", 3).addInt32("value", 4); in TEST() 423 item.addInt32("convert", 2); // changes type of 'convert' from i64 to i32 (and re-init). in TEST()
|
/frameworks/av/media/libmediametrics/include/media/ |
D | MediaMetricsItem.h | 1006 Item &addInt32(const char *key, int32_t value) { in addInt32() function
|