Searched refs:RateLevel (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/services/sensorservice/hidl/ |
D | DirectReportChannel.h | 33 using ::android::hardware::sensors::V1_0::RateLevel; 50 Return<void> configure(int32_t sensorHandle, RateLevel rate,
|
D | DirectReportChannel.cpp | 34 Return<void> DirectReportChannel::configure(int32_t sensorHandle, RateLevel rate, in configure()
|
/frameworks/base/core/java/android/hardware/ |
D | SensorDirectChannel.java | 73 public @interface RateLevel {} annotation in SensorDirectChannel 188 public int configure(Sensor sensor, @RateLevel int rateLevel) { in configure()
|
D | Sensor.java | 840 @SensorDirectChannel.RateLevel
|
/frameworks/native/services/sensorservice/ |
D | SensorsWrapper.h | 34 using ::android::hardware::sensors::V1_0::RateLevel; 79 RateLevel rate, 143 RateLevel rate, in configDirectReport()
|
D | SensorDevice.cpp | 879 RateLevel rate; in configureDirectChannel() 882 rate = RateLevel::STOP; in configureDirectChannel() 885 rate = RateLevel::NORMAL; in configureDirectChannel() 888 rate = RateLevel::FAST; in configureDirectChannel() 891 rate = RateLevel::VERY_FAST; in configureDirectChannel() 900 if (rate == RateLevel::STOP) { in configureDirectChannel()
|
/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/ |
D | VtsHalSensorManagerV1_0TargetTest.cpp | 36 using ::android::hardware::sensors::V1_0::RateLevel; 216 ASSERT_TRUE(maxLevel >= convertFromRateLevel(RateLevel::FAST)) in TEST_F() 235 ASSERT_OK(chan->configure(handle, RateLevel::FAST, [&](auto token, auto res) { in TEST_F() 241 ASSERT_OK(chan->configure(handle, RateLevel::STOP, [](auto token, auto res) { in TEST_F()
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | IDirectReportChannel.hal | 19 import android.hardware.sensors@1.0::RateLevel; 54 configure(int32_t sensorHandle, RateLevel rate)
|
D | README | 47 chan->configure(sensorHandle, RateLevel::FAST, [&](auto token, auto result) { 55 chan->configure(sensorHandle, RateLevel::STOP, [&](auto token, auto result) {
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 26566 Landroid/hardware/SensorDirectChannel$RateLevel;
|