Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng_ni.cpp113 const GpsNiNotification *notif, in loc_eng_ni_request_handler()
140 ((GpsNiNotification*)notif)->notification_id = loc_eng_ni_data_p->reqID; in loc_eng_ni_request_handler()
175 loc_eng_data.ni_notify_cb((GpsNiNotification*)notif); in loc_eng_ni_request_handler()
Dloc_eng_msg.h257 const GpsNiNotification mNotify;
260 GpsNiNotification &notif,
Dloc_eng.h232 const GpsNiNotification *notif,
DLocEngAdapter.cpp218 bool LocEngAdapter::requestNiNotify(GpsNiNotification &notif, const void* data) in requestNiNotify()
DLocEngAdapter.h258 virtual bool requestNiNotify(GpsNiNotification &notify, const void* data);
Dloc_eng.cpp212 GpsNiNotification &notif, in LocEngRequestNi()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_ni.cpp113 const GpsNiNotification *notif, in loc_eng_ni_request_handler()
157 ((GpsNiNotification*)notif)->notification_id = pSession->reqID; in loc_eng_ni_request_handler()
192 loc_eng_data.ni_notify_cb((GpsNiNotification*)notif); in loc_eng_ni_request_handler()
Dloc_eng_msg.h257 const GpsNiNotification mNotify;
260 GpsNiNotification &notif,
Dloc_eng.h246 const GpsNiNotification *notif,
DLocEngAdapter.cpp302 bool LocEngAdapter::requestNiNotify(GpsNiNotification &notif, const void* data) in requestNiNotify()
DLocEngAdapter.h285 virtual bool requestNiNotify(GpsNiNotification &notify, const void* data);
Dloc_eng.cpp224 GpsNiNotification &notif, in LocEngRequestNi()
/hardware/qcom/gps/core/
DLocAdapterBase.cpp129 requestNiNotify(GpsNiNotification &notify, const void* data)
DLocAdapterBase.h100 virtual bool requestNiNotify(GpsNiNotification &notify,
DLocApiBase.h123 void requestNiNotify(GpsNiNotification &notify, const void* data);
DLocApiBase.cpp319 void LocApiBase::requestNiNotify(GpsNiNotification &notify, const void* data) in requestNiNotify()
/hardware/qcom/gps/msm8960/core/
DLocAdapterBase.cpp137 requestNiNotify(GpsNiNotification &notify, const void* data)
DLocAdapterBase.h98 virtual bool requestNiNotify(GpsNiNotification &notify,
DLocApiBase.h109 void requestNiNotify(GpsNiNotification &notify, const void* data);
DLocApiBase.cpp289 void LocApiBase::requestNiNotify(GpsNiNotification &notify, const void* data) in requestNiNotify()
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
DLocApiRpc.h55 static int NIEventFillVerfiyType(GpsNiNotification &notif,
/hardware/libhardware/include/hardware/
Dgps.h898 } GpsNiNotification; typedef
903 typedef void (*gps_ni_notify_callback)(GpsNiNotification *notification);
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpc.cpp1200 GpsNiNotification notif = {0}; in NIEvent()
1344 int LocApiRpc::NIEventFillVerfiyType(GpsNiNotification &notif, in NIEventFillVerfiyType()