/aosp_15_r20/frameworks/native/services/sensorservice/ |
H A D | SensorDevice.cpp | 569 status_t SensorDevice::batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batch() 589 status_t SensorDevice::batchLocked(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batchLocked() 639 status_t SensorDevice::setDelay(void* ident, int handle, int64_t samplingPeriodNs) { in setDelay() 719 void SensorDevice::onMicSensorAccessChanged(void* ident, int handle, nsecs_t samplingPeriodNs) { in onMicSensorAccessChanged() 871 status_t SensorDevice::Info::setBatchParamsForIdent(void* ident, int, int64_t samplingPeriodNs, in setBatchParamsForIdent()
|
H A D | SensorEventConnection.cpp | 683 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable() 730 status_t SensorService::SensorEventConnection::setEventRate(int handle, nsecs_t samplingPeriodNs) { in setEventRate() 779 nsecs_t samplingPeriodNs = i.second; in capRates() local 799 nsecs_t samplingPeriodNs = i.second; in uncapRates() local
|
H A D | SensorInterface.cpp | 67 int64_t samplingPeriodNs, int64_t maxBatchReportLatencyNs) { in batch() 103 status_t RuntimeSensor::batch(void*, int, int, int64_t samplingPeriodNs, in batch()
|
H A D | SensorDirectConnection.cpp | 134 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable() 146 int handle, nsecs_t samplingPeriodNs) { in setEventRate()
|
H A D | SensorInterface.h | 55 virtual status_t batch(void* ident, int handle, int, int64_t samplingPeriodNs, in batch()
|
H A D | AidlSensorHalWrapper.cpp | 248 status_t AidlSensorHalWrapper::batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch()
|
/aosp_15_r20/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
|
/aosp_15_r20/device/generic/goldfish/sensors/ |
D | multihal_sensors.cpp | 243 const int64_t samplingPeriodNs, in batch() 483 const int64_t samplingPeriodNs = batchInfo.samplingPeriodNs; in batchThread() local
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/sensors/2.0/[email protected]_genc++/gen/android/hardware/sensors/2.0/ |
D | SensorsAll.cpp | 462 …idlInstrumentor *_hidl_this_instrumentor, int32_t sensorHandle, int64_t samplingPeriodNs, int64_t … in _hidl_batch() 918 …sensors::V1_0::Result> BpHwSensors::batch(int32_t sensorHandle, int64_t samplingPeriodNs, int64_t … in batch() 1352 int64_t samplingPeriodNs; in _hidl_batch() local
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/sensors/1.0/[email protected]_genc++/gen/android/hardware/sensors/1.0/ |
D | SensorsAll.cpp | 475 …idlInstrumentor *_hidl_this_instrumentor, int32_t sensorHandle, int64_t samplingPeriodNs, int64_t … in _hidl_batch() 931 …sensors::V1_0::Result> BpHwSensors::batch(int32_t sensorHandle, int64_t samplingPeriodNs, int64_t … in batch() 1384 int64_t samplingPeriodNs; in _hidl_batch() local
|
/aosp_15_r20/hardware/interfaces/sensors/common/vts/2_X/ |
H A D | VtsHalSensorsV2_XTargetTest.h | 191 Return<Result> batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch() 709 int64_t samplingPeriodNs = extractReportMode(sensor.flags) == SensorFlagBits::ONE_SHOT_MODE in TEST_P() local
|
/aosp_15_r20/hardware/interfaces/sensors/aidl/vts/ |
H A D | VtsAidlHalSensorsTargetTest.cpp | 361 ndk::ScopedAStatus batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch() 832 int64_t samplingPeriodNs = in TEST_P() local
|
/aosp_15_r20/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()
|
/aosp_15_r20/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 | 411 Return<Result> batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch()
|
/aosp_15_r20/hardware/interfaces/sensors/aidl/aidl_api/android.hardware.sensors/2/android/hardware/sensors/ |
H A D | ISensors.aidl | 38 void batch(in int sensorHandle, in long samplingPeriodNs, in long maxReportLatencyNs); in batch()
|
/aosp_15_r20/hardware/interfaces/sensors/aidl/aidl_api/android.hardware.sensors/current/android/hardware/sensors/ |
H A D | ISensors.aidl | 38 void batch(in int sensorHandle, in long samplingPeriodNs, in long maxReportLatencyNs); in batch()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/sensors/aidl/android.hardware.sensors_interface/dump/android/hardware/sensors/ |
D | ISensors.aidl | 38 void batch(in int sensorHandle, in long samplingPeriodNs, in long maxReportLatencyNs); in batch()
|
/aosp_15_r20/hardware/interfaces/sensors/aidl/android/hardware/sensors/ |
H A D | ISensors.aidl | 58 void batch(in int sensorHandle, in long samplingPeriodNs, in long maxReportLatencyNs); in batch()
|
/aosp_15_r20/hardware/interfaces/sensors/aidl/aidl_api/android.hardware.sensors/1/android/hardware/sensors/ |
H A D | ISensors.aidl | 38 void batch(in int sensorHandle, in long samplingPeriodNs, in long maxReportLatencyNs); in batch()
|
/aosp_15_r20/hardware/interfaces/sensors/common/default/2.X/ |
H A D | Sensor.cpp | 62 void Sensor::batch(int64_t samplingPeriodNs) { in batch()
|
/aosp_15_r20/hardware/interfaces/sensors/common/utils/ |
H A D | ISensorsWrapper.h | 143 Return<Result> batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch()
|
/aosp_15_r20/device/generic/goldfish/sensors/include/ |
D | multihal_sensors.h | 155 int64_t samplingPeriodNs = 0; member
|