Home
last modified time | relevance | path

Searched refs:mTagCount (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DBinaryXmlSerializer.java106 private int mTagCount = 0; field in BinaryXmlSerializer
130 mTagCount = 0; in setOutput()
164 return mTagCount; in getDepth()
175 return mTagNames[mTagCount - 1]; in getName()
181 if (mTagCount == mTagNames.length) { in startTag()
182 mTagNames = Arrays.copyOf(mTagNames, mTagCount + (mTagCount >> 1)); in startTag()
184 mTagNames[mTagCount++] = name; in startTag()
193 mTagCount--; in endTag()
/aosp12/hardware/libhardware/modules/camera/3_0/
H A DVendorTags.cpp130 : mTagCount(0) in VendorTags()
133 mTagCount += DemoSections[i].end - DemoSections[i].start; in VendorTags()
143 return mTagCount; in getTagCount()
H A DVendorTags.h40 int mTagCount;
/aosp12/frameworks/av/camera/
H A DVendorTagDescriptor.cpp73 mTagCount(0), in VendorTagDescriptor()
107 mTagCount = src.mTagCount; in copyFrom()
129 mTagCount = tagCount; in readFromParcel()
266 if ((res = parcel->writeInt32(mTagCount)) != OK) { in writeToParcel()
538 desc->mTagCount = tagCount; in createDescriptorFromOps()
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DVendorTagDescriptor.cpp45 mTagCount(0), in VendorTagDescriptor()
79 mTagCount = src.mTagCount; in copyFrom()
315 desc->mTagCount = tagCount; in createDescriptorFromOps()
/aosp12/hardware/interfaces/camera/common/1.0/default/include/
H A DVendorTagDescriptor.h102 int32_t mTagCount; variable
/aosp12/frameworks/av/camera/include/camera/
H A DVendorTagDescriptor.h120 int32_t mTagCount; variable
/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/
H A DACameraManager.cpp87 desc->mTagCount = tagCount; in createDescriptorFromHidl()
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp2968 desc->mTagCount = tagCount; in createDescriptorFromHidl()