Home
last modified time | relevance | path

Searched defs:samplingPeriodNs (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/native/libs/sensor/
H A DISensorEventConnection.cpp61 virtual status_t enableDisable(int handle, bool enabled, nsecs_t samplingPeriodNs, in enableDisable()
135 nsecs_t samplingPeriodNs = data.readInt64(); in onTransact() local
/aosp12/frameworks/native/services/sensorservice/
H A DSensorInterface.h55 virtual status_t batch(void* ident, int handle, int, int64_t samplingPeriodNs, in batch()
H A DSensorEventConnection.cpp680 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable()
724 status_t SensorService::SensorEventConnection::setEventRate(int handle, nsecs_t samplingPeriodNs) { in setEventRate()
771 nsecs_t samplingPeriodNs = i.second; in capRates() local
791 nsecs_t samplingPeriodNs = i.second; in uncapRates() local
H A DSensorDirectConnection.cpp119 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable()
131 int handle, nsecs_t samplingPeriodNs) { in setEventRate()
H A DSensorDevice.cpp774 int64_t samplingPeriodNs, in batch()
793 status_t SensorDevice::batchLocked(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batchLocked()
844 status_t SensorDevice::setDelay(void* ident, int handle, int64_t samplingPeriodNs) { in setDelay()
925 void SensorDevice::onMicSensorAccessChanged(void* ident, int handle, nsecs_t samplingPeriodNs) { in onMicSensorAccessChanged()
1122 int64_t samplingPeriodNs, in setBatchParamsForIdent()
H A DSensorInterface.cpp67 int64_t samplingPeriodNs, int64_t maxBatchReportLatencyNs) { in batch()
H A DSensorService.cpp1678 int handle, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags, in enable()
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/
H A DSensorsSubHal.h132 Return<Result> batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch()
H A DSensorsSubHal.cpp118 Return<Result> ISensorsSubHalBase::batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch() argument
H A DSensor.cpp74 void Sensor::batch(int64_t samplingPeriodNs) { in batch()
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/include/
H A DSubHalWrapper.h114 Return<Result> batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch()
H A DHalProxy.h409 Return<Result> batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch()
/aosp12/hardware/interfaces/sensors/common/default/2.X/
H A DSensor.cpp61 void Sensor::batch(int64_t samplingPeriodNs) { in batch()
/aosp12/hardware/interfaces/sensors/common/utils/
H A DISensorsWrapper.h143 Return<Result> batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch()
/aosp12/hardware/interfaces/sensors/common/vts/2_X/
H A DVtsHalSensorsV2_XTargetTest.h192 Return<Result> batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch()
693 int64_t samplingPeriodNs = extractReportMode(sensor.flags) == SensorFlagBits::ONE_SHOT_MODE in TEST_P() local
/aosp12/hardware/interfaces/sensors/1.0/vts/functional/
H A DVtsHalSensorsV1_0TargetTest.cpp59 Return<Result> batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch()
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/
H A DHalProxy.cpp263 Return<Result> HalProxy::batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch()