Searched defs:clockId (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/base/time/time_service/utils/native/src/ |
H A D | time_common.cpp | 61 bool TimeUtils::GetTimeByClockId(clockid_t clockId, struct timespec &tv) in GetTimeByClockId()
|
/ohos5.0/base/time/time_service/framework/cj/src/ |
H A D | system_date_time.cpp | 89 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 D | daudio_utils.cpp | 177 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 D | audio_capturer_wrapper.cpp | 288 clockid_t clockId = CLOCK_MONOTONIC; in RelativeSleep() local
|
/ohos5.0/foundation/distributedhardware/distributed_audio/common/src/ |
H A D | daudio_util.cpp | 362 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 D | audio_utils.cpp | 179 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 D | OHAudioCapturer.cpp | 177 clockid_t clockId, int64_t* framePosition, int64_t* timestamp) in OH_AudioCapturer_GetTimestamp()
|
H A D | OHAudioRenderer.cpp | 200 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 D | time_service_client.cpp | 163 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 D | napi_system_date_time.cpp | 506 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 D | offload_audio_renderer_sink.cpp | 439 clockid_t clockId = CLOCK_MONOTONIC; in GetPresentationPosition() local
|
/ohos5.0/base/time/time_service/services/ |
H A D | time_system_ability.cpp | 741 bool TimeSystemAbility::GetTimeByClockId(clockid_t clockId, struct timespec &tv) in GetTimeByClockId()
|