Searched defs:Event (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
H A DALooper.h62 struct Event { struct in struct:android::ALooper
72 List<Event> mEventQueue;
/frameworks/av/media/libstagefright/include/
H A DTimedEventQueue.h34 struct Event : public RefBase { struct in struct:android::TimedEventQueue
35 Event() function in struct:android::TimedEventQueue::Event
39 virtual ~Event() {}
57 Event(const Event &);
58 Event &operator=(const Event &);
89 event_id postEvent(const sp<Event> &event);
91 event_id postEventToBack(const sp<Event> &event);
94 event_id postEventWithDelay(const sp<Event>
[all...]
/frameworks/native/include/gui/
H A DDisplayEventReceiver.h47 struct Event { struct in class:android::DisplayEventReceiver
104 ssize_t getEvents(Event* events, size_t count);
106 Event* events, size_t count);
113 Event const* events, size_t count);
116 * setVsyncRate() sets the Event::VSync delivery rate. A value of
117 * 1 returns every Event::VSync. A value of 2 returns every other event,
124 * requestNextVsync() schedules the next Event::VSync. It has no effect
/frameworks/av/include/media/nbaio/
H A DNBLog.h39 enum Event { enum in class:android::NBLog
49 Entry(Event event, const void *data, size_t length)
57 Event mEvent; // event type
141 void log(Event event, const void *data, size_t length);
/frameworks/base/core/java/android/app/usage/
H A DUsageEvents.java27 * from which to read {@link android.app.usage.UsageEvents.Event} objects.
34 public static final class Event { class in class:UsageEvents
140 private List<Event> mEventsToWrite = null;
186 public UsageEvents(List<Event> events, String[] stringPool) {
194 * {@link #getNextEvent(android.app.usage.UsageEvents.Event)}.
203 * Retrieve the next {@link android.app.usage.UsageEvents.Event} from the collection and put the
206 * @param eventOut The {@link android.app.usage.UsageEvents.Event} object that will receive the
210 public boolean getNextEvent(Event eventOut) {
247 * Writes a single event to the parcel. Modify this when updating {@link Event}.
249 private void writeEventToParcel(Event even
[all...]
/frameworks/base/core/java/android/hardware/location/
H A DActivityRecognitionHardware.java48 private static class Event { class in class:ActivityRecognitionHardware
136 private void onActivityChanged(Event[] events) {
146 Event event = events[i];
/frameworks/base/core/java/android/util/
H A DEventLog.java56 public static final class Event { class in class:EventLog
79 /*package*/ Event(byte[] data) { method in class:EventLog.Event
202 public static native void readEvents(int[] tags, Collection<Event> output)
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustArchive.java42 private static class Event { class in class:TrustArchive
56 private Event(int type, int userId, ComponentName agent, String message, method in class:TrustArchive.Event
69 ArrayDeque<Event> mEvents = new ArrayDeque<Event>();
73 addEvent(new Event(TYPE_GRANT_TRUST, userId, agent, message, duration,
78 addEvent(new Event(TYPE_REVOKE_TRUST, userId, agent, null, 0, false, false));
82 addEvent(new Event(TYPE_TRUST_TIMEOUT, userId, agent, null, 0, false, false));
86 addEvent(new Event(TYPE_AGENT_DIED, userId, agent, null, 0, false, false));
90 addEvent(new Event(TYPE_AGENT_CONNECTED, userId, agent, null, 0, false, false));
94 addEvent(new Event(TYPE_AGENT_STOPPE
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java747 private static class Event { class in class:CameraStreamer
758 public Event(int code) { method in class:CameraStreamer.Event
772 private LinkedBlockingQueue<Event> mEventQueue = new LinkedBlockingQueue<Event>(MAX_EVENTS);
898 Event event = nextEvent();
901 case Event.START:
904 case Event.STOP:
907 case Event.FRAME:
910 case Event.HALT:
913 case Event
[all...]
H A DGraphRunner.java42 private static final Event BEGIN_EVENT = new Event(Event.BEGIN, null);
43 private static final Event FLUSH_EVENT = new Event(Event.FLUSH, null);
44 private static final Event HALT_EVENT = new Event(Event.HALT, null);
45 private static final Event KILL_EVEN
89 private static class Event { class in class:GraphRunner
106 public Event(int code, Object object) { method in class:GraphRunner.Event
[all...]
/frameworks/base/core/java/android/provider/
H A DContactsContract.java4333 * <li>{@link CommonDataKinds.Event Event.CONTENT_ITEM_TYPE}</li>
6782 public static final class Event implements DataColumnsWithJoins, CommonColumns, class in class:ContactsContract.CommonDataKinds
6787 private Event() {} method in class:ContactsContract.CommonDataKinds.Event

Completed in 1587 milliseconds