Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/tools/incident_report/
H A Dgeneric_message.cpp37 GenericMessage::addInt64(int32_t fieldId, uint64_t value) in addInt64() function in GenericMessage
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/external/flatbuffers/ts/
H A Dbuilder.ts182 addInt64(value: bigint): void { method in Builder
/aosp_15_r20/frameworks/av/media/libmediametrics/include/media/
H A DMediaMetricsItem.h1009 Item &addInt64(const char *key, int64_t value) { in addInt64() function