/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm8962.c | 2515 * value from register. The time of the delay should be at least in wm8962_configure_bclk() 3299 long int time; in beep_store() local 3302 ret = kstrtol(buf, 10, &time); in beep_store() 3306 input_event(wm8962->beep, EV_SND, SND_TONE, time); in beep_store()
|
/kernel/linux/linux-6.6/lib/ |
H A D | vsprintf.c | 38 #include <linux/time.h> 178 * two characters at a time, using a 200 byte lookup table. This 180 * the digits one at a time. Implementation strongly inspired by the 876 * access to files is checked at open() time, but %pK in restricted_pointer() 877 * checks permission at read() time. We don't want to in restricted_pointer() 1904 char *time64_str(char *buf, char *end, const time64_t time, in time64_str() argument 1910 time64_to_tm(time, 0, &tm); in time64_str() 2369 * - 't[RT][dt][r][s]' For time and date as represented by:
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 1238 time(&timet); in CreateCjExceptionInfo() 1565 time(&timet); in HandleLaunchApplication() 2490 time_t startTime = time(nullptr); in HandleDumpHeap() 2513 if (time(nullptr) > startTime + TIME_OUT) { in HandleDumpHeap() 2514 TAG_LOGE(AAFwkTag::APPKIT, "time out to wait childprocess, killing forkpid %{public}d", pid); in HandleDumpHeap()
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/ |
H A D | rs_main_thread_unit_test.cpp | 469 uint64_t time = 0; in HWTEST_F() local 470 ASSERT_EQ(context.GetTransactionTimestamp(), time); in HWTEST_F() 1571 int64_t time = 1000; in HWTEST_F() local 1572 mainThread->GetRealTimeOffsetOfDvsync(time); in HWTEST_F()
|
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_conn_service.cpp | 19 #include <sys/time.h> 1932 std::string time = param; in GetDelayNotifyTime() local 1933 if (code <= 0 || !IsValidDecValue(time)) { in GetDelayNotifyTime() 1945 auto tmp = std::stoi(time); in GetDelayNotifyTime() 1955 NETMGR_LOG_D("delay time is %{public}d", delayTime); in GetDelayNotifyTime()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/ |
H A D | init.c | 2875 unsigned short data, data2, time, i, j, k, m, n, o; in SiS_LoadDAC() local 2882 j = time = 64; in SiS_LoadDAC() 2888 time = 256; in SiS_LoadDAC() 2919 if(time == 256) { in SiS_LoadDAC()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | sort.c | 28 #include "time-utils.h" 711 /* --sort time */ 716 return right->time - left->time; in sort__time_cmp() 725 timestamp__scnprintf_nsec(he->time, he_time, in hist_entry__time_snprintf() 728 timestamp__scnprintf_usec(he->time, he_time, in hist_entry__time_snprintf() 1707 DIM(SORT_TIME, "time", sort_time),
|
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/ |
H A D | init.c | 2874 unsigned short data, data2, time, i, j, k, m, n, o; in SiS_LoadDAC() local 2881 j = time = 64; in SiS_LoadDAC() 2887 time = 256; in SiS_LoadDAC() 2918 if(time == 256) { in SiS_LoadDAC()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | sort.c | 28 #include "time-utils.h" 856 /* --sort time */ 861 return right->time - left->time; in sort__time_cmp() 870 timestamp__scnprintf_nsec(he->time, he_time, in hist_entry__time_snprintf() 873 timestamp__scnprintf_usec(he->time, he_time, in hist_entry__time_snprintf() 2179 DIM(SORT_TIME, "time", sort_time),
|
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/ |
H A D | rtsp_package.cpp | 693 time_t timep = time(nullptr); in GetNowDate()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/ |
H A D | rtsp_package.cpp | 693 time_t timep = time(nullptr); in GetNowDate()
|
/foundation/ability/ability_runtime/services/appdfr/src/ |
H A D | appfreeze_manager.cpp | 18 #include <sys/time.h> 362 // 5: wait time, s in BinderParser()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_accessibility_manager.h | 246 NG::AccessibilityHoverEventType eventType, TimeStamp time) override;
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/spatialization/ |
H A D | audio_spatialization_service.cpp | 735 std::time_t now = std::time(nullptr); in GetCurrTimestamp()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_main_thread.h | 392 uint64_t GetRealTimeOffsetOfDvsync(int64_t time);
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
H A D | videoenc_ndk_sample.cpp | 16 #include <sys/time.h>
|
/foundation/multimedia/image_effect/frameworks/native/utils/common/ |
H A D | common_utils.cpp | 420 time_t now = time(nullptr); in UpdateExifDataTime() 421 CHECK_AND_RETURN_LOG(now > 0, "UpdateExifDateTime: time fail!"); in UpdateExifDataTime()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 16 #include <sys/time.h>
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 16 #include <sys/time.h>
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
H A D | videodec_api11_sample.cpp | 16 #include <sys/time.h>
|
H A D | videodec_ndk_sample.cpp | 16 #include <sys/time.h>
|
/foundation/resourceschedule/work_scheduler/frameworks/src/ |
H A D | work_info.cpp | 287 time(&result); in GetBaseTime()
|
/foundation/resourceschedule/work_scheduler/services/test/src/ |
H A D | work_status_test.cpp | 51 (void)time(&baseTime); in SetUpTestCase()
|
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/ |
H A D | bus_center_sdk_publish_test.cpp | 20 #include <sys/time.h>
|
H A D | bus_center_sdk_refresh_test.cpp | 19 #include <sys/time.h>
|