/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/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/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/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/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/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()
|
D | mdp_version.cpp | 412 mSplit.mLeft = atoi(split); in updateSplitInfo() 413 ALOGI_IF(mSplit.mLeft, "Left Split=%d", mSplit.mLeft); in updateSplitInfo()
|
/hardware/qcom/display/msm8909/libqdutils/ |
D | mdp_version.h | 77 int mLeft; member 79 Split() : mLeft(0), mRight(0){} in Split() 80 int left() { return mLeft; } in left()
|
D | mdp_version.cpp | 396 mSplit.mLeft = atoi(split); in updateSplitInfo() 397 ALOGI_IF(mSplit.mLeft, "Left Split=%d", mSplit.mLeft); in updateSplitInfo()
|
/hardware/ti/omap4xxx/camera/ |
D | CameraHalUtilClasses.cpp | 139 left = ( mLeft + hRange / 2 ) * hScale; in transfrom() 354 return ((mTop == area->mTop) && (mLeft == area->mLeft) && in compare()
|
/hardware/ti/omap4-aah/camera/ |
D | CameraHalUtilClasses.cpp | 137 left = ( mLeft + hRange / 2 ) * hScale; in transfrom() 352 return ((mTop == area->mTop) && (mLeft == area->mLeft) && in compare()
|
/hardware/ti/omap4xxx/camera/inc/ |
D | CameraHal.h | 138 mLeft(left), in CameraArea() 152 return ( ( 0 != mTop ) || ( 0 != mLeft ) || ( 0 != mBottom ) || ( 0 != mRight) ); in isValid() 157 return ( (0 == mTop ) && ( 0 == mLeft ) && ( 0 == mBottom ) in isZeroArea() 189 ssize_t mLeft; variable
|
/hardware/ti/omap4-aah/camera/inc/ |
D | CameraHal.h | 194 mLeft(left), in CameraArea() 208 return ( ( 0 != mTop ) || ( 0 != mLeft ) || ( 0 != mBottom ) || ( 0 != mRight) ); in isValid() 213 return ( (0 == mTop ) && ( 0 == mLeft ) && ( 0 == mBottom ) in isZeroArea() 245 ssize_t mLeft; variable
|