Home
last modified time | relevance | path

Searched defs:addInt32 (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/tools/incident_report/
H A Dgeneric_message.cpp28 GenericMessage::addInt32(int32_t fieldId, uint32_t value) in addInt32() function in GenericMessage
/aosp12/hardware/libhardware/modules/camera/3_0/
H A DMetadata.cpp79 int Metadata::addInt32(uint32_t tag, int count, const int32_t *data) in addInt32() function in default_camera_hal::Metadata
/aosp12/hardware/libhardware/modules/usbcamera/
H A DMetadata.cpp73 int Metadata::addInt32(uint32_t tag, int count, const int32_t *data) { in addInt32() function in usb_camera_hal::Metadata
/aosp12/frameworks/av/media/libmediametrics/include/media/
H A DMediaMetricsItem.h1006 Item &addInt32(const char *key, int32_t value) { in addInt32() function