Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClock.java23 public class Clock { class
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java66 public class Clock extends TextView implements DemoMode, Tunable, CommandQueue.Callbacks, class
111 public Clock(Context context) { in Clock() method in Clock
115 public Clock(Context context, AttributeSet attrs) { in Clock() method in Clock
119 public Clock(Context context, AttributeSet attrs, int defStyle) { in Clock() method in Clock
/frameworks/av/media/codec2/sfplugin/
DPipelineWatcher.h34 typedef std::chrono::steady_clock Clock; typedef
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DConnectedClientsTracker.java55 static class Clock { class in ConnectedClientsTracker
/frameworks/base/core/java/android/hardware/radio/
DRadioMetadata.java215 public static final class Clock implements Parcelable { class in RadioMetadata
239 public Clock(long utcEpochSeconds, int timezoneOffsetMinutes) { in Clock() method in RadioMetadata.Clock
244 private Clock(Parcel in) { in Clock() method in RadioMetadata.Clock
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAlertingNotificationManager.java381 protected final static class Clock { class in AlertingNotificationManager
/frameworks/base/services/core/java/com/android/server/display/
DAmbientBrightnessStatsTracker.java307 interface Clock { interface in AmbientBrightnessStatsTracker
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DFakeComposerClient.cpp45 using Clock = std::chrono::steady_clock; typedef