Home | History | Annotate | Download | only in sensors

Lines Matching refs:SensorEventQueue

22 #include "SensorEventQueue.h"
24 SensorEventQueue::SensorEventQueue(int capacity) {
33 SensorEventQueue::~SensorEventQueue() {
39 int SensorEventQueue::getWritableRegion(int requestedLength, sensors_event_t** out) {
61 void SensorEventQueue::markAsWritten(int count) {
65 int SensorEventQueue::getSize() {
69 sensors_event_t* SensorEventQueue::peek() {
74 void SensorEventQueue::dequeue() {
84 bool SensorEventQueue::waitForSpace(pthread_mutex_t* mutex) {