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)
52 Sensor::~Sensor()
56 const String8& Sensor::getName() const {
60 const String8& Sensor::getVendor() const {
64 int32_t Sensor::getHandle() const {
68 int32_t Sensor::getType() const {
72 float Sensor::getMinValue() const {
76 float Sensor::getMaxValue() const {
80 float Sensor::getResolution() const {
84 float Sensor::getPowerUsage() const {
88 int32_t Sensor::getMinDelay() const {
92 nsecs_t Sensor::getMinDelayNs() const {
96 int32_t Sensor::getVersion() const {
100 size_t Sensor::getFlattenedSize() const
109 size_t Sensor::getFdCount() const
132 status_t Sensor::flatten(void* buffer, size_t size,
135 if (size < Sensor::getFlattenedSize())
172 status_t Sensor::unflatten(void const* buffer, size_t size,