OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:method_reportnmea
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/services/core/jni/
com_android_server_location_GpsLocationProvider.cpp
43
static jmethodID
method_reportNmea
;
120
env->CallVoidMethod(mCallbacksObj,
method_reportNmea
, timestamp);
450
method_reportNmea
= env->GetMethodID(clazz, "reportNmea", "(J)V");
[
all
...]
Completed in 116 milliseconds