Searched refs:int64_t (Results 1 - 25 of 97) sorted by relevance

1234

/hardware/invensense/60xx/libsensors_iio/
H A DMPLSupport.h23 int64_t getTimestamp();
24 int64_t timevalToNano(timeval const& t);
H A DCompassSensor.IIO.9150.h46 virtual int setDelay(int32_t handle, int64_t ns);
48 virtual int64_t getDelay(int32_t handle);
53 int readSample(long *data, int64_t *timestamp);
81 int64_t mCompassTimestamp;
83 int64_t mDelay;
/hardware/invensense/65xx/libsensors_iio/
H A DCompassSensor.AKM.h47 virtual int setDelay(int32_t handle, int64_t ns);
49 virtual int64_t getDelay(int32_t handle);
50 virtual int64_t getMinDelay() { return -1; } // stub
58 int readSample(long *data, int64_t *timestamp);
59 int readRawSample(float *data, int64_t *timestamp);
H A DSensorBase.h76 static int64_t getTimestamp();
77 static int64_t timevalToNano(timeval const& t) {
90 int readSample(long *data, int64_t *timestamp);
91 int readRawSample(float *data, int64_t *timestamp);
94 virtual int setDelay(int32_t handle, int64_t ns);
97 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
H A DCompassSensor.IIO.primary.h49 virtual int setDelay(int32_t handle, int64_t ns);
51 virtual int64_t getDelay(int32_t handle);
52 virtual int64_t getMinDelay() { return mMinDelay; }
57 int readSample(long *data, int64_t *timestamp);
58 int readRawSample(float *data, int64_t *timestamp);
96 int64_t mCompassTimestamp;
99 int64_t mDelay;
100 int64_t mMinDelay;
H A DCompassSensor.IIO.9150.h46 virtual int setDelay(int32_t handle, int64_t ns);
48 virtual int64_t getDelay(int32_t handle);
49 virtual int64_t getMinDelay() { return -1; } // stub
54 int readSample(long *data, int64_t *timestamp);
85 int64_t mCompassTimestamp;
87 int64_t mDelay;
H A DPressureSensor.IIO.secondary.h45 virtual int setDelay(int32_t handle, int64_t ns);
47 virtual int64_t getDelay(int32_t handle);
48 virtual int64_t getMinDelay() { return -1; } // stub
65 int64_t mDelay;
H A DPressureSensor.IIO.secondary.cpp40 extern int64_t now_ns(void);
42 inline int64_t now_ns(void)
47 LOGV_IF(EXTRA_VERBOSE, "Time %lld", (int64_t)ts.tv_sec * 1000000000 + ts.tv_nsec);
48 return (int64_t) ts.tv_sec * 1000000000 + ts.tv_nsec;
113 int PressureSensor::setDelay(int32_t handle, int64_t ns)
152 int64_t PressureSensor::getDelay(int32_t handle)
H A DMPLSensor.h200 virtual int setDelay(int32_t handle, int64_t ns);
202 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
236 int getDmpRate(int64_t *);
296 int enableBatch(int64_t timeout);
313 void setCompassDelay(int64_t ns);
375 int64_t mBatchTimeoutInMs;
377 int64_t mDelays[NumSensors];
378 int64_t mBatchDelays[NumSensors];
379 int64_t mBatchTimeout
[all...]
H A DSensorBase.cpp78 int SensorBase::setDelay(int32_t handle, int64_t ns)
88 int64_t SensorBase::getTimestamp()
93 return int64_t(t.tv_sec) * 1000000000LL + t.tv_nsec;
149 int SensorBase::batch(int handle, int flags, int64_t period_ns, int64_t timeout)
H A DCompassSensor.AKM.cpp84 int CompassSensor::setDelay(int32_t handle, int64_t ns)
108 int64_t CompassSensor::getDelay(int32_t handle)
123 int CompassSensor::readSample(long *data, int64_t *timestamp)
138 int CompassSensor::readRawSample(float *data, int64_t *timestamp)
/hardware/akm/AK8975_FS/libsensors/
H A DSensorBase.h39 static int64_t getTimestamp();
42 static int64_t timevalToNano(timeval const& t) {
63 virtual int setDelay(int32_t handle, int64_t ns);
64 virtual int64_t getDelay(int32_t handle);
H A DAdxlSensor.h35 int64_t mDelay;
49 virtual int setDelay(int32_t handle, int64_t ns);
51 virtual int64_t getDelay(int32_t handle);
H A DAkmSensor.h47 virtual int setDelay(int32_t handle, int64_t ns);
49 virtual int64_t getDelay(int32_t handle);
55 int64_t mDelay[numSensors];
H A DKionixSensor.h35 int64_t mDelay;
49 virtual int setDelay(int32_t handle, int64_t ns);
51 virtual int64_t getDelay(int32_t handle);
H A DSensorBase.cpp96 int SensorBase::setDelay(int32_t handle, int64_t ns) {
100 int64_t SensorBase::getDelay(int32_t handle) {
108 int64_t SensorBase::getTimestamp() {
112 return int64_t(t.tv_sec)*1000000000LL + t.tv_nsec;
/hardware/invensense/60xx/libsensors/
H A DSensorBase.h39 static int64_t getTimestamp();
42 static int64_t timevalToNano(timeval const& t) {
59 virtual int setDelay(int32_t handle, int64_t ns);
H A DSensorBase.cpp76 int SensorBase::setDelay(int32_t handle, int64_t ns) {
84 int64_t SensorBase::getTimestamp() {
88 return int64_t(t.tv_sec)*1000000000LL + t.tv_nsec;
/hardware/libhardware/include/hardware/
H A Dlocal_time_hal.h44 int64_t local_timesync_event_id;
45 int64_t local_time;
64 int64_t (*get_local_time)(struct local_time_hw_device* dev);
H A Dsensors.h826 int64_t timestamp;
976 int handle, int64_t ns);
1045 int handle, int64_t period_ns);
1262 int handle, int flags, int64_t period_ns, int64_t timeout);
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HALHeader.h54 int64_t sensor_exposure_time;
59 int64_t* gps_timestamp;
77 int64_t exposure_time;
/hardware/akm/AK8975_FS/akmdfs/
H A DAKFS_Measure.h53 const int64_t minimum
58 int64_t* minimum
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
H A Dstdint_invensense.h24 typedef long long int64_t; typedef
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dstdint_invensense.h24 typedef long long int64_t; typedef
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_intf.h210 int64_t exposure_time_range[2];
213 int64_t max_frame_duration;
234 int64_t flash_charge_duration;
241 int64_t flash_firing_time;
259 int64_t raw_min_duration;
268 int64_t min_duration[MAX_SIZES_CNT];
288 int64_t jpeg_min_duration[MAX_SIZES_CNT];
457 INCLUDE(CAM_INTF_META_FLASH_FIRING_TIME, int64_t, 1);
470 INCLUDE(CAM_INTF_META_SENSOR_EXPOSURE_TIME, int64_t, 1);
471 INCLUDE(CAM_INTF_META_SENSOR_FRAME_DURATION, int64_t,
[all...]

Completed in 430 milliseconds

1234