Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DClock.java24 public abstract class Clock { class
/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncReactor.h33 class Clock; variable
DMessageQueue.h76 using Clock = std::chrono::steady_clock; variable
DVsyncModulator.h87 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.java69 public class Clock extends TextView implements class
127 public Clock(Context context, AttributeSet attrs) { in Clock() method in Clock
131 public Clock(Context context, AttributeSet attrs, int defStyle) { in Clock() method in Clock
/frameworks/base/services/core/java/com/android/server/display/
DScreenOffBrightnessSensorController.java125 interface Clock { interface in ScreenOffBrightnessSensorController
DAmbientBrightnessStatsTracker.java311 interface Clock { interface in AmbientBrightnessStatsTracker
DAutomaticBrightnessController.java1220 interface Clock { interface
DDisplayManagerService.java4014 public interface Clock { interface
/frameworks/base/tests/utils/testutils/java/android/os/test/
DTestLooper.java227 public interface Clock { interface in TestLooper
/frameworks/base/services/core/java/com/android/server/am/
DDropboxRateLimiter.java51 public interface Clock { interface in DropboxRateLimiter
/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.java366 protected final static class Clock { class in AlertingNotificationManager
/frameworks/base/core/java/com/android/internal/display/
DBrightnessSynchronizer.java443 public interface Clock { interface in BrightnessSynchronizer
/frameworks/base/services/core/java/com/android/server/power/
DLowPowerStandbyController.java164 interface Clock { interface in LowPowerStandbyController
DPowerManagerService.java920 interface Clock { interface in PowerManagerService
/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.cpp299 using Clock = std::chrono::steady_clock; in MaybeLogTimestampWarning() typedef
/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