Home
last modified time | relevance | path

Searched refs:cycles (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/net/
DNetworkCycleDataLoaderTest.java106 final ArrayList<Long> cycles = new ArrayList<>(); in loadInBackground_hasCyclePeriod_shouldLoadDataForSpecificCycles() local
107 cycles.add(67890L); in loadInBackground_hasCyclePeriod_shouldLoadDataForSpecificCycles()
108 cycles.add(12345L); in loadInBackground_hasCyclePeriod_shouldLoadDataForSpecificCycles()
109 ReflectionHelpers.setField(mLoader, "mCycles", cycles); in loadInBackground_hasCyclePeriod_shouldLoadDataForSpecificCycles()
166 final ArrayList<Long> cycles = new ArrayList<>(); in loadDataForSpecificCycles_shouldRecordUsageForSpecifiedTime() local
167 cycles.add(now); in loadDataForSpecificCycles_shouldRecordUsageForSpecifiedTime()
168 cycles.add(tenDaysAgo); in loadDataForSpecificCycles_shouldRecordUsageForSpecifiedTime()
169 cycles.add(twentyDaysAgo); in loadDataForSpecificCycles_shouldRecordUsageForSpecifiedTime()
170 cycles.add(thirtyDaysAgo); in loadDataForSpecificCycles_shouldRecordUsageForSpecifiedTime()
171 ReflectionHelpers.setField(mLoader, "mCycles", cycles); in loadDataForSpecificCycles_shouldRecordUsageForSpecifiedTime()
/frameworks/av/services/camera/libcameraservice/
DCameraServiceWatchdog.h41 #define WATCH_CUSTOM_TIMER(toMonitor, cycles, cycleLength) \ argument
42 watchThread([&]() { return toMonitor;}, gettid(), cycles, cycleLength);
69 auto watchThread(T func, uint32_t tid, uint32_t cycles, uint32_t cycleLength) { in watchThread() argument
72 if (cycles != mMaxCycles || cycleLength != mCycleLengthMs) { in watchThread()
79 new CameraServiceWatchdog(cycles, cycleLength, mEnabled); in watchThread()
/frameworks/base/core/java/android/view/animation/
DCycleInterpolator.java37 public CycleInterpolator(float cycles) { in CycleInterpolator() argument
38 mCycles = cycles; in CycleInterpolator()
/frameworks/hardware/interfaces/stats/1.0/vts/functional/
DVtsHalStatsV1_0TargetTest.cpp74 ChargeCycles cycles; in TEST_P() local
75 cycles.cycleBucket = charge_cycles; in TEST_P()
78 ret = client->reportChargeCycles(cycles); in TEST_P()
/frameworks/hardware/interfaces/stats/1.0/test_client/
DStatsClient.cpp116 ChargeCycles cycles; in main() local
117 cycles.cycleBucket = charge_cycles; in main()
118 client->reportChargeCycles(cycles); in main()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_animation_NativeInterpolatorFactory.cpp48 static jlong createCycleInterpolator(JNIEnv* env, jobject clazz, jfloat cycles) { in createCycleInterpolator() argument
49 return reinterpret_cast<jlong>(new CycleInterpolator(cycles)); in createCycleInterpolator()
/frameworks/base/libs/hwui/
DInterpolator.h80 explicit CycleInterpolator(float cycles) : mCycles(cycles) {} in CycleInterpolator() argument
/frameworks/base/graphics/java/android/graphics/animation/
DNativeInterpolatorFactory.java56 public static native long createCycleInterpolator(float cycles); in createCycleInterpolator() argument
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
DNetworkCycleDataLoader.java208 public Builder<T> setCycles(ArrayList<Long> cycles) {
209 mCycles = cycles;
/frameworks/hardware/interfaces/stats/1.0/
DIStats.hal52 * Report bucketed battery charge cycles.
Dtypes.hal93 * Represents bucketed battery charge cycles.
/frameworks/native/cmds/flatland/
DREADME.txt16 that consume much CPU cycles, memory bandwidth, or might otherwise interfere
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt38 programming for a long time. It can consume seconds of CPU cycles during
/frameworks/av/services/audioflinger/
DThreads.cpp465 const double cycles = wcNs * cpukHz * 0.000001; in sample() local
466 mHzStats.add(cycles); in sample()
/frameworks/proto_logging/stats/
Datoms.proto3907 * Log bucketed battery charge cycles.
3909 * Each bucket represents cycles of the battery past
6369 * Logs total effective full charge and discharge cycles on a battery.
6377 /* Number of total charge and discharge cycles on the system battery. */
7671 // Megacycles, i.e. millions of cycles.
7713 // Megacycles, i.e. millions of cycles.
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt454 field public static final int cycles = 16843220; // 0x10101d4
/frameworks/base/core/api/
Dcurrent.txt549 field public static final int cycles = 16843220; // 0x10101d4
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt75673 Lcom/android/internal/R$attr;->cycles:I