Home
last modified time | relevance | path

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

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