Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 25 of 143) sorted by relevance

123456

/hardware/google/aemu/base/include/aemu/base/logging/
DLogTags.h37 #define VERBOSE_ENABLE(tag) android_verbose |= (1ULL << VERBOSE_##tag) argument
38 #define VERBOSE_DISABLE(tag) android_verbose &= (1ULL << VERBOSE_##tag) argument
39 #define VERBOSE_CHECK(tag) ((android_verbose & (1ULL << VERBOSE_##tag)) != 0) argument
42 #define VERBOSE_PRINT(tag, ...) \ argument
47 #define VERBOSE_INFO(tag, ...) \ argument
52 #define VERBOSE_DPRINT(tag, ...) VERBOSE_PRINT(tag, __VA_ARGS__) argument
/hardware/libhardware/modules/camera/3_0/
DMetadata.cpp68 int Metadata::addUInt8(uint32_t tag, int count, const uint8_t *data) in addUInt8()
74 int Metadata::add1UInt8(uint32_t tag, const uint8_t data) in add1UInt8()
79 int Metadata::addInt32(uint32_t tag, int count, const int32_t *data) in addInt32()
85 int Metadata::addFloat(uint32_t tag, int count, const float *data) in addFloat()
91 int Metadata::addInt64(uint32_t tag, int count, const int64_t *data) in addInt64()
97 int Metadata::addDouble(uint32_t tag, int count, const double *data) in addDouble()
103 int Metadata::addRational(uint32_t tag, int count, in addRational()
110 bool Metadata::validate(uint32_t tag, int tag_type, int count) in validate()
132 int Metadata::add(uint32_t tag, int count, const void *tag_data) in add()
DVendorTags.cpp93 const Section* getSection(uint32_t tag) in getSection()
111 const Entry* getEntry(uint32_t tag) in getEntry()
155 for (uint32_t tag = DemoSections[i].start; in getAllTags() local
163 uint32_t tag) in getSectionName()
174 uint32_t tag) in getTagName()
184 int VendorTags::getTagType(const vendor_tag_ops_t* /*ops*/, uint32_t tag) in getTagType()
/hardware/libhardware/modules/usbcamera/
DMetadata.cpp64 int Metadata::addUInt8(uint32_t tag, int count, const uint8_t *data) { in addUInt8()
69 int Metadata::add1UInt8(uint32_t tag, const uint8_t data) { in add1UInt8()
73 int Metadata::addInt32(uint32_t tag, int count, const int32_t *data) { in addInt32()
78 int Metadata::addFloat(uint32_t tag, int count, const float *data) { in addFloat()
83 int Metadata::addInt64(uint32_t tag, int count, const int64_t *data) { in addInt64()
88 int Metadata::addDouble(uint32_t tag, int count, const double *data) { in addDouble()
93 int Metadata::addRational(uint32_t tag, int count, in addRational()
99 bool Metadata::validate(uint32_t tag, int tag_type, int count) { in validate()
120 int Metadata::add(uint32_t tag, int count, const void *tag_data) { in add()
/hardware/libhardware/modules/camera/3_4/metadata/
Dmetadata_common.h62 int32_t tag, in UpdateMetadata()
76 int32_t tag, in UpdateMetadata()
84 int32_t tag, in UpdateMetadata()
92 int32_t tag, in UpdateMetadata()
100 int32_t tag, in UpdateMetadata()
108 int32_t tag, in UpdateMetadata()
179 int32_t tag, in SingleTagValue()
210 int32_t tag, in SingleTagValue()
259 int32_t tag, in VectorTagValue()
283 int32_t tag, in VectorTagValue()
Dtest_common.h34 int32_t tag, in ExpectMetadataEq()
50 int32_t tag, in ExpectMetadataEq()
58 int32_t tag, in ExpectMetadataEq()
66 int32_t tag, in ExpectMetadataEq()
74 int32_t tag, in ExpectMetadataEq()
83 int32_t tag, in ExpectMetadataEq()
Dtagged_control_delegate.h30 TaggedControlDelegate(int32_t tag, in TaggedControlDelegate()
34 int32_t tag() { return tag_; }; in tag() function
Dtagged_control_options.h37 TaggedControlOptions(int32_t tag, in TaggedControlOptions()
41 int32_t tag() { return tag_; }; in tag() function
/hardware/google/graphics/common/libhwjpeg/
DIFDWriter.h91 void WriteTagTypeCount(uint16_t tag, uint16_t type, uint32_t count) { in WriteTagTypeCount()
127 void WriteByte(uint16_t tag, uint32_t count, const uint8_t value[]) { in WriteByte()
143 void WriteShort(uint16_t tag, uint32_t count, const uint16_t value[]) { in WriteShort()
165 void WriteLong(uint16_t tag, uint32_t count, const uint32_t value[]) { in WriteLong()
182 void WriteASCII(uint16_t tag, uint32_t count, const char *value) { in WriteASCII()
199 void WriteCString(uint16_t tag, uint32_t count, const char *string) { in WriteCString()
220 void WriteRational(uint16_t tag, uint32_t count, const rational_t value[]) { in WriteRational()
241 void WriteSRational(uint16_t tag, uint32_t count, const srational_t value[]) { in WriteSRational()
251 void WriteUndef(uint16_t tag, uint32_t count, const unsigned char *value) { in WriteUndef()
265 char *BeginSubIFD(uint16_t tag) { in BeginSubIFD()
/hardware/qcom/sm7250/display/libdebug/
Ddebug_handler.h38 #define DLOG_IF(tag, method, format, ...) \ argument
43 #define DLOGE_IF(tag, format, ...) DLOG_IF(tag, Error, format, ##__VA_ARGS__) argument
44 #define DLOGW_IF(tag, format, ...) DLOG_IF(tag, Warning, format, ##__VA_ARGS__) argument
45 #define DLOGI_IF(tag, format, ...) DLOG_IF(tag, Info, format, ##__VA_ARGS__) argument
46 #define DLOGD_IF(tag, format, ...) DLOG_IF(tag, Debug, format, ##__VA_ARGS__) argument
47 #define DLOGV_IF(tag, format, ...) DLOG_IF(tag, Verbose, format, ##__VA_ARGS__) argument
/hardware/qcom/sm8150/display/libdebug/
Ddebug_handler.h38 #define DLOG_IF(tag, method, format, ...) \ argument
43 #define DLOGE_IF(tag, format, ...) DLOG_IF(tag, Error, format, ##__VA_ARGS__) argument
44 #define DLOGW_IF(tag, format, ...) DLOG_IF(tag, Warning, format, ##__VA_ARGS__) argument
45 #define DLOGI_IF(tag, format, ...) DLOG_IF(tag, Info, format, ##__VA_ARGS__) argument
46 #define DLOGD_IF(tag, format, ...) DLOG_IF(tag, Debug, format, ##__VA_ARGS__) argument
47 #define DLOGV_IF(tag, format, ...) DLOG_IF(tag, Verbose, format, ##__VA_ARGS__) argument
/hardware/interfaces/camera/common/default/
DCameraMetadata.cpp162 status_t CameraMetadata::checkType(uint32_t tag, uint8_t expectedType) { in checkType()
178 status_t CameraMetadata::update(uint32_t tag, const int32_t* data, size_t data_count) { in update()
190 status_t CameraMetadata::update(uint32_t tag, const uint8_t* data, size_t data_count) { in update()
202 status_t CameraMetadata::update(uint32_t tag, const float* data, size_t data_count) { in update()
214 status_t CameraMetadata::update(uint32_t tag, const int64_t* data, size_t data_count) { in update()
226 status_t CameraMetadata::update(uint32_t tag, const double* data, size_t data_count) { in update()
238 status_t CameraMetadata::update(uint32_t tag, const camera_metadata_rational_t* data, in update()
251 status_t CameraMetadata::update(uint32_t tag, const String8& string) { in update()
276 status_t CameraMetadata::updateImpl(uint32_t tag, const void* data, size_t data_count) { in updateImpl()
332 camera_metadata_entry_t CameraMetadata::find(uint32_t tag) { in find()
[all …]
DVendorTagDescriptor.cpp157 uint32_t tag = mTagToNameMap.keyAt(i); in dump() local
195 const char* VendorTagDescriptorCache::getSectionName(uint32_t tag, metadata_vendor_id_t id) const { in getSectionName()
207 const char* VendorTagDescriptorCache::getTagName(uint32_t tag, metadata_vendor_id_t id) const { in getTagName()
219 int VendorTagDescriptorCache::getTagType(uint32_t tag, metadata_vendor_id_t id) const { in getTagType()
315 uint32_t tag = tagArray[i]; in createDescriptorFromOps() local
348 uint32_t tag = tagArray[i]; in createDescriptorFromOps() local
454 const char* vendor_tag_descriptor_get_section_name(const vendor_tag_ops_t* /*v*/, uint32_t tag) { in vendor_tag_descriptor_get_section_name()
463 const char* vendor_tag_descriptor_get_tag_name(const vendor_tag_ops_t* /*v*/, uint32_t tag) { in vendor_tag_descriptor_get_tag_name()
472 int vendor_tag_descriptor_get_tag_type(const vendor_tag_ops_t* /*v*/, uint32_t tag) { in vendor_tag_descriptor_get_tag_type()
498 const char* vendor_tag_descriptor_cache_get_section_name(uint32_t tag, metadata_vendor_id_t id) { in vendor_tag_descriptor_cache_get_section_name()
[all …]
DExif.cpp297 #define SET_SHORT(ifd, tag, value) \ argument
302 #define SET_LONG(ifd, tag, value) \ argument
307 #define SET_RATIONAL(ifd, tag, numerator, denominator) \ argument
312 #define SET_SRATIONAL(ifd, tag, numerator, denominator) \ argument
317 #define SET_STRING(ifd, tag, format, buffer) \ argument
480 ExifTag tag = static_cast<ExifTag>(EXIF_TAG_GPS_ALTITUDE); in setGpsAltitude() local
509 const ExifTag tag = static_cast<ExifTag>(EXIF_TAG_GPS_LATITUDE); in setGpsLatitude() local
537 ExifTag tag = static_cast<ExifTag>(EXIF_TAG_GPS_LONGITUDE); in setGpsLongitude() local
768 std::unique_ptr<ExifEntry> ExifUtilsImpl::addVariableLengthEntry(ExifIfd ifd, ExifTag tag, in addVariableLengthEntry()
805 std::unique_ptr<ExifEntry> ExifUtilsImpl::addEntry(ExifIfd ifd, ExifTag tag) { in addEntry()
[all …]
/hardware/google/aemu/base/include/aemu/base/
DProfiler.h60 ScopedMemoryProfiler(std::string_view tag) : mProfiler(), mTag(tag) { in ScopedMemoryProfiler()
65 ScopedMemoryProfiler(std::string_view tag, Callback c) in ScopedMemoryProfiler()
/hardware/interfaces/audio/aidl/default/
DEffectImpl.cpp81 const auto tag = param.getTag(); in setParameter() local
103 auto tag = id.getTag(); in getParameter() local
127 auto tag = param.getTag(); in setParameterCommon() local
161 ndk::ScopedAStatus EffectImpl::getParameterCommon(const Parameter::Tag& tag, Parameter* param) { in getParameterCommon()
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.cpp252 #define SET_SHORT(ifd, tag, value) \ argument
257 #define SET_LONG(ifd, tag, value) \ argument
262 #define SET_RATIONAL(ifd, tag, numerator, denominator) \ argument
268 #define SET_SRATIONAL(ifd, tag, numerator, denominator) \ argument
274 #define SET_STRING(ifd, tag, format, buffer) \ argument
498 ExifTag tag = static_cast<ExifTag>(EXIF_TAG_GPS_ALTITUDE); in SetGpsAltitude() local
527 const ExifTag tag = static_cast<ExifTag>(EXIF_TAG_GPS_LATITUDE); in SetGpsLatitude() local
555 ExifTag tag = static_cast<ExifTag>(EXIF_TAG_GPS_LONGITUDE); in SetGpsLongitude() local
783 ExifIfd ifd, ExifTag tag, ExifFormat format, uint64_t components, in AddVariableLengthEntry()
818 std::unique_ptr<ExifEntry> ExifUtilsImpl::AddEntry(ExifIfd ifd, ExifTag tag) { in AddEntry()
[all …]
/hardware/qcom/display/msm8909/sdm/include/utils/
Ddebug.h39 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \ argument
42 #define DLOGE_IF(tag, format, ...) DLOG(tag, Error, format, ##__VA_ARGS__) argument
43 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__) argument
44 #define DLOGI_IF(tag, format, ...) DLOG(tag, Info, format, ##__VA_ARGS__) argument
45 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__) argument
46 #define DLOGV_IF(tag, format, ...) DLOG(tag, Verbose, format, ##__VA_ARGS__) argument
/hardware/qcom/display/msm8998/sdm/include/utils/
Ddebug.h38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \ argument
41 #define DLOGE_IF(tag, format, ...) DLOG(tag, Error, format, ##__VA_ARGS__) argument
42 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__) argument
43 #define DLOGI_IF(tag, format, ...) DLOG(tag, Info, format, ##__VA_ARGS__) argument
44 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__) argument
45 #define DLOGV_IF(tag, format, ...) DLOG(tag, Verbose, format, ##__VA_ARGS__) argument
/hardware/qcom/display/msm8996/sdm/include/utils/
Ddebug.h38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \ argument
41 #define DLOGE_IF(tag, format, ...) DLOG(tag, Error, format, ##__VA_ARGS__) argument
42 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__) argument
43 #define DLOGI_IF(tag, format, ...) DLOG(tag, Info, format, ##__VA_ARGS__) argument
44 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__) argument
45 #define DLOGV_IF(tag, format, ...) DLOG(tag, Verbose, format, ##__VA_ARGS__) argument
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
Ddebug.h38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \ argument
41 #define DLOGE_IF(tag, format, ...) DLOG(tag, Error, format, ##__VA_ARGS__) argument
42 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__) argument
43 #define DLOGI_IF(tag, format, ...) DLOG(tag, Info, format, ##__VA_ARGS__) argument
44 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__) argument
45 #define DLOGV_IF(tag, format, ...) DLOG(tag, Verbose, format, ##__VA_ARGS__) argument
/hardware/google/camera/common/hal/utils/
Dhal_camera_metadata.cc169 status_t HalCameraMetadata::SetMetadataRaw(uint32_t tag, const void* data, in SetMetadataRaw()
207 bool HalCameraMetadata::IsTypeValid(uint32_t tag, int32_t expected_type) { in IsTypeValid()
221 status_t HalCameraMetadata::Set(uint32_t tag, const uint8_t* data, in Set()
235 status_t HalCameraMetadata::Set(uint32_t tag, const int32_t* data, in Set()
249 status_t HalCameraMetadata::Set(uint32_t tag, const float* data, in Set()
263 status_t HalCameraMetadata::Set(uint32_t tag, const int64_t* data, in Set()
277 status_t HalCameraMetadata::Set(uint32_t tag, const double* data, in Set()
291 status_t HalCameraMetadata::Set(uint32_t tag, in Set()
306 status_t HalCameraMetadata::Set(uint32_t tag, const std::string& string) { in Set()
354 status_t HalCameraMetadata::Get(uint32_t tag, in Get()
[all …]
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_debugger.cpp111 void HWCDebugHandler::Error(DebugTag tag, const char *format, ...) { in Error()
119 void HWCDebugHandler::Warning(DebugTag tag, const char *format, ...) { in Warning()
127 void HWCDebugHandler::Info(DebugTag tag, const char *format, ...) { in Info()
135 void HWCDebugHandler::Debug(DebugTag tag, const char *format, ...) { in Debug()
143 void HWCDebugHandler::Verbose(DebugTag tag, const char *format, ...) { in Verbose()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_debugger.cpp111 void HWCDebugHandler::Error(DebugTag tag, const char *format, ...) { in Error()
119 void HWCDebugHandler::Warning(DebugTag tag, const char *format, ...) { in Warning()
127 void HWCDebugHandler::Info(DebugTag tag, const char *format, ...) { in Info()
135 void HWCDebugHandler::Debug(DebugTag tag, const char *format, ...) { in Debug()
143 void HWCDebugHandler::Verbose(DebugTag tag, const char *format, ...) { in Verbose()
/hardware/interfaces/keymaster/4.0/support/fuzzer/
Dkeymaster4_authSet_fuzzer.cpp125 for (const KeyParameter& tag : authSet) { in invokeAuthSetAPIs() local
157 Tag tag; in invokeAuthSetAPIs() local
164 Tag tag; in invokeAuthSetAPIs() local

123456