Home
last modified time | relevance | path

Searched refs:android_atomic_dec (Results 1 – 15 of 15) sorted by relevance

/hardware/qcom/sm8150p/gps/utils/
DLocSharedLock.h47 inline int32_t android_atomic_dec(volatile int32_t *addr) in android_atomic_dec() function
70 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } in drop()
/hardware/qcom/sm8150/gps/utils/
DLocSharedLock.h47 inline int32_t android_atomic_dec(volatile int32_t *addr) in android_atomic_dec() function
70 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } in drop()
/hardware/qcom/sm7150/gps/utils/
DLocSharedLock.h47 inline int32_t android_atomic_dec(volatile int32_t *addr) in android_atomic_dec() function
70 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } in drop()
/hardware/qcom/gps/msm8909/utils/
DLocSharedLock.h52 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } in drop()
/hardware/qcom/sdm845/gps/msm8909/utils/
DLocSharedLock.h52 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } in drop()
/hardware/qcom/sdm845/gps/msm8998/utils/
DLocSharedLock.h52 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } in drop()
/hardware/qcom/gps/msm8996/utils/
DLocSharedLock.h52 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } in drop()
/hardware/qcom/gps/msm8909w_3100/utils/
DLocSharedLock.h52 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } in drop()
/hardware/qcom/gps/msm8998/utils/
DLocSharedLock.h52 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } in drop()
/hardware/qcom/sdm845/gps/sdm845/utils/
DLocSharedLock.h52 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } in drop()
/hardware/qcom/sdm845/gps/msm8996/utils/
DLocSharedLock.h52 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } in drop()
/hardware/qcom/sm7150/gps/core/
DLocApiBase.h126 android_atomic_dec(&mMsgTaskRefCount); in ~LocApiBase()
/hardware/qcom/sm8150p/gps/core/
DLocApiBase.h126 android_atomic_dec(&mMsgTaskRefCount); in ~LocApiBase()
/hardware/qcom/sm8150/gps/core/
DLocApiBase.h126 android_atomic_dec(&mMsgTaskRefCount); in ~LocApiBase()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_msm8974.cpp7607 android_atomic_dec(&omx->m_queued_codec_config_count); in async_message_process()