Home
last modified time | relevance | path

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

12345678910

/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/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/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/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/coral/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/sunfish/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/redbull/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/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/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/generic/goldfish/camera/qemu-pipeline3/
DQemuSensor.h198 int64_t *timestamp, buffer_handle_t* handle);
200 int64_t *timestamp, buffer_handle_t* handle);
202 uint32_t stride, int64_t *timestamp);
204 uint32_t stride, int64_t *timestamp);
206 uint32_t stride, int64_t *timestamp);
/device/google/cuttlefish/guest/hals/hwcomposer/common/
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_);
187 StatsKeepingComposer(int64_t vsync_base_timestamp, in StatsKeepingComposer()
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/include/webrtc/
DPacketizer.h50 int64_t timeUs) = 0;
54 int64_t mediaStartTime() const { return mStartTimeMedia; } in mediaStartTime()
59 int64_t mStartTimeMedia;
/device/generic/goldfish/sensors/
Dmultihal_sensors_qemu.cpp49 int64_t weigthedAverage(const int64_t a, int64_t aw, int64_t b, int64_t bw) { in weigthedAverage()
92 const int64_t nowNs = ::android::elapsedRealtimeNano(); in parseQemuSensorEvent()
261 const int64_t guestTimeNs = static_cast<int64_t>(value * 1000ll); in parseQemuSensorEvent()
262 const int64_t timeBiasNs = guestTimeNs - nowNs; in parseQemuSensorEvent()
264 std::min(int64_t(0), in parseQemuSensorEvent()
Dmultihal_sensors.h56 int64_t samplingPeriodNs,
57 int64_t maxReportLatencyNs) override;
75 int64_t timeBiasNs = -500000000;
120 int64_t timestamp = -1;
132 int64_t samplingPeriodNs = 0;
/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/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/google/bonito/health/
DBatteryRechargingControl.h66 int64_t start_time_;
73 int64_t getTime();
/device/google/cuttlefish/host/frontend/gcastv2/libsource/include/source/
DStreamingSource.h58 int64_t time_us() const { in time_us()
62 void time_us(int64_t time_us) { in time_us()
67 int64_t time_us_;

12345678910