Home
last modified time | relevance | path

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

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