Home
last modified time | relevance | path

Searched defs:Clock (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncReactor.h29 class Clock; variable
DVsyncModulator.h85 using Clock = std::chrono::steady_clock; variable
/frameworks/av/media/codec2/sfplugin/
DPipelineWatcher.h34 typedef std::chrono::steady_clock Clock; typedef
/frameworks/base/services/incremental/
DServiceWrappers.h40 using Clock = std::chrono::steady_clock; variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java66 public class Clock extends TextView implements class
110 public Clock(Context context, AttributeSet attrs) { in Clock() method in Clock
114 public Clock(Context context, AttributeSet attrs, int defStyle) { in Clock() method in Clock
/frameworks/base/tests/utils/testutils/java/android/os/test/
DTestLooper.java227 public interface Clock { interface in TestLooper
/frameworks/base/core/java/android/hardware/radio/
DRadioMetadata.java219 public static final class Clock implements Parcelable { class in RadioMetadata
243 public Clock(long utcEpochSeconds, int timezoneOffsetMinutes) { in Clock() method in RadioMetadata.Clock
248 private Clock(Parcel in) { in Clock() method in RadioMetadata.Clock
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAlertingNotificationManager.java388 protected final static class Clock { class in AlertingNotificationManager
/frameworks/base/services/core/java/com/android/server/display/
DAmbientBrightnessStatsTracker.java302 interface Clock { interface in AmbientBrightnessStatsTracker
/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.cpp299 using Clock = std::chrono::steady_clock; in MaybeLogTimestampWarning() typedef
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java828 interface Clock { interface in PowerManagerService
/frameworks/base/services/core/jni/
Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp563 using Clock = std::chrono::steady_clock; in waitForData() typedef
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DFakeComposerClient.cpp49 using Clock = std::chrono::steady_clock; typedef