Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8998/location/
DLocationAPIClientBase.h175 mTypeMap[session] = type; in set()
182 mTypeMap.clear(); in clear()
188 mTypeMap.erase(mForwardMap[id]); in rmById()
196 mTypeMap.erase(session); in rmBySession()
222 auto it = mTypeMap.find(session); in getType()
223 if (it != mTypeMap.end()) { in getType()
245 std::map<uint32_t, uint32_t> mTypeMap; variable