Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/utils/native/src/
H A Dtime_common.cpp61 bool TimeUtils::GetTimeByClockId(clockid_t clockId, struct timespec &tv) in GetTimeByClockId()
/ohos5.0/base/time/time_service/framework/cj/src/
H A Dsystem_date_time.cpp89 int32_t SystemDateTimeImpl::GetDeviceTime(clockid_t clockId, bool isNano, int64_t &time) in GetDeviceTime()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/common/utils/src/
H A Ddaudio_utils.cpp177 clockid_t clockId = CLOCK_MONOTONIC; in GetCurNano() local
196 clockid_t clockId = CLOCK_MONOTONIC; in AbsoluteSleep() local
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Daudio_capturer_wrapper.cpp288 clockid_t clockId = CLOCK_MONOTONIC; in RelativeSleep() local
/ohos5.0/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp362 clockid_t clockId = CLOCK_MONOTONIC; in GetCurNano() local
383 clockid_t clockId = CLOCK_MONOTONIC; in AbsoluteSleep() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp179 clockid_t clockId = CLOCK_MONOTONIC; in GetCurNano() local
191 clockid_t clockId = CLOCK_REALTIME; in GetRealNano() local
208 clockid_t clockId = CLOCK_MONOTONIC; in AbsoluteSleep() local
243 clockid_t clockId = CLOCK_MONOTONIC; in RelativeSleep() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioCapturer.cpp177 clockid_t clockId, int64_t* framePosition, int64_t* timestamp) in OH_AudioCapturer_GetTimestamp()
H A DOHAudioRenderer.cpp200 clockid_t clockId, int64_t *framePosition, int64_t *timestamp) in OH_AudioRenderer_GetTimestamp()
/ohos5.0/base/time/time_service/interfaces/inner_api/src/
H A Dtime_service_client.cpp163 bool TimeServiceClient::GetTimeByClockId(clockid_t clockId, struct timespec &tv) in GetTimeByClockId()
/ohos5.0/base/time/time_service/framework/js/napi/system_date_time/src/
H A Dnapi_system_date_time.cpp506 int32_t NapiSystemDateTime::GetDeviceTime(clockid_t clockId, bool isNano, int64_t &time) in GetDeviceTime()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/offload/
H A Doffload_audio_renderer_sink.cpp439 clockid_t clockId = CLOCK_MONOTONIC; in GetPresentationPosition() local
/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.cpp741 bool TimeSystemAbility::GetTimeByClockId(clockid_t clockId, struct timespec &tv) in GetTimeByClockId()