Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/gps/batching/
Dlocation_batching.cpp38 static void removeClient(LocationAPI* client, removeClientCompleteCallback rmClientCb);
90 static void removeClient(LocationAPI* client, removeClientCompleteCallback rmClientCb) in removeClient() argument
93 gBatchingAdapter->removeClientCommand(client, rmClientCb); in removeClient()
/hardware/qcom/sm8150/gps/geofence/
Dlocation_geofence.cpp38 static void removeClient(LocationAPI* client, removeClientCompleteCallback rmClientCb);
93 static void removeClient(LocationAPI* client, removeClientCompleteCallback rmClientCb) in removeClient() argument
96 gGeofenceAdapter->removeClientCommand(client, rmClientCb); in removeClient()
/hardware/qcom/sm8150/gps/location/
Dlocation_interface.h56 void (*removeClient)(LocationAPI* client, removeClientCompleteCallback rmClientCb);
97 void (*removeClient)(LocationAPI* client, removeClientCompleteCallback rmClientCb);
110 void (*removeClient)(LocationAPI* client, removeClientCompleteCallback rmClientCb);
/hardware/qcom/sm8150/gps/gnss/
Dlocation_gnss.cpp39 static void removeClient(LocationAPI* client, removeClientCompleteCallback rmClientCb);
153 static void removeClient(LocationAPI* client, removeClientCompleteCallback rmClientCb) in removeClient() argument
156 gGnssAdapter->removeClientCommand(client, rmClientCb); in removeClient()
/hardware/qcom/sm8150/gps/core/
DLocAdapterBase.cpp355 removeClientCompleteCallback rmClientCb) in removeClientCommand() argument
379 sendMsg(new MsgRemoveClient(*this, client, rmClientCb)); in removeClientCommand()
DLocAdapterBase.h210 removeClientCompleteCallback rmClientCb);