Searched refs:changeCount (Results 1 – 3 of 3) sorted by relevance
582 final int changeCount = updateStringViaProviderApiSetting(type, in doTestQueryUpdateDeleteGlobalViaProviderApiForType() local584 assertEquals("Did not get expected change count.", 1, changeCount); in doTestQueryUpdateDeleteGlobalViaProviderApiForType()
847 final int changeCount = group.getChangeCountLocked(); in updateLogicalDisplaysLocked() local857 } else if (mUpdatedDisplayGroups.get(groupId) != changeCount) { in updateLogicalDisplaysLocked()860 mUpdatedDisplayGroups.put(groupId, changeCount); in updateLogicalDisplaysLocked()
2842 size_t changeCount = deltas->countEntries(); in shapeMediaFormat() local2843 ALOGD("shapeMediaFormat: deltas(%zu): %s", changeCount, deltas->debugString(2).c_str()); in shapeMediaFormat()2845 mediametrics_setInt32(metricsHandle, kCodecShapingEnhanced, changeCount); in shapeMediaFormat()2847 if (changeCount > 0) { in shapeMediaFormat()