Home
last modified time | relevance | path

Searched refs:mMsgTaskRefCount (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/qcom/sm8150p/gps/core/
H A DLocApiBase.h111 static volatile int32_t mMsgTaskRefCount; variable
126 android_atomic_dec(&mMsgTaskRefCount); in ~LocApiBase()
127 if (nullptr != mMsgTask && 0 == mMsgTaskRefCount) { in ~LocApiBase()
H A DLocApiBase.cpp152 volatile int32_t LocApiBase::mMsgTaskRefCount = 0; member in loc_core::LocApiBase
161 android_atomic_inc(&mMsgTaskRefCount); in LocApiBase()
/aosp12/hardware/qcom/sm7150/gps/core/
H A DLocApiBase.h111 static volatile int32_t mMsgTaskRefCount; variable
126 android_atomic_dec(&mMsgTaskRefCount); in ~LocApiBase()
127 if (nullptr != mMsgTask && 0 == mMsgTaskRefCount) { in ~LocApiBase()
H A DLocApiBase.cpp152 volatile int32_t LocApiBase::mMsgTaskRefCount = 0; member in loc_core::LocApiBase
161 android_atomic_inc(&mMsgTaskRefCount); in LocApiBase()
/aosp12/hardware/qcom/sm7250/gps/core/
H A DLocApiBase.h115 static volatile int32_t mMsgTaskRefCount; variable
130 android_atomic_dec(&mMsgTaskRefCount); in ~LocApiBase()
131 if (nullptr != mMsgTask && 0 == mMsgTaskRefCount) { in ~LocApiBase()
H A DLocApiBase.cpp153 volatile int32_t LocApiBase::mMsgTaskRefCount = 0; member in loc_core::LocApiBase
162 android_atomic_inc(&mMsgTaskRefCount); in LocApiBase()
/aosp12/hardware/qcom/sm8150/gps/core/
H A DLocApiBase.h115 static volatile int32_t mMsgTaskRefCount; variable
130 android_atomic_dec(&mMsgTaskRefCount); in ~LocApiBase()
131 if (nullptr != mMsgTask && 0 == mMsgTaskRefCount) { in ~LocApiBase()
H A DLocApiBase.cpp153 volatile int32_t LocApiBase::mMsgTaskRefCount = 0; member in loc_core::LocApiBase
162 android_atomic_inc(&mMsgTaskRefCount); in LocApiBase()