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

1 2 3 4 56 7 8 91011>>

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Dns4.h 235 /// This Event will be signaled after the Status field is updated by the EFI DNS
236 /// protocol driver. The type of Event must be EFI_NOTIFY_SIGNAL.
238 EFI_EVENT Event;
350 Token.Event is NULL.
379 Token.Event is NULL.
414 Token.Event is NULL.
471 In some systems, the periodic timer event in the managed network driver may not poll
497 this function, Token.Status will be set to EFI_ABORTED and then Token.Event will be
Dns6.h 222 /// This Event will be signaled after the Status field is updated by the EFI DNSv6
223 /// protocol driver. The type of Event must be EFI_NOTIFY_SIGNAL.
225 EFI_EVENT Event;
337 Token.Event is NULL.
369 Token.Event is NULL.
406 Token.Event is NULL.
465 In some systems, the periodic timer event in the managed network driver may not poll
492 this function, Token.Status will be set to EFI_ABORTED and then Token.Event will be
Ftp4.h 45 /// The Event to signal after the connection is established and Status field is updated
46 /// by the EFI FTP v4 Protocol driver. The type of Event must be
51 EFI_EVENT Event;
174 /// The Event to signal after request is finished and Status field
175 /// is updated by the EFI FTP v4 Protocol driver. The type of Event
181 EFI_EVENT Event;
271 due to any error, the Token->Event will be signaled and Token->Status will be updated
281 - Token->Event is NULL.
310 - Token->Event is NULL.
369 driver and then Token.Event is signaled (if it is not NULL).
    [all...]
ManagedNetwork.h 38 /// Timeout value for a UEFI one-shot timer event. A packet that has not been removed
43 /// Timeout value for a UEFI one-shot timer event. A packet that has not been removed
127 /// This Event will be signaled after the Status field is updated
128 /// by the MNP. The type of Event must be
130 /// Event must be lower than or equal to TPL_CALLBACK.
132 EFI_EVENT Event;
292 - Token.Event is NULL.
317 @retval EFI_SUCCESS The asynchronous I/O request was aborted and Token.Event
SimpleFileSystem.h 368 // If Event is NULL, then blocking I/O is performed.
369 // If Event is not NULL and non-blocking I/O is supported, then non-blocking I/O is performed,
370 // and Event will be signaled when the read request is completed.
371 // The caller must be prepared to handle the case where the callback associated with Event
374 EFI_EVENT Event;
377 // Defines whether or not the signaled event encountered an error.
416 @retval EFI_SUCCESS If Event is NULL (blocking I/O): The data was read successfully.
417 If Event is not NULL (asynchronous I/O): The request was successfully
450 @retval EFI_SUCCESS If Event is NULL (blocking I/O): The data was read successfully.
451 If Event is not NULL (asynchronous I/O): The request was successfully
    [all...]
Tcg2Protocol.h 62 // Bitmap of supported event log formats
103 // This bit is shall be set when an event shall be extended but not logged.
119 // Size of the event header itself (sizeof(EFI_TCG2_EVENT_HEADER)).
131 // Type of the event that shall be extended (and optionally logged).
138 // Total size of the event including the Size component, the header and the Event data.
142 UINT8 Event[1];
174 The EFI_TCG2_PROTOCOL Get Event Log function call allows a caller to
175 retrieve the address of a given event log and its last entry.
178 @param[in] EventLogFormat The type of the event log for which the information is requested.
    [all...]
TrEEProtocol.h 58 // Bitmap of supported event log formats
88 // This bit is shall be set when an event shall be extended but not logged.
106 // Size of the event header itself (sizeof(TrEE_EVENT_HEADER)).
118 // Type of the event that shall be extended (and optionally logged).
125 // Total size of the event including the Size component, the header and the Event data.
129 UINT8 Event[1];
161 The EFI_TREE_PROTOCOL Get Event Log function call allows a caller to
162 retrieve the address of a given event log and its last entry.
165 @param[in] EventLogFormat The type of the event log for which the information is requested.
    [all...]
Udp6.h 220 /// the CompletionToken.Event is signaled. The EFI UDPv6 Protocol client must signal the
232 /// Indicates the event to signal when the received data has been processed.
256 /// When used for transmitting, the Event and TxData fields must be filled in by the EFI UDPv6
258 /// EFI UDPv6 Protocol and the Event is signaled.
259 /// When used for receiving, only the Event field must be filled in by the EFI UDPv6 Protocol
261 /// and the Event is signaled.
265 /// This Event will be signaled after the Status field is updated by the EFI UDPv6 Protocol
266 /// driver. The type of Event must be EVT_NOTIFY_SIGNAL.
268 EFI_EVENT Event;
416 sent out or some errors occur, the Token.Event will be signaled and Token.Status is updated.
    [all...]
WiFi2.h 214 // Event will be signaled after the Status field is updated by the EFI
215 // Wireless MAC Connection Protocol II driver. The type of Event must be
218 EFI_EVENT Event;
263 // Event will be signaled after the Status field is updated by the EFI
264 // Wireless MAC Connection Protocol II driver. The type of Event must be
267 EFI_EVENT Event;
293 // this Event will be signaled after the Status field is updated by the EFI
294 // Wireless MAC Connection Protocol II driver. The type of Event must be
297 EFI_EVENT Event;
318 @retval EFI_SUCCESS The operation started, and an event will
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiLib.c 113 Creates and returns a notification event and registers that event with all the protocol
121 executed. This function returns the notification event that was created.
128 @param ProtocolGuid Supplies GUID of the protocol upon whose installation the event is fired.
129 @param NotifyTpl Supplies the task priority level of the event notifications.
130 @param NotifyFunction Supplies the function to notify when the event is signaled.
136 @return The notification event that was created.
150 EFI_EVENT Event;
157 // Create the event
165 &Event
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootSupport.c 293 Notify the callback function when an event is triggered.
295 @param[in] Event The triggered event.
302 IN EFI_EVENT Event,
414 // Create event to set the IsDone flag when name resolution is finished.
421 &Token.Event
460 if (Token.Event != NULL) {
461 gBS->CloseEvent (Token.Event);
659 EFI_EVENT Event;
735 &Event
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Support.c 284 EFI_EVENT Event;
286 Event = NULL;
297 &Event
304 Event,
315 while (EFI_ERROR (gBS->CheckEvent (Event))) {
359 if (Event != NULL) {
360 gBS->CloseEvent (Event);
929 // Clean up the current token and event.
933 if (Instance->Token->Event != NULL) {
934 gBS->SignalEvent (Instance->Token->Event);
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
Init.c 41 (Standard Event handler)
49 EFI_EVENT Event,
95 (Standard Event handler)
103 EFI_EVENT Event,
1023 EFI_EVENT Event;
1042 &Event
1052 &Event
  /external/deqp/execserver/
xsWin32TestProcess.hpp 58 class Event
61 Event (bool manualReset, bool initialState);
62 ~Event (void);
70 Event (const Event& other);
71 Event& operator= (const Event& other);
90 Event m_cancelEvent;
107 Event m_cancelEvent;
  /external/deqp/framework/common/
tcuThreadUtil.hpp 40 // Event object for synchronizing threads
41 class Event
51 Event (void);
52 ~Event (void);
64 Event (const Event&);
65 Event& operator= (const Event&);
72 Object (const char* type, de::SharedPtr<Event> createEvent);
77 void read (de::SharedPtr<Event> event, std::vector<de::SharedPtr<Event> >& deps)
    [all...]
  /external/libchrome/base/message_loop/
message_pump_glib_unittest.cc 62 Event event = events_[0];
65 if (!event.callback.is_null())
66 event.callback.Run();
67 else if (!event.task.is_null())
68 event.task.Run();
71 // Adds an event to the queue. When "handled", executes |callback|.
72 // delay_ms is relative to the last event if any, or to Now() otherwise.
93 struct Event {
112 EventInjector::Event event = {future, callback, task} local
    [all...]
  /external/python/cpython3/Lib/multiprocessing/
context.py 89 def Event(self):
90 '''Returns an event object'''
91 from .synchronize import Event
92 return Event(ctx=self.get_context())
  /external/replicaisland/src/com/replica/replicaisland/
EventReporter.java 15 private class Event {
26 private ArrayList<Event> mEvents = new ArrayList<Event>();
27 private ArrayList<Event> mProcessedEvents = new ArrayList<Event>();
56 Event event = new Event(); local
57 event.x = x;
58 event.y = y
    [all...]
  /external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
PerfStatsCollector.java 41 public Event startEvent(String eventName) {
42 return new Event(eventName);
48 Event event = startEvent(eventName); local
55 event.finished(success);
70 Event event = startEvent(eventName); local
77 event.finished(success);
111 * Event for perf stats collection.
113 public class Event {
    [all...]
  /external/swiftshader/src/Common/
Thread.hpp 48 class Event;
79 Event *init;
93 class Event
98 Event();
100 ~Event();
213 inline void Event::signal()
225 inline void Event::wait()
  /external/tensorflow/tensorflow/core/grappler/costs/
graph_memory.cc 143 struct Event {
148 bool operator<(const Event& other) const {
237 std::vector<Event> events;
240 events.push_back(Event{live.allocation_time.count(), true, &live});
241 events.push_back(Event{live.deallocation_time.count(), false, &live});
249 const auto& event = events[i]; local
251 if (event.allocated) {
252 VLOG(1) << "At time " << event.timestamp << " allocated "
253 << event.tensor->memory_used << " for tensor "
254 << event.tensor->node << ":" << event.tensor->output_id
    [all...]
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_timeline.h 29 typedef std::map<string, string> Event;
58 // A event is a visualization unit in timeline.
  /external/webrtc/webrtc/base/
httpbase_unittest.cc 50 struct Event {
51 EventType event; member in struct:rtc::HttpBaseTest::Event
68 Event e = { E_HEADER_COMPLETE, chunked, data_size, HM_NONE, HE_NONE};
77 Event e = { E_COMPLETE, false, 0, mode, err };
82 Event e = { E_CLOSED, false, 0, HM_NONE, err };
110 std::vector<Event> events;
130 EXPECT_EQ(E_COMPLETE, events[0].event);
144 EXPECT_EQ(E_HEADER_COMPLETE, events[0].event);
299 EXPECT_EQ(E_COMPLETE, events[last_event].event);
508 // Observe error event on document strea
    [all...]
  /frameworks/base/core/java/android/metrics/
MetricsReader.java 75 ArrayList<Event> nativeEvents = new ArrayList<>();
83 for (Event event : nativeEvents) {
84 final long eventTimestampMs = event.getTimeMillis();
85 Object data = event.getData();
96 .setUid(event.getUid())
97 .setProcessId(event.getProcessId());
116 // any queued event is now too old, so drop them.
151 * Wrapper for the Event object, to facilitate testing.
156 public static class Event {
212 Event event = new Event(nativeEvent); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/trust/
TrustArchive.java 44 private static class Event {
58 private Event(int type, int userId, ComponentName agent, String message,
71 ArrayDeque<Event> mEvents = new ArrayDeque<Event>();
75 addEvent(new Event(TYPE_GRANT_TRUST, userId, agent, message, duration,
80 addEvent(new Event(TYPE_REVOKE_TRUST, userId, agent, null, 0, 0, false));
84 addEvent(new Event(TYPE_TRUST_TIMEOUT, userId, agent, null, 0, 0, false));
88 addEvent(new Event(TYPE_AGENT_DIED, userId, agent, null, 0, 0, false));
92 addEvent(new Event(TYPE_AGENT_CONNECTED, userId, agent, null, 0, 0, false));
96 addEvent(new Event(TYPE_AGENT_STOPPED, userId, agent, null, 0, 0, false))
    [all...]

Completed in 713 milliseconds

1 2 3 4 56 7 8 91011>>