Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClock.java23 public class Clock { class
/frameworks/base/services/incremental/
DServiceWrappers.h38 using Clock = std::chrono::steady_clock; variable
/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncReactor.h29 class Clock; variable
/frameworks/av/media/codec2/sfplugin/
DPipelineWatcher.h34 typedef std::chrono::steady_clock Clock; typedef
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java66 public class Clock extends TextView implements DemoMode, Tunable, CommandQueue.Callbacks, class
114 public Clock(Context context, AttributeSet attrs) { in Clock() method in Clock
118 public Clock(Context context, AttributeSet attrs, int defStyle) { in Clock() method in Clock
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DConnectedClientsTracker.java55 static class Clock { class in ConnectedClientsTracker
/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/native/services/surfaceflinger/FrameTracer/
DFrameTracer.cpp37 using Clock = perfetto::protos::pbzero::ClockSnapshot::Clock; typedef
/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/av/media/codec2/components/aac/
DC2SoftAacEnc.cpp298 using Clock = std::chrono::steady_clock; in MaybeLogTimestampWarning() typedef
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java760 interface Clock { interface in PowerManagerService
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DFakeComposerClient.cpp49 using Clock = std::chrono::steady_clock; typedef