Home | History | Annotate | Download | only in gui

Lines Matching defs:Sensor

26 #include <gui/Sensor.h>
32 Sensor::Sensor()
39 Sensor::Sensor(struct sensor_t const* hwSensor, int halVersion)
62 Sensor::~Sensor()
66 const String8& Sensor::getName() const {
70 const String8& Sensor::getVendor() const {
74 int32_t Sensor::getHandle() const {
78 int32_t Sensor::getType() const {
82 float Sensor::getMinValue() const {
86 float Sensor::getMaxValue() const {
90 float Sensor::getResolution() const {
94 float Sensor::getPowerUsage() const {
98 int32_t Sensor::getMinDelay() const {
102 nsecs_t Sensor::getMinDelayNs() const {
106 int32_t Sensor::getVersion() const {
110 int32_t Sensor::getFifoReservedEventCount() const {
114 int32_t Sensor::getFifoMaxEventCount() const {
118 size_t Sensor::getFlattenedSize() const
132 status_t Sensor::flatten(void* buffer, size_t size) const {
158 status_t Sensor::unflatten(void const* buffer, size_t size) {