Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/gps/msm8909w_3100/location/
H A 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
/aosp12/hardware/qcom/sm7150/gps/location/
H A DLocationAPIClientBase.h320 mExtMap[session] = ext; in set()
327 mExtMap.clear(); in clear()
333 mExtMap.erase(mForwardMap[id]); in rmById()
341 mExtMap.erase(session); in rmBySession()
370 auto it = mExtMap.find(session); in getExtById()
371 if (it != mExtMap.end()) { in getExtById()
382 auto it = mExtMap.find(session); in getExtBySession()
383 if (it != mExtMap.end()) { in getExtBySession()
405 std::map<uint32_t, T> mExtMap; variable
/aosp12/hardware/qcom/sm8150p/gps/location/
H A DLocationAPIClientBase.h320 mExtMap[session] = ext; in set()
327 mExtMap.clear(); in clear()
333 mExtMap.erase(mForwardMap[id]); in rmById()
341 mExtMap.erase(session); in rmBySession()
370 auto it = mExtMap.find(session); in getExtById()
371 if (it != mExtMap.end()) { in getExtById()
382 auto it = mExtMap.find(session); in getExtBySession()
383 if (it != mExtMap.end()) { in getExtBySession()
405 std::map<uint32_t, T> mExtMap; variable
/aosp12/hardware/qcom/sm7250/gps/location/
H A DLocationAPIClientBase.h325 mExtMap[session] = ext; in set()
332 mExtMap.clear(); in clear()
338 mExtMap.erase(mForwardMap[id]); in rmById()
346 mExtMap.erase(session); in rmBySession()
375 auto it = mExtMap.find(session); in getExtById()
376 if (it != mExtMap.end()) { in getExtById()
387 auto it = mExtMap.find(session); in getExtBySession()
388 if (it != mExtMap.end()) { in getExtBySession()
410 std::map<uint32_t, T> mExtMap; variable
/aosp12/hardware/qcom/sdm845/gps/sdm845/location/
H A DLocationAPIClientBase.h317 mExtMap[session] = ext; in set()
324 mExtMap.clear(); in clear()
330 mExtMap.erase(mForwardMap[id]); in rmById()
338 mExtMap.erase(session); in rmBySession()
367 auto it = mExtMap.find(session); in getExtById()
368 if (it != mExtMap.end()) { in getExtById()
379 auto it = mExtMap.find(session); in getExtBySession()
380 if (it != mExtMap.end()) { in getExtBySession()
402 std::map<uint32_t, T> mExtMap; variable
/aosp12/hardware/qcom/sm8150/gps/location/
H A DLocationAPIClientBase.h325 mExtMap[session] = ext; in set()
332 mExtMap.clear(); in clear()
338 mExtMap.erase(mForwardMap[id]); in rmById()
346 mExtMap.erase(session); in rmBySession()
375 auto it = mExtMap.find(session); in getExtById()
376 if (it != mExtMap.end()) { in getExtById()
387 auto it = mExtMap.find(session); in getExtBySession()
388 if (it != mExtMap.end()) { in getExtBySession()
410 std::map<uint32_t, T> mExtMap; variable