/aosp12/frameworks/native/libs/sensor/ |
H A D | ISensorEventConnection.cpp | 61 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 D | SensorInterface.h | 55 virtual status_t batch(void* ident, int handle, int, int64_t samplingPeriodNs, in batch()
|
H A D | SensorEventConnection.cpp | 680 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 D | SensorDirectConnection.cpp | 119 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable() 131 int handle, nsecs_t samplingPeriodNs) { in setEventRate()
|
H A D | SensorDevice.cpp | 774 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 D | SensorInterface.cpp | 67 int64_t samplingPeriodNs, int64_t maxBatchReportLatencyNs) { in batch()
|
H A D | SensorService.cpp | 1678 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 D | SensorsSubHal.h | 132 Return<Result> batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch()
|
H A D | SensorsSubHal.cpp | 118 Return<Result> ISensorsSubHalBase::batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch() argument
|
H A D | Sensor.cpp | 74 void Sensor::batch(int64_t samplingPeriodNs) { in batch()
|
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/include/ |
H A D | SubHalWrapper.h | 114 Return<Result> batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch()
|
H A D | HalProxy.h | 409 Return<Result> batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch()
|
/aosp12/hardware/interfaces/sensors/common/default/2.X/ |
H A D | Sensor.cpp | 61 void Sensor::batch(int64_t samplingPeriodNs) { in batch()
|
/aosp12/hardware/interfaces/sensors/common/utils/ |
H A D | ISensorsWrapper.h | 143 Return<Result> batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch()
|
/aosp12/hardware/interfaces/sensors/common/vts/2_X/ |
H A D | VtsHalSensorsV2_XTargetTest.h | 192 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 D | VtsHalSensorsV1_0TargetTest.cpp | 59 Return<Result> batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch()
|
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/ |
H A D | HalProxy.cpp | 263 Return<Result> HalProxy::batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch()
|