/frameworks/base/location/java/com/android/internal/location/ |
GpsNetInitiatedHandler.java | 122 public static class GpsNiNotification 256 public void handleNiNotification(GpsNiNotification notif) { 284 private void handleNi(GpsNiNotification notif) { 325 private void handleNiInEs(GpsNiNotification notif) { 356 private synchronized void setNiNotification(GpsNiNotification notif) { 398 private void openNiDialog(GpsNiNotification notif) 411 private Intent getDlgIntent(GpsNiNotification notif) 566 static private String getNotifTicker(GpsNiNotification notif, Context context) 575 static private String getNotifTitle(GpsNiNotification notif, Context context) 582 static private String getNotifMessage(GpsNiNotification notif, Context context [all...] |
/hardware/qcom/gps/core/ |
LocAdapterBase.cpp | 129 requestNiNotify(GpsNiNotification ¬ify, const void* data)
|
LocAdapterBase.h | 100 virtual bool requestNiNotify(GpsNiNotification ¬ify,
|
LocApiBase.h | 123 void requestNiNotify(GpsNiNotification ¬ify, const void* data);
|
LocApiBase.cpp | 319 void LocApiBase::requestNiNotify(GpsNiNotification ¬ify, const void* data)
|
/hardware/qcom/gps/msm8960/core/ |
LocAdapterBase.h | 98 virtual bool requestNiNotify(GpsNiNotification ¬ify,
|
LocAdapterBase.cpp | 137 requestNiNotify(GpsNiNotification ¬ify, const void* data)
|
LocApiBase.h | 109 void requestNiNotify(GpsNiNotification ¬ify, const void* data);
|
LocApiBase.cpp | 289 void LocApiBase::requestNiNotify(GpsNiNotification ¬ify, const void* data)
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
loc_eng_msg.h | 257 const GpsNiNotification mNotify; 260 GpsNiNotification ¬if,
|
loc_eng_ni.cpp | 113 const GpsNiNotification *notif, 157 ((GpsNiNotification*)notif)->notification_id = pSession->reqID; 192 loc_eng_data.ni_notify_cb((GpsNiNotification*)notif);
|
loc_eng.h | 246 const GpsNiNotification *notif,
|
LocEngAdapter.cpp | 302 bool LocEngAdapter::requestNiNotify(GpsNiNotification ¬if, const void* data)
|
LocEngAdapter.h | 285 virtual bool requestNiNotify(GpsNiNotification ¬ify, const void* data);
|
loc_eng.cpp | 224 GpsNiNotification ¬if, [all...] |
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
loc_eng_msg.h | 257 const GpsNiNotification mNotify; 260 GpsNiNotification ¬if,
|
loc_eng_ni.cpp | 113 const GpsNiNotification *notif, 140 ((GpsNiNotification*)notif)->notification_id = loc_eng_ni_data_p->reqID; 175 loc_eng_data.ni_notify_cb((GpsNiNotification*)notif);
|
LocEngAdapter.cpp | 218 bool LocEngAdapter::requestNiNotify(GpsNiNotification ¬if, const void* data)
|
loc_eng.h | 232 const GpsNiNotification *notif,
|
LocEngAdapter.h | 258 virtual bool requestNiNotify(GpsNiNotification ¬ify, const void* data);
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
LocApiRpc.h | 55 static int NIEventFillVerfiyType(GpsNiNotification ¬if,
|
/hardware/libhardware/include/hardware/ |
gps.h | 840 /** set to sizeof(GpsNiNotification) */ 898 } GpsNiNotification; 903 typedef void (*gps_ni_notify_callback)(GpsNiNotification *notification); [all...] |
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
LocApiRpc.cpp | [all...] |
/frameworks/base/services/core/java/com/android/server/location/ |
GpsLocationProvider.java | 22 import com.android.internal.location.GpsNetInitiatedHandler.GpsNiNotification; [all...] |
/frameworks/base/services/core/jni/ |
com_android_server_location_GpsLocationProvider.cpp | 298 static void gps_ni_notify_callback(GpsNiNotification *notification) [all...] |