HomeSort by relevance Sort by last modified time
    Searched refs:mTagCount (Results 1 - 4 of 4) sorted by null

  /hardware/libhardware/modules/camera/
VendorTags.cpp 128 : mTagCount(0)
131 mTagCount += DemoSections[i].end - DemoSections[i].start;
141 return mTagCount;
VendorTags.h 40 int mTagCount;
  /frameworks/av/include/camera/
VendorTagDescriptor.h 115 int32_t mTagCount;
  /frameworks/av/camera/
VendorTagDescriptor.cpp 61 mTagCount(0),
95 mTagCount = src.mTagCount;
117 mTagCount = tagCount;
254 if ((res = parcel->writeInt32(mTagCount)) != OK) {
362 desc->mTagCount = tagCount;

Completed in 3654 milliseconds