HomeSort by relevance Sort by last modified time
    Searched refs:Event (Results 26 - 50 of 1934) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/support/lifecycle/compiler/src/tests/test-data/
InvalidFirstArg2.java 3 import static androidx.lifecycle.Lifecycle.Event.ON_ANY;
5 import androidx.lifecycle.Lifecycle.Event;
11 public void onStop(Event e2, Event event) {
DerivedFromJar.java 3 import static androidx.lifecycle.Lifecycle.Event.ON_START;
5 import androidx.lifecycle.Lifecycle.Event;
DerivedFromJar1.java 19 import static androidx.lifecycle.Lifecycle.Event.ON_START;
21 import androidx.lifecycle.Lifecycle.Event;
InvalidFirstArg1.java 3 import static androidx.lifecycle.Lifecycle.Event.ON_STOP;
5 import androidx.lifecycle.Lifecycle.Event;
11 public void onStop(Event event) {
TooManyArgs1.java 3 import static androidx.lifecycle.Lifecycle.Event.ON_ANY;
5 import androidx.lifecycle.Lifecycle.Event;
12 public void onAny(LifecycleOwner provider, Event event, int x) {
TooManyArgs2.java 3 import static androidx.lifecycle.Lifecycle.Event.ON_STOP;
5 import androidx.lifecycle.Lifecycle.Event;
12 public void onStop(LifecycleOwner provider, Event event) {
  /packages/apps/Camera2/src/com/android/camera/captureintent/stateful/
Event.java 20 * Defines an event interface that any implementation of this interface can be
23 public interface Event {
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
Event.c 2 UEFI Event support functions implemented in this file.
18 #include "Event.h"
26 /// gEventQueueLock - Protects the event queues
31 /// gEventQueue - A list of event's to notify for each priority level
50 /// 0x80000200 Timer event with a notification function that is
51 /// queue when the event is signaled with SignalEvent()
55 /// 0x80000000 Timer event without a notification function. It can be
60 /// 0x00000100 Generic event with a notification function that
65 /// 0x00000200 Generic event with a notification function that
66 /// is queue when the event is signaled with SignalEvent()
    [all...]
Timer.c 17 #include "Event.h"
34 Inserts the timer event.
36 @param Event Points to the internal structure of timer event
42 IN IEVENT *Event
54 TriggerTime = Event->Timer.TriggerTime;
67 InsertTailList (Link, &Event->Timer.Link);
92 Signals any expired event timer.
106 IEVENT *Event;
115 Event = CR (mEfiTimerList.ForwardLink, IEVENT, Timer.Link, EVENT_SIGNATURE);
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
Emitable.java 20 import org.yaml.snakeyaml.events.Event;
23 void emit(Event event) throws IOException;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/activity/
DockedFirstAnimationFrameEvent.java 19 import com.android.systemui.recents.events.EventBus.Event;
24 public class DockedFirstAnimationFrameEvent extends Event {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/
DraggingInRecentsEndedEvent.java 3 import com.android.systemui.recents.events.EventBus.Event;
6 * This event is sent when the user finished dragging in recents.
8 public class DraggingInRecentsEndedEvent extends Event {
DraggingInRecentsEvent.java 3 import com.android.systemui.recents.events.EventBus.Event;
6 * This event is sent when the user changed how far they are dragging in recents.
8 public class DraggingInRecentsEvent extends Event {
  /packages/apps/Camera2/src/com/android/camera/captureintent/event/
EventZoomRatioChanged.java 17 package com.android.camera.captureintent.event;
19 import com.android.camera.captureintent.stateful.Event;
21 public class EventZoomRatioChanged implements Event {
  /external/tensorflow/tensorflow/stream_executor/
event.h 33 // The Event class, when supported by a platform, enables low-overhead status
34 // reporting for a Stream. An Event is inserted at a location in a stream via
35 // the Stream::ThenRecordEvent() API. From then on, the Event's status can be
36 // monitored via the nonblocking Event::PollForStatus() call.
37 class Event {
39 // Potential states for an Event. If PollForStatus() returns anything aside
50 explicit Event(StreamExecutor* stream_exec); // NOLINT
52 // Releases any resources held by the Event object.
53 ~Event();
59 // Returns the current Status for the event
    [all...]
  /external/webrtc/webrtc/base/
event.h 26 class Event {
30 Event(bool manual_reset, bool initially_signaled);
31 ~Event();
36 // Wait for the event to become signaled, for the specified number of
event.cc 11 #include "webrtc/base/event.h"
29 Event::Event(bool manual_reset, bool initially_signaled) {
37 Event::~Event() {
41 void Event::Set() {
45 void Event::Reset() {
49 bool Event::Wait(int milliseconds) {
56 Event::Event(bool manual_reset, bool initially_signaled
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
Combiner.java 17 package com.android.inputmethod.event;
29 * Process an event, possibly combining it with the existing state and return the new event.
31 * If this event does not result in any new event getting passed down the chain, this method
32 * returns null. It may also modify the previous event list if appropriate.
35 * @param event the event to combine with the existing state.
36 * @return the resulting event.
39 Event processEvent(ArrayList<Event> previousEvents, Event event)
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/simulator/impl/
NonSimulatorConnectionListener.java 25 import com.android.dialer.simulator.Simulator.Event;
31 public void onEvent(@NonNull SimulatorConnection connection, @NonNull Event event) {
32 switch (event.type) {
33 case Event.STATE_CHANGE:
36 String.format("state changed from %s to %s ", event.data1, event.data2));
38 case Event.REJECT:
41 case Event.HOLD:
44 case Event.ANSWER
    [all...]
SimulatorConference.java 27 import com.android.dialer.simulator.Simulator.Event;
40 private final List<Event> events = new ArrayList<>();
81 public List<Event> getEvents() {
88 onEvent(new Event(Event.CALL_AUDIO_STATE_CHANGED));
95 new Event(
96 Event.CONNECTION_ADDED, SimulatorSimCallManager.getConnectionTag(connection), null));
103 onEvent(new Event(Event.DISCONNECT));
109 onEvent(new Event(Event.HOLD))
    [all...]
  /art/test/1919-vminit-thread-start-timing/src/art/
Test1919.java 23 for (Event e : getEvents()) {
32 static class Event {
35 public Event(String name, Thread thr) {
41 public static Event[] getEvents() {
44 Event[] es = new Event[Math.min(ns.length, ts.length)];
46 es[i] = new Event(ns[i], ts[i]);
  /external/v8/src/base/platform/
condition-variable.h 66 struct Event;
72 Event* Pre() WARN_UNUSED_RESULT;
73 void Post(Event* event, bool result);
76 Event* waitlist() { return waitlist_; }
79 Event* waitlist_;
80 Event* freelist_;
  /frameworks/support/lifecycle/compiler/src/tests/test-data/lib/src/test/library/
LibraryBaseObserver.java 19 import static androidx.lifecycle.Lifecycle.Event.ON_START;
20 import static androidx.lifecycle.Lifecycle.Event.ON_PAUSE;
22 import androidx.lifecycle.Lifecycle.Event;
PPObserverNoAdapter.java 19 import static androidx.lifecycle.Lifecycle.Event.ON_START;
20 import static androidx.lifecycle.Lifecycle.Event.ON_STOP;
22 import androidx.lifecycle.Lifecycle.Event;
PPObserverWithAdapter.java 19 import static androidx.lifecycle.Lifecycle.Event.ON_START;
20 import static androidx.lifecycle.Lifecycle.Event.ON_STOP;
22 import androidx.lifecycle.Lifecycle.Event;

Completed in 250 milliseconds

12 3 4 5 6 7 8 91011>>