Home
last modified time | relevance | path

Searched refs:drop (Results 1 – 25 of 43) sorted by relevance

12

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_mdpcomp.cpp99 (mCurrentFrame.drop[index] ? "DROP" : in dump()
213 if(!mCurrentFrame.needsRedraw || mCurrentFrame.drop[index]) { in setMDPCompLayerFlags()
273 memset(&drop, false, sizeof(drop)); in reset()
280 memcpy(&drop, &curFrame.drop, sizeof(drop)); in updateCounts()
289 (curFrame.drop[i] != drop[i])) { in isSameFrame()
463 mCurrentFrame.drop[i] = true; in validateAndApplyROI()
473 mCurrentFrame.drop[i] = true; in validateAndApplyROI()
480 memset(&mCurrentFrame.drop, 0, sizeof(mCurrentFrame.drop)); in validateAndApplyROI()
562 mCurrentFrame.drop[i] = true; in validateAndApplyROI()
575 mCurrentFrame.drop[i] = true; in validateAndApplyROI()
[all …]
Dhwc_mdpcomp.h111 bool drop[MAX_NUM_APP_LAYERS]; member
127 bool drop[MAX_NUM_APP_LAYERS]; member
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_mdpcomp.cpp100 (mCurrentFrame.drop[index] ? "DROP" : in dump()
230 if(!mCurrentFrame.needsRedraw || mCurrentFrame.drop[index]) { in setMDPCompLayerFlags()
291 memset(&drop, false, sizeof(drop)); in reset()
305 memcpy(&drop, &curFrame.drop, sizeof(drop)); in updateCounts()
314 (curFrame.drop[i] != drop[i])) { in isSameFrame()
464 mCurrentFrame.drop[i] = true; in validateAndApplyROI()
474 mCurrentFrame.drop[i] = true; in validateAndApplyROI()
481 memset(&mCurrentFrame.drop, 0, sizeof(mCurrentFrame.drop)); in validateAndApplyROI()
569 mCurrentFrame.drop[i] = true; in validateAndApplyROI()
582 mCurrentFrame.drop[i] = true; in validateAndApplyROI()
[all …]
Dhwc_mdpcomp.h114 bool drop[MAX_NUM_APP_LAYERS]; member
131 bool drop[MAX_NUM_APP_LAYERS]; member
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_mdpcomp.cpp111 (mCurrentFrame.drop[index] ? "DROP" : in dump()
296 if(!mCurrentFrame.needsRedraw || mCurrentFrame.drop[index]) { in setMDPCompLayerFlags()
356 memset(&drop, false, sizeof(drop)); in reset()
363 memcpy(&drop, &curFrame.drop, sizeof(drop)); in updateCounts()
372 (curFrame.drop[i] != drop[i])) { in isSameFrame()
565 mCurrentFrame.drop[i] = true; in validateAndApplyROI()
575 mCurrentFrame.drop[i] = true; in validateAndApplyROI()
582 memset(&mCurrentFrame.drop, 0, sizeof(mCurrentFrame.drop)); in validateAndApplyROI()
670 mCurrentFrame.drop[i] = true; in validateAndApplyROI()
683 mCurrentFrame.drop[i] = true; in validateAndApplyROI()
[all …]
Dhwc_mdpcomp.h116 bool drop[MAX_NUM_APP_LAYERS]; member
132 bool drop[MAX_NUM_APP_LAYERS]; member
/hardware/qcom/gps/msm8998/utils/
DLocSharedLock.h52 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } in drop() function
/hardware/qcom/gps/msm8909/utils/
DLocSharedLock.h52 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } in drop() function
/hardware/qcom/gps/msm8909w_3100/utils/
DLocSharedLock.h52 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } in drop() function
/hardware/qcom/gps/msm8996/utils/
DLocSharedLock.h52 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } in drop() function
DLocTimer.cpp185 inline ~LocTimerDelegate() { if (mLock) { mLock->drop(); mLock = NULL; } } in ~LocTimerDelegate()
538 mLock->drop(); in ~LocTimer()
/hardware/qcom/sm7250/gps/utils/
DLocSharedLock.h72 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } in drop() function
DLocTimer.cpp198 inline ~LocTimerDelegate() { if (mLock) { mLock->drop(); mLock = NULL; } } in ~LocTimerDelegate()
539 mLock->drop(); in ~LocTimer()
/hardware/qcom/sm7150/gps/utils/
DLocSharedLock.h70 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } in drop() function
/hardware/qcom/sm8150p/gps/utils/
DLocSharedLock.h70 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } in drop() function
/hardware/qcom/sm8150/gps/utils/
DLocSharedLock.h72 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } in drop() function
DLocTimer.cpp198 inline ~LocTimerDelegate() { if (mLock) { mLock->drop(); mLock = NULL; } } in ~LocTimerDelegate()
539 mLock->drop(); in ~LocTimer()
/hardware/google/apf/
Dapf_run.c212 int drop = 0; in file_handler() local
242 drop++; in file_handler()
250 printf("%d packets dropped\n", drop); in file_handler()
/hardware/interfaces/automotive/can/1.0/
DICanErrorListener.hal25 * If the error is fatal, the client is supposed to drop any references to
DICanBus.hal65 * If the error is fatal, the client is supposed to drop any references to
/hardware/google/gfxstream/guest/vulkan/
DAndroid.bp78 // behavior here. '--gc-sections' has stronger justification: this lets drivers drop
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_external_memory_sci_buf.adoc62 conventions (previous names retained as aliases), and drop const on
/hardware/interfaces/contexthub/1.2/
Dtypes.hal53 * The framework MUST drop messages to host apps that don't have a superset
/hardware/interfaces/camera/device/3.5/
Dtypes.hal57 * drop processing that request.
76 * and drop processing that request.
/hardware/google/gfxstream/guest/vulkan_enc/
DAndroid.bp168 // behavior here. '--gc-sections' has stronger justification: this lets drivers drop

12