Home
last modified time | relevance | path

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

123

/hardware/invensense/libsensors_iio/
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;
DMPLSensor.h133 virtual int setDelay(int32_t handle, int64_t ns);
168 int getDmpRate(int64_t *);
216 void setCompassDelay(int64_t ns);
249 int64_t mDelays[numSensors];
263 int64_t mTempCurrentTime;
274 int64_t mSensorTimestamp;
275 int64_t mCompassTimestamp;
DSensorBase.h42 static int64_t getTimestamp();
43 static int64_t timevalToNano(timeval const& t) { in timevalToNano()
58 virtual int setDelay(int32_t handle, int64_t ns);
DSensorBase.cpp79 int SensorBase::setDelay(int32_t handle, int64_t ns) in setDelay()
89 int64_t SensorBase::getTimestamp() in getTimestamp()
94 return int64_t(t.tv_sec) * 1000000000LL + t.tv_nsec; in getTimestamp()
DCompassSensor.IIO.9150.cpp168 int CompassSensor::setDelay(int32_t handle, int64_t ns) in setDelay()
220 (int64_t)event->time.tv_sec * 1000000000L + event->time.tv_usec * 1000L; in processCompassEvent()
248 int CompassSensor::readSample(long *data, int64_t *timestamp) in readSample()
284 int64_t CompassSensor::getDelay(int32_t handle) in getDelay()
Dsensors_mpl.cpp83 int setDelay(int handle, int64_t ns);
138 int sensors_poll_context_t::setDelay(int handle, int64_t ns) in setDelay()
209 int handle, int64_t ns) in poll__setDelay()
/hardware/invensense/libsensors/
DSensorBase.h39 static int64_t getTimestamp();
42 static int64_t timevalToNano(timeval const& t) { in timevalToNano()
59 virtual int setDelay(int32_t handle, int64_t ns);
DSensorBase.cpp76 int SensorBase::setDelay(int32_t handle, int64_t ns) { in setDelay()
84 int64_t SensorBase::getTimestamp() { in getTimestamp()
88 return int64_t(t.tv_sec)*1000000000LL + t.tv_nsec; in getTimestamp()
DMPLSensor.h57 virtual int setDelay(int32_t handle, int64_t ns);
105 int64_t now_ns();
106 int64_t select_ns(unsigned long long time_set[]);
/hardware/libhardware/include/hardware/
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);
Dsensors.h342 int64_t timestamp;
457 int handle, int64_t ns);
Dcamera.h63 typedef void (*camera_data_timestamp_callback)(int64_t timestamp,
92 int (*set_timestamp)(struct preview_stream_ops *w, int64_t timestamp);
Dgps.h36 typedef int64_t GpsUtcTime;
403 int (*inject_time)(GpsUtcTime time, int64_t timeReference,
/hardware/qcom/camera/QCamera/HAL2/core/src/
DQCameraHWI_Metatags.cpp239 static const int64_t flashChargeDuration = 0; in getStaticInfo()
423 static const int64_t USEC = 1000LL; in constructDefaultRequest()
424 static const int64_t MSEC = USEC * 1000LL; in constructDefaultRequest()
425 static const int64_t SEC = MSEC * 1000LL; in constructDefaultRequest()
465 static const int64_t exposureTime = 10 * MSEC; in constructDefaultRequest()
468 static const int64_t frameDuration = 33333333L; // 1/30 s in constructDefaultRequest()
484 static const int64_t firingTime = 0; in constructDefaultRequest()
618 static const int64_t gpsTimestamp = 0; in constructDefaultRequest()
/hardware/libhardware/modules/local_time/
Dlocal_time_hw.c34 static int64_t ltdev_get_local_time(struct local_time_hw_device* dev) in ltdev_get_local_time()
50 return (int64_t)now; in ltdev_get_local_time()
/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCamera2.cpp473 static const int64_t flashChargeDuration = 0; in constructStaticInfo()
678 static const int64_t USEC = 1000LL; in constructDefaultRequest()
679 static const int64_t MSEC = USEC * 1000LL; in constructDefaultRequest()
680 static const int64_t SEC = MSEC * 1000LL; in constructDefaultRequest()
718 static const int64_t frameDuration = 33333333L; // 1/30 s in constructDefaultRequest()
730 static const int64_t firingTime = 0; in constructDefaultRequest()
873 static const int64_t gpsTimestamp = 0; in constructDefaultRequest()
/hardware/invensense/libsensors_iio/software/core/driver/include/
Dstdint_invensense.h24 typedef long long int64_t; typedef
/hardware/ril/mock-ril/src/cpp/
Dworker.cpp151 int64_t now = android::elapsedRealtime(); in Worker()
166 int64_t delay_ms = r->time - now; in Worker()
287 int64_t now = android::elapsedRealtime(); in AddDelayed()
Dworker.h108 int64_t time;
/hardware/ti/omap4xxx/libtiutils/
DMessageQueue.h60 int64_t id;
/hardware/libhardware_legacy/power/
Dpower.c54 static int64_t systemTime() in systemTime()
/hardware/ti/omap4xxx/security/tf_sdk/include/
Ds_type.h50 typedef long long int64_t; typedef
/hardware/qcom/display/libhwcomposer/
Dhwc_uevents.cpp40 int64_t timestamp = 0; in handle_uevent()
/hardware/libhardware_legacy/audio/
DAudioHardwareInterface.cpp74 status_t AudioStreamOut::getNextWriteTimestamp(int64_t *timestamp) in getNextWriteTimestamp()
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
DLocApiRpcAdapter.h79 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty);

123