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

/frameworks/base/libs/hwui/
H A 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++) {
113 for (int type = 0; type < NUM_TYPES; type++) {
/frameworks/support/content/src/android/support/content/
H A DInMemoryCursor.java44 private static final int NUM_TYPES = 5; field in class:InMemoryCursor
101 mTypedColumnIndex = new int[NUM_TYPES][numColumns];
102 mColumnTypeCount = new int[NUM_TYPES];
/frameworks/av/services/camera/libcameraservice/utils/
H A DTagMonitor.cpp216 static int values_per_line[NUM_TYPES] = {
/frameworks/av/camera/
H A DVendorTagDescriptor.cpp149 if (tagType < 0 || tagType >= NUM_TYPES) {
340 const char* typeName = (type >= 0 && type < NUM_TYPES) ?
558 if (tagType < 0 || tagType >= NUM_TYPES) {
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp107 if (type >= NUM_TYPES) {
121 if (type >= NUM_TYPES) {
/frameworks/rs/script_api/
H A DSpecification.cpp51 const int NUM_TYPES = sizeof(TYPES) / sizeof(TYPES[0]); variable
65 for (int i = 0; i < NUM_TYPES; i++) {
H A DSpecification.h619 extern const int NUM_TYPES;
H A DGenerateTestFiles.cpp40 for (int i = 0; i < NUM_TYPES; i++) {
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp1319 if (tagType < 0 || tagType >= NUM_TYPES) {
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java472 public static final int NUM_TYPES = 6; field in class:CameraMetadataNative

Completed in 279 milliseconds