Home
last modified time | relevance | path

Searched refs:NUM_TYPES (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/libs/hwui/
DGpuMemoryTracker.cpp33 #define NUM_TYPES static_cast<int>(GpuObjectType::TypeCount) macro
46 static std::array<TypeStats, NUM_TYPES> gObjectStats;
93 for (int type = 0; type < NUM_TYPES; type++) { in dump()
113 for (int type = 0; type < NUM_TYPES; type++) { in onFrameCompleted()
/frameworks/support/content/src/android/support/content/
DInMemoryCursor.java44 private static final int NUM_TYPES = 5; field in InMemoryCursor
101 mTypedColumnIndex = new int[NUM_TYPES][numColumns]; in InMemoryCursor()
102 mColumnTypeCount = new int[NUM_TYPES]; in InMemoryCursor()
/frameworks/av/camera/
DVendorTagDescriptor.cpp149 if (tagType < 0 || tagType >= NUM_TYPES) { in readFromParcel()
340 const char* typeName = (type >= 0 && type < NUM_TYPES) ? in dump()
558 if (tagType < 0 || tagType >= NUM_TYPES) { in createDescriptorFromOps()
/frameworks/av/services/camera/libcameraservice/utils/
DTagMonitor.cpp216 static int values_per_line[NUM_TYPES] = { in printData()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_CameraMetadata.cpp107 if (type >= NUM_TYPES) { in getTypeSize()
121 if (type >= NUM_TYPES) { in updateAny()
/frameworks/rs/script_api/
DSpecification.cpp51 const int NUM_TYPES = sizeof(TYPES) / sizeof(TYPES[0]); variable
65 for (int i = 0; i < NUM_TYPES; i++) { in findCType()
DSpecification.h619 extern const int NUM_TYPES;
DGenerateTestFiles.cpp40 for (int i = 0; i < NUM_TYPES; i++) { in convertToRsType()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java472 public static final int NUM_TYPES = 6; field in CameraMetadataNative
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp1319 if (tagType < 0 || tagType >= NUM_TYPES) { in createDescriptorFromHidl()