/hardware/invensense/libsensors_iio/ |
D | CompassSensor.IIO.9150.h | 46 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;
|
D | MPLSensor.h | 133 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;
|
D | SensorBase.h | 42 static int64_t getTimestamp(); 43 static int64_t timevalToNano(timeval const& t) { in timevalToNano() 58 virtual int setDelay(int32_t handle, int64_t ns);
|
D | SensorBase.cpp | 79 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()
|
D | CompassSensor.IIO.9150.cpp | 168 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()
|
D | sensors_mpl.cpp | 83 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/ |
D | SensorBase.h | 39 static int64_t getTimestamp(); 42 static int64_t timevalToNano(timeval const& t) { in timevalToNano() 59 virtual int setDelay(int32_t handle, int64_t ns);
|
D | SensorBase.cpp | 76 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()
|
D | MPLSensor.h | 57 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/ |
D | local_time_hal.h | 44 int64_t local_timesync_event_id; 45 int64_t local_time; 64 int64_t (*get_local_time)(struct local_time_hw_device* dev);
|
D | sensors.h | 342 int64_t timestamp; 457 int handle, int64_t ns);
|
D | camera.h | 63 typedef void (*camera_data_timestamp_callback)(int64_t timestamp, 92 int (*set_timestamp)(struct preview_stream_ops *w, int64_t timestamp);
|
D | gps.h | 36 typedef int64_t GpsUtcTime; 403 int (*inject_time)(GpsUtcTime time, int64_t timeReference,
|
/hardware/qcom/camera/QCamera/HAL2/core/src/ |
D | QCameraHWI_Metatags.cpp | 239 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/ |
D | local_time_hw.c | 34 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/ |
D | ExynosCamera2.cpp | 473 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/ |
D | stdint_invensense.h | 24 typedef long long int64_t; typedef
|
/hardware/ril/mock-ril/src/cpp/ |
D | worker.cpp | 151 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()
|
D | worker.h | 108 int64_t time;
|
/hardware/ti/omap4xxx/libtiutils/ |
D | MessageQueue.h | 60 int64_t id;
|
/hardware/libhardware_legacy/power/ |
D | power.c | 54 static int64_t systemTime() in systemTime()
|
/hardware/ti/omap4xxx/security/tf_sdk/include/ |
D | s_type.h | 50 typedef long long int64_t; typedef
|
/hardware/qcom/display/libhwcomposer/ |
D | hwc_uevents.cpp | 40 int64_t timestamp = 0; in handle_uevent()
|
/hardware/libhardware_legacy/audio/ |
D | AudioHardwareInterface.cpp | 74 status_t AudioStreamOut::getNextWriteTimestamp(int64_t *timestamp) in getNextWriteTimestamp()
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | LocApiRpcAdapter.h | 79 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty);
|