Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraServiceWatchdog.h43 #define WATCH_CUSTOM_TIMER(toMonitor, cycles, cycleLength) \ argument
44 watchThread([&]() { return toMonitor;}, gettid(), __FUNCTION__, cycles, cycleLength);
55 uint32_t cycles; member
82 auto watchThread(T func, uint32_t tid, const char* functionName, uint32_t cycles, in watchThread() argument
86 if (cycles != mMaxCycles || cycleLength != mCycleLengthMs) { in watchThread()
93 mCameraId, cycles, cycleLength, mEnabled, mCameraServiceProxyWrapper); in watchThread()
DCameraServiceWatchdog.cpp43 mTidMap[currentThreadId].cycles++; in threadLoop()
45 if (mTidMap[currentThreadId].cycles >= mMaxCycles) { in threadLoop()
109 monitoredFunction.cycles = 0; in start()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/net/
DNetworkCycleDataLoaderTest.java107 final ArrayList<Long> cycles = new ArrayList<>(); in loadInBackground_hasCyclePeriod_shouldLoadDataForSpecificCycles() local
108 cycles.add(67890L); in loadInBackground_hasCyclePeriod_shouldLoadDataForSpecificCycles()
109 cycles.add(12345L); in loadInBackground_hasCyclePeriod_shouldLoadDataForSpecificCycles()
110 ReflectionHelpers.setField(mLoader, "mCycles", cycles); in loadInBackground_hasCyclePeriod_shouldLoadDataForSpecificCycles()
167 final ArrayList<Long> cycles = new ArrayList<>(); in loadDataForSpecificCycles_shouldRecordUsageForSpecifiedTime() local
168 cycles.add(now); in loadDataForSpecificCycles_shouldRecordUsageForSpecifiedTime()
169 cycles.add(tenDaysAgo); in loadDataForSpecificCycles_shouldRecordUsageForSpecifiedTime()
170 cycles.add(twentyDaysAgo); in loadDataForSpecificCycles_shouldRecordUsageForSpecifiedTime()
171 cycles.add(thirtyDaysAgo); in loadDataForSpecificCycles_shouldRecordUsageForSpecifiedTime()
172 ReflectionHelpers.setField(mLoader, "mCycles", cycles); in loadDataForSpecificCycles_shouldRecordUsageForSpecifiedTime()
/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/
DInterpolator.h80 explicit CycleInterpolator(float cycles) : mCycles(cycles) {} in CycleInterpolator() argument
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_animation_NativeInterpolatorFactory.cpp46 static jlong createCycleInterpolator(JNIEnv* env, jobject clazz, jfloat cycles) { in createCycleInterpolator() argument
47 return reinterpret_cast<jlong>(new CycleInterpolator(cycles)); in createCycleInterpolator()
/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.cpp549 const double cycles = wcNs * cpukHz * 0.000001; in sample() local
550 mHzStats.add(cycles); in sample()
/frameworks/proto_logging/stats/
Datoms.proto4653 * Log bucketed battery charge cycles.
4655 * Each bucket represents cycles of the battery past
6764 * Logs total effective full charge and discharge cycles on a battery.
6772 /* Number of total charge and discharge cycles on the system battery. */
8198 // Megacycles, i.e. millions of cycles.
8240 // Megacycles, i.e. millions of cycles.
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt454 field public static final int cycles = 16843220; // 0x10101d4
/frameworks/base/core/api/
Dcurrent.txt677 field public static final int cycles = 16843220; // 0x10101d4
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt75030 Lcom/android/internal/R$attr;->cycles:I