Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/gps/location/
DLocationAPI.cpp58 LocationClientDestroyCbMap destroyClientData; member
109 auto it = gData.destroyClientData.find(this); in onRemoveClientCompleteCb()
110 if (it != gData.destroyClientData.end()) { in onRemoveClientCompleteCb()
115 gData.destroyClientData.erase(it); in onRemoveClientCompleteCb()
259 gData.destroyClientData[this] = destroyCbData; in destroy()