Searched refs:fPendingEventsList (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Streams/
H A DIrStream.cpp200 CList *TIrStream::fPendingEventsList; // add to front, take from last, event FIFO member in class:TIrStream
213 require(fPendingEventsList, Fail);
216 list_retain_count = fPendingEventsList->getRetainCount();
217 XTRACE(kLogFreeQueue, list_retain_count, fPendingEventsList->GetArraySize());
219 fPendingEventsList->release(); // this stream doesn't need the list anymore
222 fPendingEventsList = nil;
230 if (fPendingEventsList != nil && fPendingEventsList->GetArraySize() > 0) {
233 for (index = fPendingEventsList->GetArraySize()-1; index >= 0; index--) {
234 TIrEvent *event = (TIrEvent *)fPendingEventsList
[all...]
H A DIrStream.h51 static CList *fPendingEventsList; // add to front, take from last, event FIFO member in class:TIrStream

Completed in 116 milliseconds