/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_system.cpp | 573 state.time = (animation.duration != 0.f) ? std::fmod(state.time, animation.duration) : 0.f; in ResetTime() 574 if (state.time < 0.f) { in ResetTime() 575 // When speed is negative time will end up negative. Wrap around to end of animation length. in ResetTime() 576 state.time = animation.duration + state.time; in ResetTime() 662 bool AnimationSystem::Update(bool frameRenderingQueued, uint64_t time, uint64_t delta) in Update() argument 712 // For each animation update the playback state, time position and weight, and gather tracks in trackOrder_. in Update() 917 // if playing backwards and time has been reset to zero jump to the end of the animation. in OnAnimationComponentsUpdated() 918 if ((animationHandle->speed < 0.f) && stateHandle->time in OnAnimationComponentsUpdated() [all...] |
/third_party/libdrm/intel/ |
H A D | intel_bufmgr_gem.c | 125 time_t time; member 301 time_t time); 904 * on all hardware so refuse it for time being. in drm_intel_gem_bo_alloc_userptr() 1003 * kernel mm tracking alive for our lifetime. The first time we in has_userptr() 1203 /** Frees all cached buffers significantly older than @time. */ 1205 drm_intel_gem_cleanup_bo_cache(drm_intel_bufmgr_gem *bufmgr_gem, time_t time) in drm_intel_gem_cleanup_bo_cache() argument 1209 if (bufmgr_gem->time == time) in drm_intel_gem_cleanup_bo_cache() 1221 if (time - bo_gem->free_time <= 1) in drm_intel_gem_cleanup_bo_cache() 1230 bufmgr_gem->time in drm_intel_gem_cleanup_bo_cache() 1304 drm_intel_gem_bo_unreference_final(drm_intel_bo *bo, time_t time) drm_intel_gem_bo_unreference_final() argument 1369 drm_intel_gem_bo_unreference_locked_timed(drm_intel_bo *bo, time_t time) drm_intel_gem_bo_unreference_locked_timed() argument 1388 struct timespec time; drm_intel_gem_bo_unreference() local 2189 struct timespec time; drm_intel_gem_bo_clear_relocs() local [all...] |
/applications/standard/contacts_data/ability/common/utils/src/ |
H A D | file_utils.cpp | 52 time_t backupTime = time(nullptr); in WriteStringToFileAppend()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
H A D | procfs.h | 7 #include <sys/time.h>
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | sntp_opts.h | 41 #include <time.h> 82 * May contain multiple server names (For example, "pool.ntp.org","second.time.server") 99 * SNTP macro to change system time in seconds 100 * Define SNTP_SET_SYSTEM_TIME_US(sec, us) to set the time in microseconds instead of this one 102 * SNTP macro to change system time and/or the update the RTC clock 108 /** SNTP macro to change system time including microseconds */ 156 * server whose synchronization source has expired for a very long time. 199 * SNTP macro to get system time, used with SNTP_CHECK_RESPONSE >= 2
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | mission_info.h | 47 std::string time; member
|
/foundation/barrierfree/accessibility/common/interface/include/ |
H A D | accessibility_element_operator_callback_proxy.h | 103 int32_t GetTransmitFlag(int32_t time, int32_t leftSize);
|
/foundation/multimedia/audio_lite/services/impl/ |
H A D | audio_capturer_impl.h | 20 #include <sys/time.h>
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/ |
H A D | nativeVsync_requestFrame_test.cpp | 27 static void OnVSync(long long time, void *data) in OnVSync() argument 64 TestMultiTimes(1); // test 1 time in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/ |
H A D | intf_system.h | 67 /** Update system with current time in the ECS and delta occured between last frame (Application developer should 68 * not call this since its called automatically). Delta is scaled by the ECS time scale. For actual delta the 69 * system implementation should e.g. take a difference between current and previous total time. 71 * @param time Elapsed total time (in us). 72 * @param delta Elapsed time since last update, scaled IEcs::GetTimeScale (in us). 75 virtual bool Update(bool isFrameRenderingQueued, uint64_t time, uint64_t delta) = 0;
|
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/ |
H A D | object_info.h | 18 #include <time.h>
|
/foundation/multimodalinput/input/service/event_handler/include/ |
H A D | anr_manager.h | 32 bool TriggerANR(int32_t type, int64_t time, SessionPtr sess);
|
/foundation/systemabilitymgr/samgr/services/samgr/native/include/ |
H A D | samgr_time_handler.h | 25 #include <sys/time.h>
|
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/ |
H A D | bpf_ring_buffer.h | 26 #include <time.h>
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/ |
H A D | secret_key_meta_data.h | 22 std::vector<uint8_t> time {};
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | isync_state_machine.h | 58 virtual bool StartFeedDogForSync(uint32_t time, SyncDirectionFlag flag) = 0;
|
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/include/ |
H A D | idaudio_hdi_callback.h | 41 virtual int32_t ReadMmapPosition(const int32_t streamId, uint64_t &frames, CurrentTimeHDF &time) = 0;
|
/third_party/eudev/src/shared/ |
H A D | terminal-util.c | 27 #include <time.h> 35 #include "time-util.h"
|
/third_party/elfutils/backends/ |
H A D | riscv_corenote.c | 36 #include <sys/time.h>
|
/third_party/curl/docs/examples/ |
H A D | multi-double.c | 32 #include <sys/time.h>
|
/third_party/cups-filters/filter/ |
H A D | pdfutils.h | 10 #include <time.h>
|
/third_party/mbedtls/include/mbedtls/ |
H A D | platform_util.h | 31 #include <time.h> 82 * and will result in a compile-time warning if #MBEDTLS_CHECK_RETURN 99 * applications. Omitting the check will result in a compile-time warning if 101 * #MBEDTLS_CHECK_RETURN_WARNING is enabled in the compile-time configuration. 190 * mbedtls_platform_gmtime_r() supplied by the user at compile time. 192 * \param tt Pointer to an object containing time (in seconds) since the
|
/third_party/libdrm/nouveau/nvif/ |
H A D | cl0080.h | 43 __u64 time; member
|
/third_party/libwebsockets/lib/plat/windows/ |
H A D | windows-misc.c | 71 time_t time(time_t *t) in time() function
|
/third_party/ltp/testcases/kernel/crypto/ |
H A D | pcrypt_aead01.c | 20 #include <time.h>
|