OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:niNotifyCb
(Results
1 - 6
of
6
) sorted by null
/hardware/interfaces/gnss/1.0/default/
GnssNi.cpp
32
.notify_cb =
niNotifyCb
,
51
void GnssNi::
niNotifyCb
(GpsNiNotification* notification) {
77
auto ret = sGnssNiCbIface->
niNotifyCb
(notificationGnss);
GnssNi.h
61
static void
niNotifyCb
(GpsNiNotification* notification);
/hardware/interfaces/gnss/1.0/
IGnssNiCallback.hal
127
niNotifyCb
(GnssNiNotification notification);
/hardware/qcom/gps/msm8998/android/location_api/
GnssAPIClient.cpp
356
mGnssNiCbIface->
niNotifyCb
(notificationGnss);
/hardware/qcom/gps/sdm845/android/location_api/
GnssAPIClient.cpp
356
mGnssNiCbIface->
niNotifyCb
(notificationGnss);
/frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp
813
Return<void>
niNotifyCb
(const IGnssNiCallback::GnssNiNotification& notification)
817
Return<void> GnssNiCallback::
niNotifyCb
(
[
all
...]
Completed in 67 milliseconds