/frameworks/native/libs/sensor/include/sensor/ |
D | SensorEventQueue.h | 82 status_t enableSensor(Sensor const* sensor) const; 83 status_t enableSensor(Sensor const* sensor, int32_t samplingPeriodUs) const; 88 status_t enableSensor(int32_t handle, int32_t samplingPeriodUs, int64_t maxBatchReportLatencyUs,
|
/frameworks/native/libs/sensor/ |
D | SensorEventQueue.cpp | 125 status_t SensorEventQueue::enableSensor(Sensor const* sensor) const { in enableSensor() function in android::SensorEventQueue 126 return enableSensor(sensor, SENSOR_DELAY_NORMAL); in enableSensor() 129 status_t SensorEventQueue::enableSensor(Sensor const* sensor, int32_t samplingPeriodUs) const { in enableSensor() function in android::SensorEventQueue 138 status_t SensorEventQueue::enableSensor(int32_t handle, int32_t samplingPeriodUs, in enableSensor() function in android::SensorEventQueue
|
/frameworks/native/services/sensorservice/hidl/ |
D | EventQueue.cpp | 76 Return<Result> EventQueue::enableSensor(int32_t sensorHandle, int32_t samplingPeriodUs, in enableSensor() function in android::frameworks::sensorservice::V1_0::implementation::EventQueue 78 return convertResult(mInternalQueue->enableSensor(sensorHandle, samplingPeriodUs, in enableSensor()
|
D | EventQueue.h | 48 …Return<Result> enableSensor(int32_t sensorHandle, int32_t samplingPeriodUs, int64_t maxBatchReport…
|
/frameworks/native/services/sensorservice/aidl/ |
D | EventQueue.cpp | 73 ndk::ScopedAStatus EventQueue::enableSensor(int32_t in_sensorHandle, int32_t in_samplingPeriodUs, in enableSensor() function in android::frameworks::sensorservice::implementation::EventQueue 75 return convertResult(mInternalQueue->enableSensor(in_sensorHandle, in_samplingPeriodUs, in enableSensor()
|
D | EventQueue.h | 34 ndk::ScopedAStatus enableSensor(int32_t in_sensorHandle, int32_t in_samplingPeriodUs,
|
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/ |
D | ASensorEventQueue.cpp | 46 mQueueImpl->enableSensor(reinterpret_cast<const SensorInfo*>(sensor)->sensorHandle, in registerSensor() 56 int ASensorEventQueue::enableSensor(ASensorRef sensor) { in enableSensor() function in ASensorEventQueue
|
D | ASensorEventQueue.h | 53 int enableSensor(ASensorRef sensor);
|
/frameworks/hardware/interfaces/sensorservice/aidl/aidl_api/android.frameworks.sensorservice/current/android/frameworks/sensorservice/ |
D | IEventQueue.aidl | 23 void enableSensor(in int sensorHandle, in int samplingPeriodUs, in long maxBatchReportLatencyUs); in enableSensor() method
|
/frameworks/hardware/interfaces/sensorservice/aidl/android/frameworks/sensorservice/ |
D | IEventQueue.aidl | 38 void enableSensor(in int sensorHandle, in int samplingPeriodUs, in enableSensor() method
|
/frameworks/hardware/interfaces/sensorservice/aidl/aidl_api/android.frameworks.sensorservice/1/android/frameworks/sensorservice/ |
D | IEventQueue.aidl | 23 void enableSensor(in int sensorHandle, in int samplingPeriodUs, in long maxBatchReportLatencyUs); in enableSensor() method
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | IEventQueue.hal | 26 * max batch report latency. If enableSensor is called multiple times on the 39 enableSensor(int32_t sensorHandle,
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | InputReaderFuzzer.cpp | 124 bool enableSensor(int32_t deviceId, InputDeviceSensorType sensorType, in enableSensor() function in android::FuzzInputReader 127 return reader->enableSensor(deviceId, sensorType, samplingPeriod, maxBatchReportLatency); in enableSensor() 284 reader->enableSensor(fdp->ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
|
/frameworks/base/core/java/android/hardware/input/ |
D | InputDeviceSensorManager.java | 455 if (!mGlobal.enableSensor(deviceId, sensor.getType(), delayUs, in registerListenerInternal() 534 boolean enableSensor = false; in unregisterListenerInternal() 539 enableSensor = true; in unregisterListenerInternal() 545 if (!enableSensor) { in unregisterListenerInternal()
|
D | IInputManager.aidl | 183 boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor() method
|
/frameworks/native/services/sensorservice/ |
D | BatteryService.h | 59 static void enableSensor(uid_t uid, int handle) { in enableSensor() function
|
/frameworks/base/tests/Input/src/android/hardware/input/ |
D | InputDeviceSensorManagerTest.java | 99 when(mIInputManagerMock.enableSensor(eq(DEVICE_ID), anyInt(), anyInt(), anyInt())) in setUp() 227 verify(mIInputManagerMock).enableSensor(eq(DEVICE_ID), eq(sensor.getType()), in testInputDeviceSensorListener()
|
/frameworks/base/native/android/ |
D | sensor.cpp | 228 return static_cast<SensorEventQueue*>(queue)->enableSensor( in ASensorEventQueue_registerSensor() 237 return static_cast<SensorEventQueue*>(queue)->enableSensor( in ASensorEventQueue_enableSensor()
|
/frameworks/native/services/sensorservice/tests/ |
D | sensorservicetest.cpp | 123 q->enableSensor(accelerometer); in main()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | NativeInputManagerService.java | 219 boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor() method 513 public native boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor() method in NativeInputManagerService.NativeImpl
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | InputMapper.cpp | 97 bool InputMapper::enableSensor(InputDeviceSensorType sensorType, in enableSensor() function in android::InputMapper
|
D | SensorInputMapper.h | 44 bool enableSensor(InputDeviceSensorType sensorType, std::chrono::microseconds samplingPeriod,
|
D | InputMapper.h | 97 virtual bool enableSensor(InputDeviceSensorType sensorType,
|
/frameworks/native/services/inputflinger/include/ |
D | InputReaderBase.h | 370 virtual bool enableSensor(int32_t deviceId, InputDeviceSensorType sensorType,
|
/frameworks/base/core/java/android/hardware/ |
D | SystemSensorManager.java | 894 if (enableSensor(sensor, delayUs, maxBatchReportLatencyUs) != 0) { in addSensor() 897 || maxBatchReportLatencyUs > 0 && enableSensor(sensor, delayUs, 0) != 0) { in addSensor() 965 private int enableSensor( in enableSensor() method in SystemSensorManager.BaseEventQueue
|