/system/chre/core/ |
D | event.cc | 23 Event::Event(uint16_t eventType_, void *eventData_, in Event() function in chre::Event 30 void Event::incrementRefCount() { in incrementRefCount() 35 void Event::decrementRefCount() { in decrementRefCount() 40 bool Event::isUnreferenced() const { in isUnreferenced()
|
D | event_ref_queue.cc | 32 bool EventRefQueue::push(Event *event) { in push() 43 Event *EventRefQueue::pop() { in pop() 46 Event *event = mQueue.front(); in pop()
|
D | nanoapp.cc | 60 void Nanoapp::postEvent(Event *event) { in postEvent() 68 Event *Nanoapp::processNextEvent() { in processNextEvent() 69 Event *event = mEventQueue.pop(); in processNextEvent()
|
D | event_loop.cc | 86 Event *event = mEvents.pop(); in run() 178 Event *event = mEventPool.allocate(eventType, eventData, freeCallback, in postEvent() 225 void EventLoop::freeEvent(Event *event) { in freeEvent() 239 Event *event = app->processNextEvent(); in deliverNextEvent()
|
/system/core/fastboot/ |
D | socket_mock.cpp | 79 const Event& event = events_.front(); in Receive() 126 events_.push(Event(EventType::kSend, std::move(message), true, nullptr)); in ExpectSend() 130 events_.push(Event(EventType::kSend, std::move(message), false, nullptr)); in ExpectSendFailure() 134 events_.push(Event(EventType::kReceive, std::move(message), false, nullptr)); in AddReceive() 138 events_.push(Event(EventType::kReceive, "", true, nullptr)); in AddReceiveTimeout() 142 events_.push(Event(EventType::kReceive, "", false, nullptr)); in AddReceiveFailure() 146 events_.push(Event(EventType::kAccept, "", false, std::move(sock))); in AddAccept() 149 SocketMock::Event::Event(EventType _type, std::string _message, ssize_t _status, in Event() function in SocketMock::Event
|
D | socket_mock.h | 86 struct Event { struct 87 Event(EventType _type, std::string _message, ssize_t _status, 96 std::queue<Event> events_; argument
|
/system/chre/core/include/chre/core/ |
D | event_ref_queue.h | 45 bool push(Event *event); 55 Event *pop(); 62 ArrayQueue<Event *, kMaxPendingEvents> mQueue;
|
D | event_loop.h | 177 SynchronizedMemoryPool<Event, kMaxEventCount> mEventPool; 195 FixedSizeBlockingQueue<Event *, kMaxUnscheduledEventCount> mEvents; 217 void freeEvent(Event *event);
|
D | nanoapp.h | 80 void postEvent(Event *event); 95 Event *processNextEvent();
|
D | event.h | 38 class Event : public NonCopyable { 40 Event(uint16_t eventType, void *eventData,
|
/system/extras/simpleperf/ |
D | report_lib_interface.cpp | 46 struct Event { struct 88 Event* GetEventOfCurrentSample(ReportLib* report_lib) EXPORT; 131 Event* GetEventOfCurrentSample(); 149 Event current_event_; 232 Event* ReportLib::GetEventOfCurrentSample() { in GetEventOfCurrentSample() 378 Event* GetEventOfCurrentSample(ReportLib* report_lib) { in GetEventOfCurrentSample()
|
D | README.md | 286 Event: cpu-cycles (type 0, config 0) 288 Event count: 546356211 468 Event: cpu-cycles (type 0, config 0) 470 Event count: 16700769019
|
/system/core/adb/ |
D | test_adb.py | 107 stdout_event = threading.Event() 114 stderr_event = threading.Event()
|
D | sysdeps_win32.cpp | 1276 (input_record->Event.KeyEvent.bKeyDown)) { in _get_key_event_record() 1277 if (input_record->Event.KeyEvent.wRepeatCount == 0) { in _get_key_event_record() 1659 KEY_EVENT_RECORD* const key_event = &input_record.Event.KeyEvent; in _console_read()
|
/system/vold/bench/ |
D | benchgen.py | 34 class Event: class 125 events.append(Event(thread, time, call, args, ret))
|
/system/bt/doc/ |
D | power_management.md | 91 ### Event flow
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 236 Hash/HMAC/Event Sequences .........................................................................… 2306 If a CRTM Event sequence is active, extend the PCR designated by the platform-specific 11256 Hash/HMAC/Event Sequences 11263 maintained. For a description of sequences, see “Hash, HMAC, and Event Sequences” in Part 1. 11647 This command starts a hash or an Event sequence. If hashAlg is an implemented hash, then a hash 11648 sequence is started. If hashAlg is TPM_ALG_NULL, then an Event sequence is started. If hashAlg is 11650 Depending on hashAlg, the TPM will create and initialize a hash sequence structure or an Event 11652 sequence to the value in auth. A sequence structure for an Event (hashAlg = TPM_ALG_NULL) contains 11701 An Event sequence starts if this is TPM_ALG_NULL. 12093 This command is not used to complete an Event sequence. TPM2_EventSequenceComplete() is [all …]
|
/system/core/init/ |
D | README.md | 237 Event triggers are strings triggered by the 'trigger' command or by
|