Home
last modified time | relevance | path

Searched refs:LocHeap (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/gps/msm8909/utils/
DLocHeap.cpp32 friend class LocHeap;
222 LocHeap::~LocHeap() { in ~LocHeap()
228 void LocHeap::push(LocRankable& node) { in push()
237 LocRankable* LocHeap::peek() { in peek()
245 LocRankable* LocHeap::pop() { in pop()
256 LocRankable* LocHeap::remove(LocRankable& rankable) { in remove()
270 bool LocHeap::checkTree() { in checkTree()
273 uint32_t LocHeap::getTreeSize() { in getTreeSize()
284 class LocHeapDebug : public LocHeap {
DLocHeap.h59 class LocHeap {
63 inline LocHeap() : mTree(NULL) {} in LocHeap() function
64 ~LocHeap();
DAndroid.mk22 LocHeap.cpp \
51 LocHeap.h \
DLocTimer.cpp92 class LocTimerContainer : public LocHeap {
339 if (priorTop == ((LocHeap*)mTimerContainer)->remove((LocRankable&)*mTimer)) { in remove()
/hardware/qcom/gps/msm8996/utils/
DLocHeap.cpp32 friend class LocHeap;
222 LocHeap::~LocHeap() { in ~LocHeap()
228 void LocHeap::push(LocRankable& node) { in push()
237 LocRankable* LocHeap::peek() { in peek()
245 LocRankable* LocHeap::pop() { in pop()
256 LocRankable* LocHeap::remove(LocRankable& rankable) { in remove()
270 bool LocHeap::checkTree() { in checkTree()
273 uint32_t LocHeap::getTreeSize() { in getTreeSize()
284 class LocHeapDebug : public LocHeap {
DLocHeap.h59 class LocHeap {
63 inline LocHeap() : mTree(NULL) {} in LocHeap() function
64 ~LocHeap();
DAndroid.mk22 LocHeap.cpp \
51 LocHeap.h \
DLocTimer.cpp92 class LocTimerContainer : public LocHeap {
339 if (priorTop == ((LocHeap*)mTimerContainer)->remove((LocRankable&)*mTimer)) { in remove()