Home
last modified time | relevance | path

Searched refs:rt (Results 1 – 12 of 12) sorted by relevance

/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dhwcomposer.cpp103 struct timespec rt; in hwc_vsync_thread() local
104 if (clock_gettime(CLOCK_MONOTONIC, &rt) == -1) { in hwc_vsync_thread()
109 int64_t timestamp = int64_t(rt.tv_sec) * 1e9 + rt.tv_nsec; in hwc_vsync_thread()
114 rt.tv_sec = timestamp / 1e9; in hwc_vsync_thread()
115 rt.tv_nsec = timestamp % static_cast<int32_t>(1e9); in hwc_vsync_thread()
116 int err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &rt, NULL); in hwc_vsync_thread()
140 if (rt.tv_sec - last_logged > log_interval) { in hwc_vsync_thread()
142 last_logged = rt.tv_sec; in hwc_vsync_thread()
527 struct timespec rt; in cvd_hwc_open() local
528 if (clock_gettime(CLOCK_MONOTONIC, &rt) == -1) { in cvd_hwc_open()
[all …]
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/hifi_hikey_lsp/
Dtag3 standardlsp=min-rt
Dmin-rt.parm3 // $Id: //depot/rel/Cottonwood/Xtensa/SWConfig/ldscripts/min-rt.parm#1 $
/device/google/cuttlefish/shared/config/
Dinit.vendor.rc33 mkdir /dev/cpuctl/rt
38 chown system system /dev/cpuctl/rt
43 chown system system /dev/cpuctl/rt/tasks
48 chmod 0664 /dev/cpuctl/rt/tasks
/device/generic/goldfish/
Dinit.ranchu.rc28 mkdir /dev/cpuctl/rt
33 chown system system /dev/cpuctl/rt
38 chown system system /dev/cpuctl/rt/tasks
43 chmod 0664 /dev/cpuctl/rt/tasks
/device/google/contexthub/firmware/lib/builtins/
DCREDITS.TXT24 D: Architect and primary author of compiler-rt
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp1417 struct timespec rt; in threadLoop() local
1418 if (clock_gettime(CLOCK_MONOTONIC, &rt) == -1) { in threadLoop()
1424 int64_t lastLogged = rt.tv_sec; in threadLoop()
1439 clock_gettime(CLOCK_MONOTONIC, &rt); in threadLoop()
1440 currentNs = rt.tv_nsec + rt.tv_sec * kOneSecondNs; in threadLoop()
1477 if (rt.tv_sec - lastLogged >= logInterval) { in threadLoop()
1478 ALOGVV("sent %d syncs in %ds", sent - lastSent, rt.tv_sec - lastLogged); in threadLoop()
1479 lastLogged = rt.tv_sec; in threadLoop()
/device/google/bonito/
Dinit.hardware.rc473 ioprio rt 4
627 ioprio rt 0
787 ioprio rt 0
/device/google/crosshatch/
Dinit.hardware.rc582 ioprio rt 4
740 ioprio rt 0
902 ioprio rt 0
/device/google/coral/
Dinit.hardware.rc647 ioprio rt 4
774 ioprio rt 0
793 ioprio rt 0
/device/google/wahoo/
Dinit.hardware.rc543 ioprio rt 4
671 ioprio rt 0
/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.cpp128 auto rt = ResourceTracker::get(); in ~VkEncoder() local
129 if (!rt) return; in ~VkEncoder()
130 rt->onEncoderDeleted(this); in ~VkEncoder()