OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:samplingperiod
(Results
1 - 9
of
9
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
poclass.h
95
ULONG
SamplingPeriod
;
wmidata.h
[
all
...]
/device/google/contexthub/firmware/src/
sensors.c
673
uint64_t
samplingPeriod
;
689
samplingPeriod
= ((uint64_t)(1000000000 / rate)) << 10;
690
latency = latency >
samplingPeriod
? latency :
samplingPeriod
;
710
uint64_t oldLatency,
samplingPeriod
;
729
samplingPeriod
= ((uint64_t)(1000000000 / newRate)) << 10;
730
newLatency = newLatency >
samplingPeriod
? newLatency :
samplingPeriod
;
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
EventTimestampSynchronizationVerification.java
89
// Add an additional filter delay which is a function of the
samplingPeriod
.
TimestampClockSourceVerification.java
87
// Add an additional filter delay which is a function of the
samplingPeriod
.
/frameworks/native/services/sensorservice/
SensorDevice.h
65
// Struct to store all the parameters(
samplingPeriod
, maxBatchReportLatency and flags) from
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorCtsHelper.java
207
"%s | sensor='%s',
samplingPeriod
=%dus, maxReportLatency=%dus | %s",
TestSensorEnvironment.java
435
"Sensor='%s', SamplingRateOverloaded=%s,
SamplingPeriod
=%sus, "
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
poclass.h
185
ULONG
SamplingPeriod
;
Completed in 370 milliseconds