Searched refs:numTypes (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | HWC2.cpp | 478 uint32_t numTypes = 0; in validate() local 480 auto intError = mComposer.validateDisplay(mId, &numTypes, &numRequests); in validate() 486 *outNumTypes = numTypes; in validate() 494 uint32_t numTypes = 0; in presentOrValidate() local 498 mId, &numTypes, &numRequests, &presentFenceFd, state); in presentOrValidate() 509 *outNumTypes = numTypes; in presentOrValidate()
|
H A D | HWComposer.cpp | 480 uint32_t numTypes = 0; in getDeviceCompositionChanges() local 499 error = hwcDisplay->presentOrValidate(&numTypes, &numRequests, &outPresentFence , &state); in getDeviceCompositionChanges() 514 error = hwcDisplay->validate(&numTypes, &numRequests); in getDeviceCompositionChanges() 522 changedTypes.reserve(numTypes); in getDeviceCompositionChanges()
|
/aosp12/frameworks/base/core/java/android/transition/ |
H A D | Transition.java | 818 int numTypes = mTargetTypeExcludes.size(); in isValidTarget() local 819 for (int i = 0; i < numTypes; ++i) { in isValidTarget() 1569 int numTypes = mTargetTypeExcludes.size(); in captureHierarchy() local 1570 for (int i = 0; i < numTypes; ++i) { in captureHierarchy() 1600 int numTypes = mTargetTypeChildExcludes.size(); in captureHierarchy() local 1601 for (int i = 0; i < numTypes; ++i) { in captureHierarchy()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/job/ |
H A D | WorkCountTrackerTest.java | 149 final int numTypes = getRandomIndex(numTypesCdf, mRandom.nextDouble()) + 1; in maybeEnqueueJobs() local 151 for (int i = 0; i < numTypes; ++i) { in maybeEnqueueJobs()
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | ParsingPackageUtils.java | 1743 final int numTypes = intentInfo.countDataTypes(); in parseQueries() local 1745 if ((numSchemes == 0 && numTypes == 0 && numActions == 0)) { in parseQueries() 1751 if (numTypes > 1) { in parseQueries() 1774 if (numTypes == 1) { in parseQueries()
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | IntentFilter.java | 2461 final int numTypes = t.size(); in findMimeType() local 2462 for (int i = 0; i < numTypes; i++) { in findMimeType()
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 3650 const size_t numTypes = types.size(); in ~PackageGroup() local 3651 for (size_t i = 0; i < numTypes; i++) { in ~PackageGroup() 6301 const size_t numTypes = typeList.size(); in forEachConfiguration() local 6302 for (size_t k = 0; k < numTypes; k++) { in forEachConfiguration()
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | BatteryStatsImpl.java | 9503 int numTypes = in.readInt(); in readJobCompletionsFromParcelLocked() local 9504 if (numTypes > 0) { in readJobCompletionsFromParcelLocked() 9506 for (int k = 0; k < numTypes; k++) { in readJobCompletionsFromParcelLocked()
|