/hardware/qcom/sm8150/gps/utils/ |
D | LocHeap.cpp | 38 LocHeapNode* mLeft; member in loc_util::LocHeapNode 43 mSize(1), mLeft(NULL), mRight(NULL), mData(&data) {} in LocHeapNode() 76 if (mLeft) { in ~LocHeapNode() 77 delete mLeft; in ~LocHeapNode() 78 mLeft = NULL; in ~LocHeapNode() 116 if (NULL == mLeft) { in push() 117 mLeft = &node; in push() 120 } else if (mLeft->mSize <= mRight->mSize) { in push() 121 mLeft->push(node); in push() 146 if (top->mLeft || top->mRight) { in pop() [all …]
|
/hardware/qcom/sm7250/gps/utils/ |
D | LocHeap.cpp | 38 LocHeapNode* mLeft; member in loc_util::LocHeapNode 43 mSize(1), mLeft(NULL), mRight(NULL), mData(&data) {} in LocHeapNode() 76 if (mLeft) { in ~LocHeapNode() 77 delete mLeft; in ~LocHeapNode() 78 mLeft = NULL; in ~LocHeapNode() 116 if (NULL == mLeft) { in push() 117 mLeft = &node; in push() 120 } else if (mLeft->mSize <= mRight->mSize) { in push() 121 mLeft->push(node); in push() 146 if (top->mLeft || top->mRight) { in pop() [all …]
|
/hardware/qcom/gps/msm8996/utils/ |
D | LocHeap.cpp | 36 LocHeapNode* mLeft; member in LocHeapNode 41 mSize(1), mLeft(NULL), mRight(NULL), mData(&data) {} in LocHeapNode() 74 if (mLeft) { in ~LocHeapNode() 75 delete mLeft; in ~LocHeapNode() 76 mLeft = NULL; in ~LocHeapNode() 114 if (NULL == mLeft) { in push() 115 mLeft = &node; in push() 118 } else if (mLeft->mSize <= mRight->mSize) { in push() 119 mLeft->push(node); in push() 144 if (top->mLeft || top->mRight) { in pop() [all …]
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | LocHeap.cpp | 36 LocHeapNode* mLeft; member in LocHeapNode 41 mSize(1), mLeft(NULL), mRight(NULL), mData(&data) {} in LocHeapNode() 74 if (mLeft) { in ~LocHeapNode() 75 delete mLeft; in ~LocHeapNode() 76 mLeft = NULL; in ~LocHeapNode() 114 if (NULL == mLeft) { in push() 115 mLeft = &node; in push() 118 } else if (mLeft->mSize <= mRight->mSize) { in push() 119 mLeft->push(node); in push() 144 if (top->mLeft || top->mRight) { in pop() [all …]
|
/hardware/qcom/gps/msm8998/utils/ |
D | LocHeap.cpp | 36 LocHeapNode* mLeft; member in LocHeapNode 41 mSize(1), mLeft(NULL), mRight(NULL), mData(&data) {} in LocHeapNode() 74 if (mLeft) { in ~LocHeapNode() 75 delete mLeft; in ~LocHeapNode() 76 mLeft = NULL; in ~LocHeapNode() 114 if (NULL == mLeft) { in push() 115 mLeft = &node; in push() 118 } else if (mLeft->mSize <= mRight->mSize) { in push() 119 mLeft->push(node); in push() 144 if (top->mLeft || top->mRight) { in pop() [all …]
|
/hardware/qcom/gps/msm8909/utils/ |
D | LocHeap.cpp | 36 LocHeapNode* mLeft; member in LocHeapNode 41 mSize(1), mLeft(NULL), mRight(NULL), mData(&data) {} in LocHeapNode() 74 if (mLeft) { in ~LocHeapNode() 75 delete mLeft; in ~LocHeapNode() 76 mLeft = NULL; in ~LocHeapNode() 114 if (NULL == mLeft) { in push() 115 mLeft = &node; in push() 118 } else if (mLeft->mSize <= mRight->mSize) { in push() 119 mLeft->push(node); in push() 144 if (top->mLeft || top->mRight) { in pop() [all …]
|
/hardware/qcom/sm8150p/gps/utils/ |
D | LocHeap.cpp | 36 LocHeapNode* mLeft; member in LocHeapNode 41 mSize(1), mLeft(NULL), mRight(NULL), mData(&data) {} in LocHeapNode() 74 if (mLeft) { in ~LocHeapNode() 75 delete mLeft; in ~LocHeapNode() 76 mLeft = NULL; in ~LocHeapNode() 114 if (NULL == mLeft) { in push() 115 mLeft = &node; in push() 118 } else if (mLeft->mSize <= mRight->mSize) { in push() 119 mLeft->push(node); in push() 144 if (top->mLeft || top->mRight) { in pop() [all …]
|
/hardware/qcom/sm7150/gps/utils/ |
D | LocHeap.cpp | 36 LocHeapNode* mLeft; member in LocHeapNode 41 mSize(1), mLeft(NULL), mRight(NULL), mData(&data) {} in LocHeapNode() 74 if (mLeft) { in ~LocHeapNode() 75 delete mLeft; in ~LocHeapNode() 76 mLeft = NULL; in ~LocHeapNode() 114 if (NULL == mLeft) { in push() 115 mLeft = &node; in push() 118 } else if (mLeft->mSize <= mRight->mSize) { in push() 119 mLeft->push(node); in push() 144 if (top->mLeft || top->mRight) { in pop() [all …]
|
/hardware/qcom/display/msm8084/libqdutils/ |
D | mdp_version.h | 87 int mLeft; member 89 Split() : mLeft(0), mRight(0){} in Split() 90 int left() { return mLeft; } in left()
|
D | mdp_version.cpp | 349 mSplit.mLeft = atoi(split); in updateSplitInfo() 350 ALOGI_IF(mSplit.mLeft, "Left Split=%d", mSplit.mLeft); in updateSplitInfo()
|
/hardware/qcom/display/msm8226/libqdutils/ |
D | mdp_version.h | 87 int mLeft; member 89 Split() : mLeft(0), mRight(0){} in Split() 90 int left() { return mLeft; } in left()
|
D | mdp_version.cpp | 355 mSplit.mLeft = atoi(split); in updateSplitInfo() 356 ALOGI_IF(mSplit.mLeft, "Left Split=%d", mSplit.mLeft); in updateSplitInfo()
|
/hardware/qcom/display/msm8994/libqdutils/ |
D | mdp_version.h | 77 int mLeft; member 79 Split() : mLeft(0), mRight(0){} in Split() 80 int left() { return mLeft; } in left()
|
/hardware/interfaces/media/bufferpool/aidl/default/ |
D | BufferPool.h | 78 size_t mLeft; member 85 mLeft(left), in Pending() 90 return isBufferInRange(mFrom, mTo, bufferId) && --mLeft == 0; in isInvalidated()
|