HomeSort by relevance Sort by last modified time
    Searched full:priortop (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/gps/msm8909/utils/
LocTimer.cpp 114 void updateSoonestTime(LocTimerDelegate* priorTop);
281 void LocTimerContainer::updateSoonestTime(LocTimerDelegate* priorTop) {
285 if (curTop != priorTop) {
296 } else if (!priorTop || curTop->outRanks(*priorTop)) {
319 LocTimerDelegate* priorTop = mTimerContainer->getSoonestTimer();
321 mTimerContainer->updateSoonestTime(priorTop);
336 LocTimerDelegate* priorTop = mTimerContainer->getSoonestTimer();
339 // mTimerContainer AND mTimer is not priorTop.
340 if (priorTop == ((LocHeap*)mTimerContainer)->remove((LocRankable&)*mTimer))
    [all...]
  /hardware/qcom/gps/msm8996/utils/
LocTimer.cpp 114 void updateSoonestTime(LocTimerDelegate* priorTop);
281 void LocTimerContainer::updateSoonestTime(LocTimerDelegate* priorTop) {
285 if (curTop != priorTop) {
295 } else if (!priorTop || curTop->outRanks(*priorTop)) {
318 LocTimerDelegate* priorTop = mTimerContainer->getSoonestTimer();
320 mTimerContainer->updateSoonestTime(priorTop);
335 LocTimerDelegate* priorTop = mTimerContainer->getSoonestTimer();
338 // mTimerContainer AND mTimer is not priorTop.
339 if (priorTop == ((LocHeap*)mTimerContainer)->remove((LocRankable&)*mTimer))
    [all...]
  /hardware/qcom/gps/msmcobalt/utils/
LocTimer.cpp 114 void updateSoonestTime(LocTimerDelegate* priorTop);
281 void LocTimerContainer::updateSoonestTime(LocTimerDelegate* priorTop) {
285 if (curTop != priorTop) {
295 } else if (!priorTop || curTop->outRanks(*priorTop)) {
318 LocTimerDelegate* priorTop = mTimerContainer->getSoonestTimer();
320 mTimerContainer->updateSoonestTime(priorTop);
335 LocTimerDelegate* priorTop = mTimerContainer->getSoonestTimer();
338 // mTimerContainer AND mTimer is not priorTop.
339 if (priorTop == ((LocHeap*)mTimerContainer)->remove((LocRankable&)*mTimer))
    [all...]

Completed in 712 milliseconds