HomeSort by relevance Sort by last modified time
    Searched defs:Event (Results 151 - 175 of 542) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/tools/aapt2/xml/
XmlPullParser.h 44 enum class Event {
66 static bool IsGoodEvent(Event event);
72 * Returns the current event that is being processed.
74 Event event() const;
82 Event Next();
93 * Returns the character data for a Text event.
164 Event event; member in struct:aapt::xml::XmlPullParser::EventData
231 Event event; local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiWakeMetrics.java 65 * Records the initialize event of the current Wifi Wake session.
67 * <p>Note: The start event must be recorded before this event, otherwise this call will be
84 * Records the unlock event of the current Wifi Wake session.
86 * <p>The unlock event occurs when the WakeupLock has all of its networks removed. This event
87 * will not be recorded if the initialize event recorded 0 locked networks.
89 * <p>Note: The start event must be recorded before this event, otherwise this call will be
104 * Records the wakeup event of the current Wifi Wake session
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/util/
StateMachine.java 32 * 1. Event based transition, transition will be triggered when {@link #fireEvent(Event)} is called.
57 public static class Event {
60 public Event(String name) {
86 final Event mEvent;
90 Transition(State fromState, State toState, Event event) {
91 if (event == null) {
96 mEvent = event;
275 * Add event-triggered transition between two states
    [all...]
  /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/apps/Dialer/java/com/android/dialer/simulator/
Simulator.java 85 /** Information about a connection event. */
86 public static class Event {
87 /** The type of connection event. */
129 /** Holds event specific information. For example, for DTMF this could be the keycode. */
132 * Holds event specific information. For example, for STATE_CHANGE this could be the new state.
136 public Event(@Type int type) {
140 public Event(@Type int type, String data1, String data2) {
151 if (!(other instanceof Event)) {
154 Event event = (Event) other local
    [all...]
  /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/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
SdMmcPciHcDxe.h 140 EFI_EVENT Event;
165 EFI_EVENT Event;
211 @param[in] Event If Event is NULL, blocking I/O is performed. If Event is
212 not NULL, then nonblocking I/O is performed, and Event
235 IN EFI_EVENT Event OPTIONAL
640 @param[in] Event If Event is NULL, blocking I/O is performed. If Event is
    [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/Bus/Pci/SdMmcPciHcDxe/
SdMmcPciHcDxe.h 140 EFI_EVENT Event;
165 EFI_EVENT Event;
211 @param[in] Event If Event is NULL, blocking I/O is performed. If Event is
212 not NULL, then nonblocking I/O is performed, and Event
235 IN EFI_EVENT Event OPTIONAL
640 @param[in] Event If Event is NULL, blocking I/O is performed. If Event is
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.h 154 EFI_EVENT Event;
411 Initializes "event" support.
438 Creates an event that is fired everytime a Protocol of a specific type is installed.
664 event. The firmware reserves codes 0x0000 to 0xFFFF.
672 watchdog event.
994 @param Event The event to signal
1006 IN EFI_EVENT Event,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmIpl.c 110 Event notification that is fired every time a gEfiSmmConfigurationProtocol installs.
112 @param Event The Event that is being processed, not used.
113 @param Context Event Context, not used.
119 IN EFI_EVENT Event,
124 Event notification that is fired every time a DxeSmmReadyToLock protocol is added
127 @param Event The Event that is being processed, not used.
128 @param Context Event Context, not used.
134 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 224 Callback function for event.
226 @param Event Event for this callback function.
232 IN EFI_EVENT Event,
722 @param Event the event that is signaled.
729 IN EFI_EVENT Event,
841 @param Event Event pointer related to hotkey service.
847 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 213 about the TPM, and Event Log state information.
224 @param[out] EventLogLocation This is a pointer to the address of the event log in memory.
225 @param[out] EventLogLastEntry If the Event Log contains more than one entry,
227 the last entry in the event log in memory.
372 Add a new entry to the Event Log.
374 @param[in, out] EventLogPtr Pointer to the Event Log data.
375 @param[in, out] LogSize Size of the Event Log.
376 @param[in] MaxSize Maximum size of the Event Log.
378 @param[in] NewEventData Pointer to the new event data.
380 @retval EFI_SUCCESS The new event log entry was added.
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
AcpiPlatform.c 634 Event - GC_TODO: add argument description
646 IN EFI_EVENT Event,
794 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...]

Completed in 841 milliseconds

1 2 3 4 5 67 8 91011>>