Searched refs:mTree (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/gps/msm8909/utils/
H A DLocHeap.cpp223 if (mTree) {
224 delete mTree;
230 if (!mTree) {
231 mTree = heapNode;
233 mTree->push(*heapNode);
239 if (mTree) {
240 top = mTree->mData;
247 if (mTree) {
248 // mTree may become NULL after this call
249 LocHeapNode* heapNode = LocHeapNode::pop(mTree);
[all...]
H A DLocHeap.h61 LocHeapNode* mTree; member in class:LocHeap
63 inline LocHeap() : mTree(NULL) {}
H A DLocTimer.cpp313 LocHeapNode* mTree; member in struct:MsgTimerPush
385 if (mTree && !timer.outRanks(*peek())) {
/hardware/qcom/gps/msm8996/utils/
H A DLocHeap.cpp223 if (mTree) {
224 delete mTree;
230 if (!mTree) {
231 mTree = heapNode;
233 mTree->push(*heapNode);
239 if (mTree) {
240 top = mTree->mData;
247 if (mTree) {
248 // mTree may become NULL after this call
249 LocHeapNode* heapNode = LocHeapNode::pop(mTree);
[all...]
H A DLocHeap.h61 LocHeapNode* mTree; member in class:LocHeap
63 inline LocHeap() : mTree(NULL) {}
H A DLocTimer.cpp313 LocHeapNode* mTree; member in struct:MsgTimerPush
385 if (mTree && !timer.outRanks(*peek())) {

Completed in 288 milliseconds