/foundation/graphic/graphic_surface/surface/src/ |
H A D | buffer_client_producer.cpp | 707 GSError BufferClientProducer::GetPresentTimestamp(uint32_t sequence, GraphicPresentTimestampType type, int64_t &time) in GetPresentTimestamp() argument 718 time = reply.ReadInt64(); in GetPresentTimestamp()
|
/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | fast_audio_stream.cpp | 191 timestamp.time.tv_sec = timeSec; in GetAudioTime() 192 timestamp.time.tv_nsec = timeNsec; in GetAudioTime()
|
/foundation/multimedia/audio_framework/services/audio_service/common/src/ |
H A D | oh_audio_buffer.cpp | 714 void OHAudioBuffer::SetLastWrittenTime(int64_t time) 716 lastWrittenTime_ = time;
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_device_impl.cpp | 656 timestamp.time = hdiTimestamp.time; in GetPresentTimestamp()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | moving_photo_file_utils.cpp | 316 uint32_t MovingPhotoFileUtils::GetFrameIndex(int64_t time, const int32_t fd) in GetFrameIndex() argument 334 if (avMetadataHelper->GetFrameIndexByTime(time, index) != E_OK) { in GetFrameIndex()
|
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_generate_helper.cpp | 306 int32_t ThumbnailGenerateHelper::GetNewThumbnailCount(ThumbRdbOpt &opts, const int64_t &time, int &count) in GetNewThumbnailCount() argument 309 if (!ThumbnailUtils::QueryNewThumbnailCount(opts, time, count, err)) { in GetNewThumbnailCount()
|
/foundation/multimedia/media_lite/frameworks/player_lite/binder/ |
H A D | player_client.cpp | 419 int32_t Player::PlayerClient::GetCurrentPosition(int64_t &time) const in GetCurrentPosition() 429 para.data = &time; in GetCurrentPosition()
|
/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_hotspot_proxy.cpp | 259 ErrCode WifiHotspotProxy::SetHotspotIdleTimeout(int time) in SetHotspotIdleTimeout() argument 273 data.WriteInt32(time); in SetHotspotIdleTimeout()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/ |
H A D | wifi_hotspot_stub.cpp | 487 // Add death recipient to remote object if this is the first time to register callback. in OnRegisterCallBack() 565 int time = data.ReadInt32(); in OnSetApIdleTimeout() local 566 int ret = SetHotspotIdleTimeout(time); in OnSetApIdleTimeout()
|
/foundation/distributeddatamgr/pasteboard/services/dfx/src/ |
H A D | hiview_adapter.cpp | 200 PASTEBOARD_MODULE_SERVICE, "hisysevent wrong copy time level, tiem level: %{public}d", timeLevel); in CopyTimeConsumingCount() 214 PASTEBOARD_MODULE_SERVICE, "hisysevent wrong copy time level, tiem level: %{public}d", timeLevel); in PasteTimeConsumingCount() 228 PASTEBOARD_MODULE_SERVICE, "hisysevent wrong copy time level, tiem level: %{public}d", timeLevel); in RemotePasteTimeConsumingCount() 238 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_SERVICE, "wrong time level"); in CopyTimeConsuming() 252 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_SERVICE, "wrong time level"); in PasteTimeConsuming() 458 time_t current = time(nullptr); in StartTimerThread() 487 current = time(nullptr); in StartTimerThread()
|
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | service_incremental.cpp | 629 auto time = std::chrono::system_clock::to_time_t(now); in NotifyCallerCurAppIncrementDone() local 632 strTime << (std::put_time(std::localtime(&time), "%Y-%m-%d %H:%M:%S:")) << (std::setfill('0')) in NotifyCallerCurAppIncrementDone()
|
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
H A D | nx-842-pseries.c | 125 static void ibm_nx842_incr_hist(atomic64_t *times, unsigned int time) in ibm_nx842_incr_hist() argument 127 int bucket = fls(time); in ibm_nx842_incr_hist()
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/ |
H A D | setup.c | 25 #include <linux/time.h> 43 #include <asm/time.h> 533 /* R/W If set, marked write-buffer entries time out the same in octeon_user_io_init() 579 /* R/W Selects the bit in the counter used for DID time-outs 0 in octeon_user_io_init() 580 * = 231, 1 = 230, 2 = 229, 3 = 214. Actual time-out is in octeon_user_io_init() 589 * flush time-outs (WBFLT+11) is the bit position in an in octeon_user_io_init()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | time.c | 3 * Common time routines among all ppc machines. 21 * measurement at boot time. 41 #include <linux/time.h> 65 #include <asm/time.h> 181 * Scan the dispatch trace log and count up the stolen time. 226 * Accumulate stolen time by scanning the dispatch trace log. 272 * Account time for a transition between system, hard irq 293 * SPURR ticks in the same ratio as the system time (delta) in vtime_delta_scaled() 294 * and user time (udelta) values obtained from the timebase in vtime_delta_scaled() 670 * Scheduler clock - returns current time i [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | tsc.c | 21 #include <asm/time.h> 140 * time function is continuous; see the comment near struct in __set_cyc2ns_scale() 215 * Scheduler clock - returns current time in nanosec units. 257 return pv_ops.time.sched_clock == native_sched_clock; in using_native_sched_clock() 542 * output is flipped each time, giving the same in quick_pit_calibrate() 583 * Check the PIT one more time to verify that in quick_pit_calibrate() 607 * kHz = ticks / time-in-seconds / 1000; in quick_pit_calibrate() 729 * load a timeout of 50ms. We read the time right after we in pit_hpet_ptimer_calibrate_cpu() 734 * by the IO time of the PIT access, so we can detect when in pit_hpet_ptimer_calibrate_cpu() 736 * maximum time i in pit_hpet_ptimer_calibrate_cpu() [all...] |
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/ |
H A D | cptvf_main.c | 405 static void cptvf_write_vq_done_timewait(struct cpt_vf *cptvf, u16 time) in cptvf_write_vq_done_timewait() argument 411 vqx_dwait.s.time_wait = time; in cptvf_write_vq_done_timewait()
|
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_main.c | 392 static void cptvf_write_vq_done_timewait(struct otx_cptvf *cptvf, u16 time) in cptvf_write_vq_done_timewait() argument 397 vqx_dwait.s.time_wait = time; in cptvf_write_vq_done_timewait()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_prototype.h | 59 u32 time, u32 interval); 447 u32 time, u32 interval);
|
H A D | i40e_type.h | 29 /* Switch from ms to the 1usec global time (this is the GTIME resolution) */ 30 #define I40E_MS_TO_GTIME(time) ((time) * 1000) 98 * The structures of function pointers are filled out at init time when we 331 u64 hw_semaphore_timeout; /* usec global time (GTIME resolution) */
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/ |
H A D | setup.c | 25 #include <linux/time.h> 43 #include <asm/time.h> 532 /* R/W If set, marked write-buffer entries time out the same in octeon_user_io_init() 578 /* R/W Selects the bit in the counter used for DID time-outs 0 in octeon_user_io_init() 579 * = 231, 1 = 230, 2 = 229, 3 = 214. Actual time-out is in octeon_user_io_init() 588 * flush time-outs (WBFLT+11) is the bit position in an in octeon_user_io_init()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | txtimestamp.c | 48 #include <sys/time.h> 50 #include <time.h> 679 " -l N: send N bytes at a time\n" in usage()
|
/kernel/linux/linux-5.10/tools/vm/ |
H A D | page-types.c | 22 #include <time.h> 939 long now = time(NULL); in show_file()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_lpm_map.c | 21 #include <time.h> 24 #include <sys/time.h>
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | menelaus.c | 892 /* block read date and time registers */ in menelaus_read_time() 921 /* write date and time registers */ in menelaus_set_time() 935 dev_err(&the_menelaus->client->dev, "rtc commit time, err %d\n", in menelaus_set_time() 966 menelaus_to_time(regs, &w->time); in menelaus_read_alarm() 993 status = time_to_menelaus(&w->time, MENELAUS_RTC_AL_SEC); in menelaus_set_alarm()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | addr.c | 299 static void set_timeout(struct addr_req *req, unsigned long time) in set_timeout() argument 303 delay = time - jiffies; in set_timeout()
|