/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/ |
UhciSched.h | 258 @param Event The event of the time.
259 @param Context Context of the event, pointer to USB_HC_DEV.
267 IN EFI_EVENT Event,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/ |
Handle.h | 105 /// Event to notify
106 EFI_EVENT Event;
131 Signal event for every protocol in protocol entry.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EsrtDxe/ |
EsrtImpl.h | 56 // Ready to boot event
58 EFI_EVENT Event;
233 before gEfiEndOfDxeEventGroupGuid event signaled
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
UefiScsiLib.h | [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/ |
Dhcp6Io.h | 143 @param[in] TimeoutEvent The event of timeout.
216 @param[in] Event The timer event.
223 IN EFI_EVENT Event,
|
/device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/ |
FwBlockServiceDxe.c | 93 IN EFI_EVENT Event,
101 Call the passed in Child Notify event and convert the mFvbModuleGlobal
106 (Standard EFI notify event - EFI_EVENT_NOTIFY)
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/ |
OhciSched.h | 219 @param Event Event handle
227 IN EFI_EVENT Event,
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/DebugAgentDxe/ |
DebugAgentDxe.c | 26 @param[in] Event Pointer to this event
27 @param[in] Context Event handler private data
33 EFI_EVENT Event,
99 // Create event to disable Debug Timer interrupt when exit boot service.
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/ |
Rtc.c | 78 ExitPmAuth Protocol notification event handler, which set initial system time to be
81 @param[in] Event Event whose notification function is being invoked.
88 IN EFI_EVENT Event,
|
/external/python/cpython2/Lib/test/ |
test_nntplib.py | 37 self.evt = threading.Event()
|
/external/webrtc/webrtc/video/ |
video_capture_input_unittest.cc | 16 #include "webrtc/base/event.h" 102 rtc::Event output_frame_event_; 115 rtc::Event frame_destroyed_event(false, false); 118 explicit TestBuffer(rtc::Event* event) : I420Buffer(5, 5), event_(event) {} 123 rtc::Event* const event_;
|
/frameworks/base/libs/hwui/tests/common/ |
TestContext.cpp | 126 DisplayEventReceiver::Event buf[100];
|
/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/ |
VtsHalSensorManagerV1_0TargetTest.cpp | 35 using ::android::hardware::sensors::V1_0::Event; 174 static std::vector<Event> parseEvents(uint8_t *buf, size_t memSize) { 179 std::vector<Event> events; 180 Event event; 195 convertFromSensorEvent(*reinterpret_cast<const sensors_event_t *>(start), &event); 196 events.push_back(event); 248 EXPECT_TRUE(isIncreasing(events.begin(), events.end(), [](const auto &event) { 249 return event.timestamp; 251 for (const auto &event : events) [all...] |
/frameworks/native/services/surfaceflinger/ |
EventThread.cpp | 168 "received hotplug event for an invalid display (id=%d)", type); 172 DisplayEventReceiver::Event event; local 173 event.header.type = DisplayEventReceiver::DISPLAY_EVENT_HOTPLUG; 174 event.header.id = type; 175 event.header.timestamp = systemTime(); 176 event.hotplug.connected = connected; 177 mPendingEvents.add(event); 183 DisplayEventReceiver::Event event; local [all...] |
/frameworks/support/lifecycle/extensions/src/test/java/android/arch/lifecycle/ |
ThreadedLiveDataTest.java | 19 import static android.arch.lifecycle.Lifecycle.Event.ON_START;
|
/hardware/interfaces/sensors/1.0/default/ |
Sensors.cpp | 162 hidl_vec<Event> out; 251 Return<Result> Sensors::injectSensorData(const Event& event) { 258 convertToSensorEvent(event, &out); 335 hidl_vec<Event> *dstVec) { 338 Event *dst = &(*dstVec)[i];
|
/packages/apps/Camera2/src/com/android/camera/captureintent/stateful/ |
StateMachineImpl.java | 37 /** The condition to synchronize state changed event. */ 102 public void processEvent(Event event) { 105 EventHandler eventHandler = mState.getEventHandler(event.getClass()); 107 Log.d(TAG, "Process event : " + event); 108 Optional<State> newState = eventHandler.processEvent(event); 114 Log.e(TAG, "Failed to process event: " + event);
|
/system/chre/core/ |
event_loop.cc | 19 #include "chre/core/event.h" 106 // event queue mEvents (potentially posted from another thread), then within 107 // this context these events are distributed to smaller event queues 108 // associated with each Nanoapp that should receive the event. Once the 109 // event is delivered to all interested Nanoapps, its free callback is 203 // associated free callback processing pending in the event queue (i.e. 214 // messages during the nanoapp event queue flush 221 // Post the unload event now (so we can reference the Nanoapp instance 253 Event *event = mEventPool.allocate(eventType, eventData, freeCallback local 326 Event *event = app->processNextEvent(); local [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/ |
Ps2Keyboard.h | 301 Timer event handler: read a series of scancodes from 8042
307 @param Event - The timer event
314 IN EFI_EVENT Event,
353 Event notification function for SIMPLE_TEXT_IN.WaitForKey event
354 Signal the event if there is key available
356 @param Event the event object
363 IN EFI_EVENT Event,
[all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/ |
BiosKeyboard.h | 481 Waiting on the keyboard event, if there's any key pressed by the user, signal the event
483 @param Event The event that be siganlled when any key has been stroked.
490 IN EFI_EVENT Event,
542 Timer event handler: read a series of key stroke from 8042
546 @param Event The timer event
553 IN EFI_EVENT Event,
576 Reads the next keystroke from the input device. The WaitForKey Event can [all...] |
/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/Scsi/ScsiBusDxe/ |
ScsiBus.c | 63 @param Event The instance of EFI_EVENT.
70 IN EFI_EVENT Event,
922 @param Event If the SCSI bus where the SCSI device is attached
923 does not support non-blocking I/O, then Event is
925 If Event is NULL, then blocking I/O is performed.
926 If Event is not NULL and non-blocking I/O is
928 and Event will be signaled when the SCSI Request
968 IN EFI_EVENT Event OPTIONAL
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/ |
UfsPassThru.h | 411 @param Event If nonblocking I/O is not supported then Event is ignored, and blocking
412 I/O is performed. If Event is NULL, then blocking I/O is performed. If
413 Event is not NULL and non blocking I/O is supported, then
414 nonblocking I/O is performed, and Event will be signaled when the
445 IN EFI_EVENT Event OPTIONAL
626 @param[in] Event If nonblocking I/O is not supported then Event is ignored, and blocking
627 I/O is performed. If Event is NULL, then blocking I/O is performed. If
628 Event is not NULL and non blocking I/O is supported, then [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/ |
DxeProtocolNotify.c | 23 // CoreNotifyOnArchProtocolInstallation () fills in mArchProtocols[].Event
102 Notification event handler registered by CoreNotifyOnArchProtocolInstallation ().
108 @param Event The Event that is being processed, not used.
109 @param Context Event Context, not used.
115 IN EFI_EVENT Event,
183 // Copy all the registered Event to new gRuntime protocol
209 Creates an event for each entry in a table that is fired everytime a Protocol
224 // Create the event
231 &Entry->Event
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/ |
ArpImpl.h | 414 @param ResolvedEvent Pointer to the event that will be signaled when
452 @param ResolvedEvent Pointer to the event that is used as the
453 notification event in previous request session.
456 corresponding event(s) is/are signaled.
646 Event.
660 @param[in] Event The Event this notify function registered to.
662 Event.
670 IN EFI_EVENT Event,
678 Event. [all...] |