HomeSort by relevance Sort by last modified time
    Searched refs:TaskContext (Results 1 - 2 of 2) sorted by null

  /hardware/libhardware/modules/sensors/tests/
SensorEventQueue_test.cpp 93 struct TaskContext {
105 TaskContext* ctx = (TaskContext*)ptr;
144 TaskContext* ctx = (TaskContext*)ptr;
169 TaskContext readerCtx;
173 TaskContext writerCtx;
  /hardware/libhardware/modules/sensors/
multihal.cpp 134 struct TaskContext {
141 TaskContext* ctx = (TaskContext*)ptr;
219 TaskContext* taskContext = new TaskContext();
220 taskContext->device = (sensors_poll_device_t*) sub_hw_device;
221 taskContext->queue = queue;
224 pthread_create(&writerThread, NULL, writerTask, taskContext);

Completed in 1944 milliseconds