Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPIClientBase.h293 mExtMap[session] = ext; in set()
300 mExtMap.clear(); in clear()
306 mExtMap.erase(mForwardMap[id]); in rmById()
314 mExtMap.erase(session); in rmBySession()
343 auto it = mExtMap.find(session); in getExtById()
344 if (it != mExtMap.end()) { in getExtById()
355 auto it = mExtMap.find(session); in getExtBySession()
356 if (it != mExtMap.end()) { in getExtBySession()
378 std::map<uint32_t, T> mExtMap; variable