Home
last modified time | relevance | path

Searched refs:int64_t (Results 1 – 25 of 191) sorted by relevance

12345678

/device/google/cuttlefish_common/common/libs/utils/
Dsimulated_buffer.h46 static inline int64_t divide_and_round_up(int64_t q, int64_t d) { in divide_and_round_up()
52 int64_t simulated_item_capacity,
65 int64_t GetCurrentItemNum() { in GetCurrentItemNum()
136 cvd::time::MonotonicTimePoint CalculateItemTime(int64_t item) { in CalculateItemTime()
137 int64_t seconds = (item - base_item_num_) / items_per_second_; in CalculateItemTime()
138 int64_t new_base_item_num = base_item_num_ + seconds * items_per_second_; in CalculateItemTime()
148 void SleepUntilItem(int64_t item) { in SleepUntilItem()
172 int64_t current_item_num_;
175 int64_t base_item_num_;
177 int64_t simulated_item_capacity_;
[all …]
/device/google/contexthub/sensorhal/
Dsensors.h62 int setDelay(int handle, int64_t delayNs);
65 int batch(int handle, int64_t sampling_period_ns,
66 int64_t max_report_latency_ns);
87 struct sensors_poll_device_t *dev, int handle, int64_t delayNs);
96 int64_t sampling_period_ns,
97 int64_t max_report_latency_ns);
111 virtual int setDelay(int handle, int64_t delayNs) = 0;
113 int handle, int64_t sampling_period_ns,
114 int64_t max_report_latency_ns) = 0;
124 virtual int setDelay(int handle, int64_t delayNs) override;
[all …]
Dsensors.cpp91 int SensorContext::setDelay(int handle, int64_t delayNs) { in setDelay()
113 int64_t sampling_period_ns, in batch()
114 int64_t max_report_latency_ns) { in batch()
167 struct sensors_poll_device_t *dev, int handle, int64_t delayNs) { in SetDelayWrapper()
182 int64_t sampling_period_ns, in BatchWrapper()
183 int64_t max_report_latency_ns) { in BatchWrapper()
262 int SensorContext::HubConnectionOperation::setDelay(int handle, int64_t delayNs) { in setDelay()
264 int64_t delayNsClamped = delayNs; in setDelay()
287 int handle, int64_t sampling_period_ns, in batch()
288 int64_t max_report_latency_ns) { in batch()
[all …]
/device/google/cuttlefish_common/common/libs/time/
Dmonotonic_time_test.cpp41 int64_t scale = 1000; in TEST_F()
48 int64_t scale = 1; in TEST_F()
55 int64_t scale1 = 1, scale2 = 1000; in TEST_F()
62 int64_t scale1 = 1000, scale2 = 1000; in TEST_F()
69 int64_t scale = 1; in TEST_F()
76 int64_t scale = 1; in TEST_F()
83 int64_t scale1 = 1, scale2 = 1000; in TEST_F()
90 int64_t scale1 = 1000, scale2 = 1000; in TEST_F()
97 int64_t scale = 1; in TEST_F()
105 int64_t scale = 1; in TEST_F()
Dmonotonic_time.h24 static const int64_t kNanosecondsPerSecond = 1000000000;
28 TimeDifference(time_t seconds, long nanoseconds, int64_t scale) : in TimeDifference()
38 TimeDifference(const TimeDifference& in, int64_t scale) : in TimeDifference()
50 TimeDifference(const struct timespec& in, int64_t scale) : in TimeDifference()
61 int64_t tv_nsec = static_cast<int64_t>(ts_.tv_nsec) * factor;
90 int64_t count() const { in count()
114 int64_t scale_;
245 Seconds(int64_t seconds) : in Seconds()
254 Milliseconds(int64_t ms) : TimeDifference( in Milliseconds()
266 Microseconds(int64_t micros) : TimeDifference( in Microseconds()
[all …]
/device/google/contexthub/firmware/os/inc/
DfloatRt.h28 int64_t floatToInt64(float f);
30 float floatFromInt64(int64_t v);
40 static inline int64_t floatToInt64(float f) in floatToInt64()
50 static inline float floatFromInt64(int64_t v) in floatFromInt64()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dtypes.h87 #ifndef int64_t
88 typedef __int64_t int64_t; typedef
89 #define int64_t __int64_t macro
119 typedef int64_t quad_t;
132 typedef int64_t longlong_t; /* for XDR */
135 typedef int64_t blkcnt_t; /* fs block count */
157 typedef int64_t daddr_t; /* disk address */
198 typedef int64_t dtime_t; /* on-disk time_t */
Dstdint.h75 #ifndef int64_t
76 typedef __int64_t int64_t; typedef
77 #define int64_t __int64_t macro
/device/google/cuttlefish_common/guest/hals/hwcomposer/common/
Dhwcomposer.cpp37 int64_t base_timestamp = pdev->vsync_base_timestamp; in hwc_vsync_thread()
38 int64_t last_logged = base_timestamp / 1e9; in hwc_vsync_thread()
42 void (*vsync_proc)(const struct hwc_procs*, int, int64_t) = nullptr; in hwc_vsync_thread()
50 int64_t timestamp = int64_t(rt.tv_sec) * 1e9 + rt.tv_nsec; in hwc_vsync_thread()
/device/generic/goldfish/camera/
DEmulatedCameraDevice.h205 int64_t* timestamp);
223 virtual status_t getCurrentPreviewFrame(void* buffer, int64_t* timestamp);
458 virtual bool produceFrame(void* buffer, int64_t* timestamp) = 0;
478 int64_t* destinationTimestamp);
489 int64_t getPrimaryTimestamp() const;
523 int64_t getPrimaryTimestamp() const;
535 int64_t mPrimaryTimestamp;
536 int64_t mSecondaryTimestamp;
650 int64_t* timestamp) { in staticProduceFrame()
DEmulatedQemuCameraDevice.h86 int64_t* timestamp) override;
90 int64_t* timestamp) override;
104 bool produceFrame(void* buffer, int64_t* timestamp) override;
/device/google/bonito/json-c/
Djson_inttypes.h13 typedef __int64 int64_t; typedef
14 #define INT64_MIN ((int64_t)_I64_MIN)
15 #define INT64_MAX ((int64_t)_I64_MAX)
/device/google/crosshatch/json-c/
Djson_inttypes.h13 typedef __int64 int64_t; typedef
14 #define INT64_MIN ((int64_t)_I64_MIN)
15 #define INT64_MAX ((int64_t)_I64_MAX)
/device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc/
Dstats_keeper.h83 StatsKeeper(cvd::time::TimeDifference timespan, int64_t vsync_base,
109 int64_t vsync_base_;
132 std::multiset<int64_t> set_call_times_per_hwcomposited_layer_ns_
141 std::deque<std::pair<int64_t, int64_t> > composition_areas GUARDED_BY(mutex_);
142 int64_t total_layers_area GUARDED_BY(mutex_);
143 int64_t total_invisible_area GUARDED_BY(mutex_);
153 StatsKeepingComposer(int64_t vsync_base_timestamp, int32_t vsync_period_ns) in StatsKeepingComposer()
Dbase_composer.h29 BaseComposer(int64_t vsync_base_timestamp, int32_t vsync_period_ns);
49 int64_t vsync_base_timestamp_;
/device/google/contexthub/firmware/os/inc/algos/
Dap_hub_sync.h43 int64_t deltaEstimation; // the estimated delta between two clocks, filtered.
45 int64_t windowMax; // track the maximum timestamp difference in a window
57 int64_t apHubSyncGetDelta(struct ApHubSync* sync, uint64_t hubTime);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/
DEfiBind.h159 typedef __int64 int64_t; typedef
173 typedef long long int64_t; typedef
185 typedef long int64_t; typedef
205 typedef int64_t intn_t;
/device/google/marlin/dataservices/datatop/src/
Ddatatop_helpers.c185 int64_t int64; in dtop_handle_dp_type_for_snapshot()
191 int64 = (int64_t)dp.data.d_ulong in dtop_handle_dp_type_for_snapshot()
192 - (int64_t)dp.initial_data.d_ulong; in dtop_handle_dp_type_for_snapshot()
201 int64 = (int64_t)dp.data.d_long in dtop_handle_dp_type_for_snapshot()
202 - (int64_t)dp.initial_data.d_long; in dtop_handle_dp_type_for_snapshot()
210 int64 = (int64_t)dp.data.d_uint in dtop_handle_dp_type_for_snapshot()
211 - (int64_t)dp.initial_data.d_uint; in dtop_handle_dp_type_for_snapshot()
219 int64 = (int64_t)dp.data.d_int in dtop_handle_dp_type_for_snapshot()
220 - (int64_t)dp.initial_data.d_int; in dtop_handle_dp_type_for_snapshot()
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dcam_semaphore_tests.cpp39 static inline int64_t time_diff(timespec& ts_start, timespec& ts_end) { in time_diff()
41 return (int64_t)ts_end.tv_nsec - ts_start.tv_nsec; in time_diff()
43 return (int64_t)(ts_end.tv_sec - 1 - ts_start.tv_sec) * NS_PER_S + in time_diff()
/device/generic/goldfish-opengl/system/include/KHR/
Dkhrplatform.h146 typedef int64_t khronos_int64_t;
159 typedef int64_t khronos_int64_t;
211 typedef int64_t khronos_int64_t;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/X64/
DEfiBind.h136 typedef __int64 int64_t; typedef
145 typedef long long int64_t; typedef
158 typedef int64_t intn_t;
/device/google/cuttlefish_common/guest/hals/sensors/
Dvsoc_sensors.h107 int SetDelay(int handle, int64_t sampling_period_ns);
129 int Batch(int sensor_handle, int flags, int64_t sampling_period_ns, in Batch()
130 int64_t max_report_latency_ns) { in Batch()
/device/google/contexthub/firmware/os/algos/
Dap_hub_sync.c47 int64_t delta = apTime - hubTime; in apHubSyncAddDelta()
85 int64_t apHubSyncGetDelta(struct ApHubSync* sync, uint64_t hubTime) { in apHubSyncGetDelta()
86 int64_t ret; in apHubSyncGetDelta()
/device/google/bonito/health/
DBatteryRechargingControl.h66 int64_t start_time_;
73 int64_t getTime();
/device/google/crosshatch/health/
DBatteryRechargingControl.h68 int64_t start_time_;
75 int64_t getTime();

12345678