Searched refs:fLastArea (Results 1 – 2 of 2) sorted by relevance
266 fLastArea(NULL) in MessagingService()331 fFirstArea = fLastArea = MessagingArea::Create(lockSem, counterSem); in RegisterService()365 fLastArea = NULL; in UnregisterService()433 while (fFirstArea != fLastArea) { in _AllocateCommand()451 area = fLastArea; in _AllocateCommand()469 fLastArea->Unlock(); in _AllocateCommand()474 fLastArea->SetNextArea(area); in _AllocateCommand()475 fLastArea->Unlock(); in _AllocateCommand()476 fLastArea = area; in _AllocateCommand()
83 MessagingArea *fLastArea; variable