| /drivers/hdf_core/framework/support/platform/src/rtc/ |
| D | rtc_base.c | 41 uint8_t RtcIsInvalid(const struct RtcTime *time) in RtcIsInvalid() 54 uint8_t RtcGetWeekDay(const struct RtcTime *time) in RtcGetWeekDay() 85 uint64_t RtcTimeToTimestamp(const struct RtcTime *time) in RtcTimeToTimestamp() 120 void TimestampToRtcTime(struct RtcTime *time, const uint64_t seconds) in TimestampToRtcTime()
|
| D | rtc_if.c | 37 int32_t RtcReadTime(DevHandle handle, struct RtcTime *time) in RtcReadTime() 47 int32_t RtcWriteTime(DevHandle handle, const struct RtcTime *time) in RtcWriteTime() 62 int32_t RtcReadAlarm(DevHandle handle, enum RtcAlarmIndex alarmIndex, struct RtcTime *time) in RtcReadAlarm() 72 int32_t RtcWriteAlarm(DevHandle handle, enum RtcAlarmIndex alarmIndex, const struct RtcTime *time) in RtcWriteAlarm()
|
| D | rtc_core.c | 16 int32_t RtcHostReadTime(struct RtcHost *host, struct RtcTime *time) in RtcHostReadTime() 31 int32_t RtcHostWriteTime(struct RtcHost *host, const struct RtcTime *time) in RtcHostWriteTime() 46 int32_t RtcHostReadAlarm(struct RtcHost *host, enum RtcAlarmIndex alarmIndex, struct RtcTime *time) in RtcHostReadAlarm() 61 … RtcHostWriteAlarm(struct RtcHost *host, enum RtcAlarmIndex alarmIndex, const struct RtcTime *time) in RtcHostWriteAlarm()
|
| D | rtc_service.c | 23 struct RtcTime time; in RtcServiceIoReadTime() local 43 struct RtcTime *time = NULL; in RtcServiceIoWriteTime() local 63 struct RtcTime time; in RtcServiceIoReadAlarm() local 89 struct RtcTime *time = NULL; in RtcServiceIoWriteAlarm() local
|
| D | rtc_if_u.c | 58 int32_t RtcReadTime(DevHandle handle, struct RtcTime *time) in RtcReadTime() 113 int32_t RtcWriteTime(DevHandle handle, const struct RtcTime *time) in RtcWriteTime() 159 int32_t RtcReadAlarm(DevHandle handle, enum RtcAlarmIndex alarmIndex, struct RtcTime *time) in RtcReadAlarm() 229 int32_t RtcWriteAlarm(DevHandle handle, enum RtcAlarmIndex alarmIndex, const struct RtcTime *time) in RtcWriteAlarm()
|
| /drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/ |
| D | audio_idl_hdicapture_test.cpp | 250 struct AudioTimeStamp time = {.tvSec = 0, .tvNSec = 0}; variable 323 struct AudioTimeStamp time = {.tvSec = 0, .tvNSec = 0}; variable 345 struct AudioTimeStamp time = {.tvSec = 0, .tvNSec = 0}; variable 362 struct AudioTimeStamp time = {}; variable 379 struct AudioTimeStamp time = {.tvSec = 0, .tvNSec = 0}; variable 413 struct AudioTimeStamp time = {.tvSec = 0, .tvNSec = 0}; variable 484 struct AudioTimeStamp *time = nullptr; variable
|
| /drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/ |
| D | capture_message.h | 63 CaptureStartedMessage(int32_t streamId, int32_t captureId, uint64_t time, uint32_t count) in CaptureStartedMessage() 76 …CaptureEndedMessage(int32_t streamId, int32_t captureId, uint64_t time, uint32_t peerCount, uint32… in CaptureEndedMessage() 97 CaptureErrorMessage(int32_t streamId, int32_t captureId, uint64_t time, uint32_t peerCount, in CaptureErrorMessage() 120 FrameShutterMessage(int32_t streamId, int32_t captureId, uint64_t time, uint32_t count) in FrameShutterMessage()
|
| /drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/ |
| D | audio_idl_hdirender_test.cpp | 257 struct AudioTimeStamp time = {.tvSec = 0, .tvNSec = 0}; variable 286 struct AudioTimeStamp time = {.tvSec = 0, .tvNSec = 0}; variable 327 struct AudioTimeStamp time = {.tvSec = 0, .tvNSec = 0}; variable 350 struct AudioTimeStamp time = {.tvSec = 0, .tvNSec = 0}; variable 366 struct AudioTimeStamp time = {}; variable 382 struct AudioTimeStamp time = {.tvSec = 0, .tvNSec = 0}; variable 413 struct AudioTimeStamp time = {.tvSec = 0, .tvNSec = 0}; variable
|
| /drivers/hdf_core/adapter/khdf/linux/osal/src/ |
| D | osal_time.c | 34 int32_t OsalGetTime(OsalTimespec *time) in OsalGetTime() 103 OsalTimespec time; in OsalGetSysTimeMs() local
|
| /drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
| D | audio_common.cpp | 33 OsalTimespec time; in AudioGetSysTime() local 102 int32_t TimeToAudioTimeStamp(uint64_t bufferFrameSize, struct AudioTimeStamp *time, uint32_t sample… in TimeToAudioTimeStamp()
|
| /drivers/hdf_core/framework/support/posix/src/ |
| D | osal_time.c | 19 int32_t OsalGetTime(OsalTimespec *time) in OsalGetTime() 109 OsalTimespec time; in OsalGetSysTimeMs() local
|
| /drivers/peripheral/audio/test/unittest/common/render/ |
| D | audio_render_mmap_test.cpp | 185 struct AudioTimeStamp time; variable 194 struct AudioTimeStamp time; variable 205 struct AudioTimeStamp time; variable
|
| /drivers/peripheral/audio/test/unittest/common/capture/ |
| D | audio_capture_mmap_test.cpp | 222 struct AudioTimeStamp time = {0}; variable 244 struct AudioTimeStamp time = {0}; variable 268 struct AudioTimeStamp time = {0}; variable
|
| /drivers/peripheral/audio/hdi_service/primary_impl/src/ |
| D | audio_common.c | 51 OsalTimespec time; in AudioGetSysTime() local 130 int32_t TimeToAudioTimeStamp(uint64_t bufferFrameSize, struct AudioTimeStamp *time, uint32_t sample… in TimeToAudioTimeStamp()
|
| /drivers/liteos/hievent/include/ |
| D | hiview_hievent.h | 41 long long time; member
|
| /drivers/peripheral/audio/hal/hdi_passthrough/src/ |
| D | audio_common.c | 43 OsalTimespec time; in AudioGetSysTime() local 112 int32_t TimeToAudioTimeStamp(uint64_t bufferFrameSize, struct AudioTimeStamp *time, uint32_t sample… in TimeToAudioTimeStamp()
|
| /drivers/peripheral/vibrator/interfaces/include/ |
| D | vibrator_type.h | 137 int32_t time; /** Vibration time. */ member 205 int32_t time; member 223 int32_t time; member 247 int32_t time; member
|
| /drivers/peripheral/vibrator/interfaces/v1_1/ |
| D | ivibrator_type_vdi.h | 63 int32_t time; member 90 int32_t time; member 97 int32_t time; member 107 int32_t time; member
|
| /drivers/peripheral/sensor/chipset/temperature/ |
| D | temperature_aht20.c | 28 OsalTimespec time; in ReadAht20RawData() local 79 OsalTimespec time; in ReadAht20Data() local
|
| D | temperature_sht30.c | 43 OsalTimespec time; in ReadSht30RawData() local 80 OsalTimespec time; in ReadSht30Data() local
|
| /drivers/peripheral/sensor/chipset/humidity/ |
| D | humidity_aht20.c | 28 OsalTimespec time; in ReadAht20RawData() local 80 OsalTimespec time; in ReadAht20Data() local
|
| D | humidity_sht30.c | 43 OsalTimespec time; in ReadSht30RawData() local 81 OsalTimespec time; in ReadSht30Data() local
|
| /drivers/hdf_core/adapter/khdf/liteos_m/osal/src/ |
| D | osal_time.c | 39 int32_t OsalGetTime(OsalTimespec *time) in OsalGetTime()
|
| /drivers/hdf_core/framework/model/input/driver/ |
| D | event_hub.c | 41 OsalTimespec time; in PushOnePackage() local
|
| /drivers/peripheral/usb/sample/device/linux/ |
| D | acm_write.c | 69 struct timeval time; in AcmWrite() local
|