HomeSort by relevance Sort by last modified time
    Searched full:sensor_callback (Results 1 - 1 of 1) sorted by null

  /device/samsung/manta/bubblelevel/
BubbleLevelImpl.cpp 26 static int sensor_callback(int fd, int events, void* data);
77 mLooper->addFd(mSensorEventQueue->getFd(), 0, ALOOPER_EVENT_INPUT, sensor_callback, this);
254 static int sensor_callback(int fd, int events, void* data) function in namespace:android
275 ALOGV("sensor_callback() azimuth = %f pitch = %f roll = %f",

Completed in 72 milliseconds