Home | History | Annotate | Download | only in camera

Lines Matching defs:SensorListener

18 * @file SensorListener.cpp
26 #include "SensorListener.h"
44 SensorListener* listener = (SensorListener*) data;
96 SensorListener::SensorListener() {
107 SensorListener::~SensorListener() {
128 CAMHAL_LOGDA("SensorListener destroyed");
133 status_t SensorListener::initialize() {
173 void SensorListener::setCallbacks(orientation_callback_t orientation_cb, void *cookie) {
184 void SensorListener::handleOrientation(uint32_t orientation, uint32_t tilt) {
196 void SensorListener::enableSensor(sensor_type_t type) {
215 void SensorListener::disableSensor(sensor_type_t type) {