Searched refs:IEventQueue (Results 1 – 11 of 11) sorted by relevance
36 using IEventQueue = android::frameworks::sensorservice::V1_0::IEventQueue; member45 void setImpl(const android::sp<IEventQueue> &queueImpl);70 android::sp<IEventQueue> mQueueImpl;
28 using android::frameworks::sensorservice::V1_0::IEventQueue;168 queue, [&](const sp<IEventQueue> &queueImpl, auto tmpResult) { in createEventQueue()
39 void ASensorEventQueue::setImpl(const sp<IEventQueue> &queueImpl) { in setImpl()
68 - IEventQueue, IEventQueueCallback69 IEventQueue includes member functions that adapts some of the70 ASensorEventQueue_* seeries in NDK. An instance of IEventQueue must be able to74 The implementation must free all resources related to this IEventQueue instance75 and call ASensorManager_destroyEventQueue on destruction of IEventQueue.78 implies a poll model for sensor events, IEventQueue uses a push model by using80 IEventQueueCallback. The implementation of IEventQueue must either use a global114 sp<IEventQueue> queue;120 /* Server side implementation of IEventQueue holds a strong reference to137 * kernel calls decStrong() on server side implementation of IEventQueue,
20 * An IEventQueue is an interface to manage an event queue created by23 interface IEventQueue {30 * the ISensorManager that creates this IEventQueue.48 * the ISensorManager that creates this IEventQueue.
13 "IEventQueue.hal",
20 import IEventQueue;119 generates (IEventQueue queue, Result result);
34 using ::android::frameworks::sensorservice::V1_0::IEventQueue;40 struct EventQueue final : public IEventQueue {
71 IEventQueue::onLastStrongRef(id); in onLastStrongRef()
227 sp<IEventQueue> queue = new EventQueue(callback, looper, internalQueue); in createEventQueue()
8 …a4a1309134564f55df3aaa964e992870aa9cd5ffd201541eb android.frameworks.sensorservice@1.0::IEventQueue