/aosp12/hardware/qcom/gps/msm8909w_3100/core/ |
H A D | LocAdapterBase.cpp | 53 uint32_t LocAdapterBase::mSessionIdCounter(1); member in loc_core::LocAdapterBase 57 if (++mSessionIdCounter == 0xFFFFFFFF) in generateSessionId() 58 mSessionIdCounter = 1; in generateSessionId() 60 return mSessionIdCounter; in generateSessionId()
|
H A D | LocAdapterBase.h | 61 static uint32_t mSessionIdCounter;
|
/aosp12/hardware/qcom/sdm845/gps/sdm845/core/ |
H A D | LocAdapterBase.cpp | 54 uint32_t LocAdapterBase::mSessionIdCounter(1); member in loc_core::LocAdapterBase 58 if (++mSessionIdCounter == 0xFFFFFFFF) in generateSessionId() 59 mSessionIdCounter = 1; in generateSessionId() 61 return mSessionIdCounter; in generateSessionId()
|
H A D | LocAdapterBase.h | 64 static uint32_t mSessionIdCounter;
|
/aosp12/hardware/qcom/gps/msm8998/core/ |
H A D | LocAdapterBase.cpp | 53 uint32_t LocAdapterBase::mSessionIdCounter(1); member in loc_core::LocAdapterBase 57 if (++mSessionIdCounter == 0xFFFFFFFF) in generateSessionId() 58 mSessionIdCounter = 1; in generateSessionId() 60 return mSessionIdCounter; in generateSessionId()
|
H A D | LocAdapterBase.h | 61 static uint32_t mSessionIdCounter;
|
/aosp12/hardware/qcom/sdm845/gps/msm8998/core/ |
H A D | LocAdapterBase.cpp | 53 uint32_t LocAdapterBase::mSessionIdCounter(1); member in loc_core::LocAdapterBase 57 if (++mSessionIdCounter == 0xFFFFFFFF) in generateSessionId() 58 mSessionIdCounter = 1; in generateSessionId() 60 return mSessionIdCounter; in generateSessionId()
|
H A D | LocAdapterBase.h | 61 static uint32_t mSessionIdCounter;
|
/aosp12/hardware/qcom/sm8150p/gps/core/ |
H A D | LocAdapterBase.cpp | 55 uint32_t LocAdapterBase::mSessionIdCounter(1); member in loc_core::LocAdapterBase 59 if (++mSessionIdCounter == 0xFFFFFFFF) in generateSessionId() 60 mSessionIdCounter = 1; in generateSessionId() 62 return mSessionIdCounter; in generateSessionId()
|
H A D | LocAdapterBase.h | 63 static uint32_t mSessionIdCounter;
|
/aosp12/hardware/qcom/sm7150/gps/core/ |
H A D | LocAdapterBase.cpp | 62 uint32_t LocAdapterBase::mSessionIdCounter(1); member in loc_core::LocAdapterBase 66 if (++mSessionIdCounter == 0xFFFFFFFF) in generateSessionId() 67 mSessionIdCounter = 1; in generateSessionId() 69 return mSessionIdCounter; in generateSessionId()
|
H A D | LocAdapterBase.h | 63 static uint32_t mSessionIdCounter;
|
/aosp12/frameworks/native/libs/binder/ |
H A D | RpcServer.cpp | 203 LOG_ALWAYS_FATAL_IF(mSessionIdCounter >= INT32_MAX, "Out of session IDs"); in establishConnection() 204 mSessionIdCounter++; in establishConnection() 207 session->setForServer(wp<RpcServer>::fromExisting(this), mSessionIdCounter); in establishConnection() 209 mSessions[mSessionIdCounter] = session; in establishConnection()
|
/aosp12/hardware/qcom/sm7250/gps/core/ |
H A D | LocAdapterBase.cpp | 62 uint32_t LocAdapterBase::mSessionIdCounter(1); member in loc_core::LocAdapterBase 66 if (++mSessionIdCounter == 0xFFFFFFFF) in generateSessionId() 67 mSessionIdCounter = 1; in generateSessionId() 69 return mSessionIdCounter; in generateSessionId()
|
H A D | LocAdapterBase.h | 63 static uint32_t mSessionIdCounter;
|
/aosp12/hardware/qcom/sm8150/gps/core/ |
H A D | LocAdapterBase.cpp | 62 uint32_t LocAdapterBase::mSessionIdCounter(1); member in loc_core::LocAdapterBase 66 if (++mSessionIdCounter == 0xFFFFFFFF) in generateSessionId() 67 mSessionIdCounter = 1; in generateSessionId() 69 return mSessionIdCounter; in generateSessionId()
|
H A D | LocAdapterBase.h | 63 static uint32_t mSessionIdCounter;
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | RpcServer.h | 161 int32_t mSessionIdCounter = 0; variable
|