OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSampleIntervalSatisfied
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/sensorhal/
hubconnection.cpp
775
if (mSensorState[sensor].enable &&
isSampleIntervalSatisfied
(sensor, timestamp)) {
791
&&
isSampleIntervalSatisfied
(COMMS_SENSOR_ACCEL_UNCALIBRATED, timestamp)) {
796
&&
isSampleIntervalSatisfied
(COMMS_SENSOR_ACCEL_WRIST_AWARE, timestamp)) {
814
if (mSensorState[sensor].enable &&
isSampleIntervalSatisfied
(sensor, timestamp)) {
830
&&
isSampleIntervalSatisfied
(COMMS_SENSOR_MAG_UNCALIBRATED, timestamp)) {
860
if (mSensorState[sensor].enable &&
isSampleIntervalSatisfied
(sensor, timestamp)) {
876
&&
isSampleIntervalSatisfied
(COMMS_SENSOR_ACCEL_UNCALIBRATED, timestamp)) {
[
all
...]
hubconnection.h
334
bool
isSampleIntervalSatisfied
(int handle, uint64_t timestamp);
Completed in 497 milliseconds