Searched defs:channelHandle (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/sensorservice/ |
D | SensorsWrapper.h | 138 Return<Result> unregisterDirectChannel(int32_t channelHandle) override { in unregisterDirectChannel() 142 Return<void> configDirectReport(int32_t sensorHandle, int32_t channelHandle, in configDirectReport()
|
D | SensorDevice.cpp | 858 [&ret](auto result, auto channelHandle) { in registerDirectChannel() 868 void SensorDevice::unregisterDirectChannel(int32_t channelHandle) { in unregisterDirectChannel() 875 int32_t channelHandle, const struct sensors_direct_cfg_t *config) { in configureDirectChannel()
|
D | SensorService.cpp | 1234 int channelHandle = dev.registerDirectChannel(&mem); in createSensorDirectConnection() local
|
/frameworks/base/core/jni/ |
D | android_hardware_SensorManager.cpp | 261 jint channelHandle) { in nativeDestroyDirectChannel() 267 jint channelHandle, jint sensorHandle, jint rate) { in nativeConfigDirectChannel()
|
/frameworks/base/core/java/android/hardware/ |
D | SystemSensorManager.java | 67 long nativeInstance, int channelHandle); in nativeDestroyDirectChannel() 69 long nativeInstance, int channelHandle, int sensorHandle, int rate); in nativeConfigDirectChannel()
|