/hardware/google/pixel/power-libperfmgr/libperfmgr/ |
D | RequestGroup.cc | 29 bool RequestGroup::AddRequest(const std::string& hint_type, ReqTime end_time) { in AddRequest() argument 31 request_map_.emplace(hint_type, end_time); in AddRequest() 34 if (request_map_[hint_type] < end_time) { in AddRequest() 35 request_map_[hint_type] = end_time; in AddRequest()
|
D | NodeLooperThread.cc | 54 ReqTime end_time = ReqTime::max(); in Request() local 62 end_time = now + a.timeout_ms; in Request() 66 end_time) && in Request()
|
D | Node.cc | 40 ReqTime end_time) { in AddRequest() argument 47 req_sorted_[value_index].AddRequest(hint_type, end_time); in AddRequest()
|
D | HintManager.cc | 100 if (now > actions_.at(hint_type).status->end_time) { in DoHintStatus() 103 actions_.at(hint_type).status->end_time - in DoHintStatus() 108 actions_.at(hint_type).status->end_time = in DoHintStatus() 117 if (now < actions_.at(hint_type).status->end_time) { in EndHintStatus() 122 actions_.at(hint_type).status->end_time = now; in EndHintStatus()
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | os_time.c | 129 int64_t end_time = start_time + timeout; in os_wait_until_zero() local 132 if (os_time_timeout(start_time, end_time, os_time_get_nano())) in os_wait_until_zero()
|
/hardware/google/camera/common/sensor_listener/tests/ |
D | goog_sensor_motion_test.cc | 76 int64_t end_time = elapsedRealtimeNano(); in CheckQuerySensorEventsBetweenTimestamps() local 84 start_time, end_time, ×tamps, &motion_vector_x, &motion_vector_y, in CheckQuerySensorEventsBetweenTimestamps() 93 EXPECT_LE(timestamps.back(), end_time); in CheckQuerySensorEventsBetweenTimestamps() 99 start_time = end_time; in CheckQuerySensorEventsBetweenTimestamps()
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/ |
D | RequestGroup.h | 51 bool AddRequest(const std::string& hint_type, ReqTime end_time);
|
D | HintManager.h | 51 end_time(std::chrono::steady_clock::time_point::min()) {} in HintStatus() 53 std::chrono::steady_clock::time_point end_time; member
|
D | Node.h | 53 ReqTime end_time);
|
/hardware/google/pixel/pwrstats_util/ |
D | pwrstats_util.cpp | 183 auto end_time = std::chrono::system_clock::now(); in daemon() local 185 std::chrono::duration<double> elapsed_seconds = end_time - start_time; in daemon()
|
/hardware/google/camera/common/sensor_listener/ |
D | goog_gyro_direct.h | 99 int64_t start_time, int64_t end_time,
|
D | goog_sensor_motion.h | 149 int64_t start_time, int64_t end_time,
|
D | goog_sensor_motion.cc | 139 int64_t start_time, int64_t end_time, in QuerySensorEventsBetweenTimestamps() argument 159 if (event_time <= start_time || event_time > end_time) { in QuerySensorEventsBetweenTimestamps()
|
D | goog_gyro_direct.cc | 204 int64_t start_time, int64_t end_time, in QueryGyroEventsBetweenTimestamps() argument 246 if (event_vector[index].timestamp > end_time) { in QueryGyroEventsBetweenTimestamps()
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | AstcTexture.cpp | 251 auto end_time = std::chrono::steady_clock::now(); in on_vkCmdCopyBufferToImageImpl() local 255 ms_elapsed += std::chrono::duration_cast<milliseconds>(end_time - start_time).count(); in on_vkCmdCopyBufferToImageImpl()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_headless.c | 289 struct timespec start_time, end_time; in wsi_headless_swapchain_acquire_next_image() local 295 timespec_add(&end_time, &rel_timeout, &start_time); in wsi_headless_swapchain_acquire_next_image() 311 if (timespec_after(¤t_time, &end_time)) in wsi_headless_swapchain_acquire_next_image()
|
D | wsi_common_wayland.c | 1679 struct timespec end_time; in wsi_wl_swapchain_wait_for_present() local 1690 timespec_from_nsec(&end_time, atimeout); in wsi_wl_swapchain_wait_for_present() 1726 &chain->present_ids.lock, &end_time); in wsi_wl_swapchain_wait_for_present() 1806 timespec_sub(&rel_timeout, &end_time, ¤t_time); in wsi_wl_swapchain_wait_for_present() 1850 struct timespec start_time, end_time; in wsi_wl_swapchain_acquire_next_image() local 1857 timespec_add(&end_time, &rel_timeout, &start_time); in wsi_wl_swapchain_acquire_next_image() 1879 if (timespec_after(¤t_time, &end_time)) in wsi_wl_swapchain_acquire_next_image() 1898 timespec_sub(&rel_timeout, &end_time, ¤t_time); in wsi_wl_swapchain_acquire_next_image()
|
/hardware/google/camera/common/hal/google_camera_hal/ |
D | camera_device_session.cc | 1876 struct timespec end_time; in RequestStreamBuffers() local 1877 if (clock_gettime(CLOCK_BOOTTIME, &end_time)) { in RequestStreamBuffers() 1880 end_timestamp = end_time.tv_sec * kNsPerSec + end_time.tv_nsec; in RequestStreamBuffers()
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenccli_toplevel.cpp | 2273 double end_time = get_time(); in main() local 2278 …double total_time = (end_time - start_time) - ((repeats - 1.0) * avg_compression_time) - ((repeat… in main()
|