Home
last modified time | relevance | path

Searched defs:setEventRate (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
DASensorEventQueue.cpp63 int ASensorEventQueue::setEventRate( in setEventRate() function in ASensorEventQueue
/aosp_15_r20/frameworks/native/libs/sensor/
H A DISensorEventConnection.cpp75 virtual status_t setEventRate(int handle, nsecs_t ns) in setEventRate() function in android::BpSensorEventConnection
H A DSensorEventQueue.cpp179 status_t SensorEventQueue::setEventRate(Sensor const* sensor, nsecs_t ns) const { in setEventRate() function in android::SensorEventQueue
/aosp_15_r20/frameworks/native/services/sensorservice/
H A DSensorDirectConnection.cpp145 status_t SensorService::SensorDirectConnection::setEventRate( in setEventRate() function in android::SensorService::SensorDirectConnection
H A DSensorEventConnection.cpp730 status_t SensorService::SensorEventConnection::setEventRate(int handle, nsecs_t samplingPeriodNs) { in setEventRate() function in android::SensorService::SensorEventConnection
H A DSensorService.cpp2230 status_t SensorService::setEventRate(const sp<SensorEventConnection>& connection, in setEventRate() function in android::SensorService