Searched refs:outRanks (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/gps/msm8909/utils/
H A DLocHeap.h48 inline bool outRanks(LocRankable& rankable) { return ranks(rankable) > 0; } function in class:LocRankable
H A DLocHeap.cpp62 inline bool outRanks(LocHeapNode& node) { return mData->outRanks(*node.mData); } function in class:LocHeapNode
63 inline bool outRanks(LocRankable& data) { return mData->outRanks(data); } function in class:LocHeapNode
109 if (node.outRanks(*this)) {
150 (top->mLeft->outRanks(*(top->mRight)) ? top->mLeft : top->mRight));
176 } else if (!data.outRanks(*top->mData)) {
202 if (mLeft->outRanks(*this) || !mLeft->checkNodes()) {
211 if (mRight->outRanks(*this) || !mRight->checkNodes()) {
H A DLocTimer.cpp111 // extend LocHeap and pop if the top outRanks input
296 } else if (!priorTop || curTop->outRanks(*priorTop)) {
366 // pop everything in the heap that outRanks now, i.e. has time older than now
387 if (mTree && !timer.outRanks(*peek())) {
510 // IOW, if input obj has bigger tv_sec, this obj outRanks higher
/hardware/qcom/gps/msm8996/utils/
H A DLocHeap.h48 inline bool outRanks(LocRankable& rankable) { return ranks(rankable) > 0; } function in class:LocRankable
H A DLocHeap.cpp62 inline bool outRanks(LocHeapNode& node) { return mData->outRanks(*node.mData); } function in class:LocHeapNode
63 inline bool outRanks(LocRankable& data) { return mData->outRanks(data); } function in class:LocHeapNode
109 if (node.outRanks(*this)) {
150 (top->mLeft->outRanks(*(top->mRight)) ? top->mLeft : top->mRight));
176 } else if (!data.outRanks(*top->mData)) {
202 if (mLeft->outRanks(*this) || !mLeft->checkNodes()) {
211 if (mRight->outRanks(*this) || !mRight->checkNodes()) {
H A DLocTimer.cpp111 // extend LocHeap and pop if the top outRanks input
295 } else if (!priorTop || curTop->outRanks(*priorTop)) {
365 // pop everything in the heap that outRanks now, i.e. has time older than now
385 if (mTree && !timer.outRanks(*peek())) {
508 // IOW, if input obj has bigger tv_sec, this obj outRanks higher
/hardware/qcom/gps/msm8998/utils/
H A DLocHeap.h48 inline bool outRanks(LocRankable& rankable) { return ranks(rankable) > 0; } function in class:LocRankable
H A DLocHeap.cpp62 inline bool outRanks(LocHeapNode& node) { return mData->outRanks(*node.mData); } function in class:LocHeapNode
63 inline bool outRanks(LocRankable& data) { return mData->outRanks(data); } function in class:LocHeapNode
109 if (node.outRanks(*this)) {
150 (top->mLeft->outRanks(*(top->mRight)) ? top->mLeft : top->mRight));
176 } else if (!data.outRanks(*top->mData)) {
202 if (mLeft->outRanks(*this) || !mLeft->checkNodes()) {
211 if (mRight->outRanks(*this) || !mRight->checkNodes()) {
H A DLocTimer.cpp111 // extend LocHeap and pop if the top outRanks input
295 } else if (!priorTop || curTop->outRanks(*priorTop)) {
365 // pop everything in the heap that outRanks now, i.e. has time older than now
385 if (mTree && !timer.outRanks(*peek())) {
508 // IOW, if input obj has bigger tv_sec/tv_nsec, this obj outRanks higher

Completed in 187 milliseconds