Home
last modified time | relevance | path

Searched defs:clockId (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamLegacy.cpp228 aaudio_result_t AudioStreamLegacy::getBestTimestamp(clockid_t clockId, in getBestTimestamp()
DAudioStreamRecord.cpp499 aaudio_result_t AudioStreamRecord::getTimestamp(clockid_t clockId, in getTimestamp()
DAudioStreamTrack.cpp537 aaudio_result_t AudioStreamTrack::getTimestamp(clockid_t clockId, in getTimestamp()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/clocks/
DClockProviderPlugin.kt267 val clockId: ClockId, constant in com.android.systemui.plugins.clocks.ClockMetadata
312 val clockId: ClockId? = null, constant in com.android.systemui.plugins.clocks.ClockSettings
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardRootViewBinder.kt292 val clockId = clockInteractor.renderedClockId in <lambda>() constant
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
DClockRegistry.kt594 val clockId = currentClockId in createCurrentClock() constant
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp609 int clockId = CLOCK_MONOTONIC; in configureFd() local