Home
last modified time | relevance | path

Searched defs:usec (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/drivers/hdf_core/interfaces/inner_api/osal/shared/
H A Dosal_time.h45 uint64_t usec; /**< Microsecond */ member
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_timer.h27 int64_t usec; member
/ohos5.0/base/update/updater/utils/
H A Dutils_common.cpp60 void UsSleep(int usec) in UsSleep()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/osal/src/
H A Dosal_time.c57 uint32_t usec = 0; in OsalDiffTime() local
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/osal/src/
H A Dosal_time.c58 uint32_t usec = 0; in OsalDiffTime() local
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/osal/src/
H A Dosal_time.c58 uint32_t usec = 0; in OsalDiffTime() local
/ohos5.0/foundation/multimedia/media_foundation/engine/foundation/osal/utils/
H A Dutil.cpp23 void usleep(__int64 usec) in usleep()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/osal/src/
H A Dosal_time.c54 uint32_t usec = 0; in OsalDiffTime() local
/ohos5.0/foundation/multimedia/media_foundation/src/osal/utils/
H A Dutil.cpp24 void usleep(__int64 usec) in usleep()
/ohos5.0/drivers/hdf_core/framework/support/posix/src/
H A Dosal_time.c38 uint32_t usec = 0; in OsalDiffTime() local
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler_utils.cpp50 uint64_t usec = nsec / MICROSEC_TO_NANOSEC; in TimeFormat() local
/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dcharger_graphic_engine.cpp83 void ChargerGraphicEngine::UsSleep(int usec) in UsSleep()
/ohos5.0/base/powermgr/powermgr_lite/utils/include/
H A Dpower_mgr_time_util.h54 static inline int64_t UsecToMsec(int64_t usec) in UsecToMsec()
/ohos5.0/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c209 double usec = 1000000; in SpeedReadThread() local
543 double usec = 1000000; in SpeedThread() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpa_renderer_stream_impl.cpp523 pa_usec_t usec = readIndex >= info->sink_usec ? readIndex - info->sink_usec : 0; in GetLatency() local