HomeSort by relevance Sort by last modified time
    Searched defs:Event (Results 126 - 150 of 448) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/intel/img/hwcomposer/merrifield/common/base/
DisplayAnalyzer.h 66 struct Event {
80 inline void postEvent(Event& e);
81 inline bool getEvent(Event& e);
135 Vector<Event> mPendingEvents;
  /libcore/ojluni/src/main/java/java/nio/file/
FileTreeWalker.java 46 * FileTreeWalker.Event ev = walker.walk(top);
107 * The event types.
127 static class Event {
133 private Event(EventType type, Path file, BasicFileAttributes attrs, IOException ioe) {
140 Event(EventType type, Path file, BasicFileAttributes attrs) {
144 Event(EventType type, Path file, IOException ioe) {
261 * Visits the given file, returning the {@code Event} corresponding to that
267 * mean that there is no event corresponding to a visit to the file.
272 private Event visit(Path entry, boolean ignoreSecurityException, boolean canUseCached) {
278 return new Event(EventType.ENTRY, entry, ioe)
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
EPollPort.java 63 // encapsulates an event for a channel
64 static class Event {
68 Event(PollableChannel channel, int events) {
78 // event
79 private final ArrayBlockingQueue<Event> queue;
80 private final Event NEED_TO_POLL = new Event(null, 0);
81 private final Event EXECUTE_TASK_OR_SHUTDOWN = new Event(null, 0);
106 // create the queue and offer the special event to ensure that the firs
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventLoader.java 58 * Code for handling requests to get whether days have an event or not
90 // Clear the event days
103 //we want the entire range the event occurs, but only within the month
129 public ArrayList<Event> events;
133 public LoadEventsRequest(int id, int startDay, int numDays, ArrayList<Event> events,
144 Event.loadEvents(eventLoader.mContext, events, startDay,
239 public void loadEventsInBackground(final int numDays, final ArrayList<Event> events,
268 * @param eventDay Whether or not an event exists on that day
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
Event.java 17 package com.android.inputmethod.event;
27 * Class representing a generic input event as handled by Latin IME.
29 * This contains information about the origin of the event, but it is generalized and should
38 public class Event {
41 // An event we don't handle in Latin IME, for example pressing Ctrl on a hardware keyboard.
47 // A toggle event is triggered by a key that affects the previous character. An example would
51 // A mode event instructs the combiner to change modes. The canonical example would be the
55 // An event corresponding to a gesture.
57 // An event corresponding to the manual pick of a suggestion.
59 // An event corresponding to a string generated by some software process
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
FWBlockService.c 169 IN EFI_EVENT Event,
177 Call the passed in Child Notify event and convert the mFvbModuleGlobal
186 (Standard EFI notify event - EFI_EVENT_NOTIFY)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Udp4/
Udp4.h 129 EFI_EVENT Event;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
SectionExtraction.c 22 recursions to return the data, and a RPN event is set that will enable
83 EFI_EVENT Event;
482 Create a protocol notification event and return it.
484 @param ProtocolGuid Protocol to register notification event on.
487 @param NotifyContext Context passed into Event when it is created.
489 @param SignalFlag Boolean value to decide whether kick the event after register or not.
506 EFI_EVENT Event;
509 // Create the event
517 &Event
522 // Register for protocol notifactions on this event
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciLib.c 984 EFI_EVENT Event;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.h 155 EFI_EVENT Event;
410 Initializes "event" support.
437 Creates an event that is fired everytime a Protocol of a specific type is installed.
663 event. The firmware reserves codes 0x0000 to 0xFFFF.
671 watchdog event.
993 @param Event The event to signal
1005 IN EFI_EVENT Event,
1011 Removes all the events in the protocol database that match Event.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmIpl.c 109 Event notification that is fired every time a gEfiSmmConfigurationProtocol installs.
111 @param Event The Event that is being processed, not used.
112 @param Context Event Context, not used.
118 IN EFI_EVENT Event,
123 Event notification that is fired every time a DxeSmmReadyToLock protocol is added
126 @param Event The Event that is being processed, not used.
127 @param Context Event Context, not used.
133 IN EFI_EVENT Event,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeIpIoLib/
DxeIpIoLib.c 94 @param[in] Context The context passed in by the event notifier.
107 @param[in] Event The event signaled.
108 @param[in] Context The context passed in by the event notifier.
114 IN EFI_EVENT Event,
584 signal the recycle event to notify IP to recycle the
587 @param[in] Event The event to be signaled.
593 IN VOID *Event
596 gBS->SignalEvent ((EFI_EVENT) Event);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
PlatVarCleanupLib.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmHotkey.c 223 Callback function for event.
225 @param Event Event for this callback function.
231 IN EFI_EVENT Event,
676 @param Event the event that is signaled.
683 IN EFI_EVENT Event,
795 @param Event Event pointer related to hotkey service.
801 IN EFI_EVENT Event,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Udp4.h 119 EFI_EVENT Event;
294 In some systems, the periodic timer event in the managed network driver may not
319 The caller must fill in the Token.Event field in the completion token, and this
321 driver updates the Token.Status and Token.Packet.RxData fields and the Token.Event
322 is signaled. Providing a proper notification function and context for the event
336 @retval EFI_INVALID_PARAMETER Token.Event is NULL.
340 @retval EFI_ACCESS_DENIED A receive completion token with the same Token.Event was already in
357 the packet in the token is sent out or some errors occur, the Token.Event will
359 and context for the event will enable the user to receive the notification and
372 Token.Event was already in the transmit queue.
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Io.c 229 @param[in] NeedSignal If TRUE, then an timeout event need be signaled when it is existed.
269 // Remove the info-request node, and signal the event if timeout.
462 // Signal the Ia information updated event to informal user.
474 @param[in] Event The current Dhcp6 event.
486 IN EFI_DHCP6_EVENT Event,
513 Event,
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
TcgDxe.c 215 about the TPM, and Event Log state information.
226 @param[out] EventLogLocation This is a pointer to the address of the event log in memory.
227 @param[out] EventLogLastEntry If the Event Log contains more than one entry,
229 the last entry in the event log in memory.
340 Add a new entry to the Event Log.
344 @param[in] NewEventData Pointer to the new event data.
346 @retval EFI_SUCCESS The new event log entry was added.
347 @retval EFI_OUT_OF_RESOURCES No enough memory to log the new event.
380 This service abstracts the capability to add an entry to the Event Log.
386 @param[in, out] EventNumber The event number of the event just logged
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
AcpiPlatform.c 626 Event - GC_TODO: add argument description
638 IN EFI_EVENT Event,
786 EFI_EVENT Event;
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 429 template <typename EVENT>
430 class Event {
432 static void _checkEvent(void *checker, const void *event) {
433 ((const CHECKER *)checker)->checkEvent(*(const EVENT *)event);
438 mgr._registerListenerForEvent<EVENT>(
523 template <typename EVENT>
531 mgr._registerDispatcherForEvent<EVENT>();
532 static_cast<EventDispatcher<EVENT> *>(checker)->Mgr = &mgr;
535 void dispatchEvent(const EVENT &event) const
    [all...]
  /external/v8/src/heap/
gc-tracer.cc 62 GCTracer::Event::Event(Type type, GarbageCollectionReason gc_reason,
85 const char* GCTracer::Event::TypeName(bool short_name) const {
97 return "Unknown Event Type";
102 current_(Event::START, GarbageCollectionReason::kUnknown, nullptr),
120 current_ = Event(Event::START, GarbageCollectionReason::kTesting, nullptr);
145 DCHECK(current_.type == Event::SCAVENGER || start_counter_ > 1);
163 current_ = Event(Event::SCAVENGER, gc_reason, collector_reason)
    [all...]
gc-tracer.h 159 class Event {
169 Event(Type type, GarbageCollectionReason gc_reason,
172 // Returns a string describing the event type.
175 // Type of event
323 // Returns true if at least one survival event was recorded.
387 // Current tracer event. Populated during Start/Stop cycle. Valid after Stop()
389 Event current_;
391 // Previous tracer event.
392 Event previous_;
399 // compact event
    [all...]
  /frameworks/base/cmds/hid/src/com/android/commands/hid/
Event.java 28 public class Event {
77 return "Event{id=" + mId
89 private Event mEvent;
92 mEvent = new Event();
127 public Event build() {
129 throw new IllegalStateException("No event id");
131 throw new IllegalStateException("Event does not contain a command");
158 public Event getNextEvent() throws IOException {
159 Event e = null;
161 Event.Builder eb = new Event.Builder()
    [all...]
  /frameworks/base/core/java/android/app/usage/
UsageEvents.java 30 * from which to read {@link android.app.usage.UsageEvents.Event} objects.
41 * An event representing a state change for a component.
43 public static final class Event {
46 * No event type.
51 * An event type denoting that a component moved to the foreground.
56 * An event type denoting that a component moved to the background.
61 * An event type denoting that a component was in the foreground when the stats
68 * An event type denoting that a component was in the foreground the previous day.
75 * An event type denoting that the device configuration has changed.
80 * An event type denoting that a package was interacted with in some way by the system
461 final Event event = mEventsToWrite.get(i); local
    [all...]
  /frameworks/base/core/java/android/hardware/location/
ActivityRecognitionHardware.java 46 * Contains the number of supported Event Types.
62 private static class Event {
160 private void onActivityChanged(Event[] events) {
170 Event event = events[i]; local
171 String activityName = getActivityName(event.activity);
173 new ActivityRecognitionEvent(activityName, event.type, event.timestamp);
184 Log.e(TAG, "Error delivering activity changed event.", e);
242 for (int event = 0; event < EVENT_TYPE_COUNT; ++event)
    [all...]
  /frameworks/base/core/java/android/util/
EventLog.java 35 * Access to the system diagnostic event record. System diagnostic events are
43 * <p>Events use integer tag codes corresponding to /system/etc/event-log-tags.
45 * event-log-tags file defines the payload contents for each type code.
52 private static final String TAGS_FILE = "/system/etc/event-log-tags";
58 /** A previously logged event read from the logs. Instances are thread safe. */
59 public static final class Event {
63 // Layout of event log entry received from Android logger.
73 // Layout for event log v1 format, v2 and v3 use HEADER_SIZE_OFFSET
84 /** @param data containing event, read from the system */
85 /*package*/ Event(byte[] data)
    [all...]

Completed in 903 milliseconds

1 2 3 4 56 7 8 91011>>