Searched refs:NUM_TYPES (Results 1 - 7 of 7) 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/av/camera/
H A DVendorTagDescriptor.cpp137 if (tagType < 0 || tagType >= NUM_TYPES) {
328 const char* typeName = (type >= 0 && type < NUM_TYPES) ?
391 if (tagType < 0 || tagType >= NUM_TYPES) {
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp108 if (type >= NUM_TYPES) {
122 if (type >= NUM_TYPES) {
/frameworks/rs/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.h617 extern const int NUM_TYPES;
H A DGenerateTestFiles.cpp40 for (int i = 0; i < NUM_TYPES; i++) {
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java445 public static final int NUM_TYPES = 6; field in class:CameraMetadataNative

Completed in 2959 milliseconds