Searched refs:locationObject (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp212 jobject locationObject,
217 jclass locationClass = env->GetObjectClass(locationObject);
220 location.latitude = env->CallDoubleMethod(locationObject, getLatitude);
222 location.longitude = env->CallDoubleMethod(locationObject, getLongitude);
224 location.timestamp = env->CallLongMethod(locationObject, getTime);
228 if (env->CallBooleanMethod(locationObject, hasAltitude)) {
230 location.altitude = env->CallDoubleMethod(locationObject, getAltitude);
235 if (env->CallBooleanMethod(locationObject, hasSpeed)) {
237 location.speed = env->CallFloatMethod(locationObject, getSpeed);
242 if (env->CallBooleanMethod(locationObject, hasBearin
210 TranslateFromObject( JNIEnv* env, jobject locationObject, FlpLocation& location) argument
382 TranslateToObject(const FlpLocation* location, jobject& locationObject) argument
478 jobject locationObject = NULL; local
568 jobject locationObject = NULL; local
595 jobject locationObject = NULL; local
785 InjectLocation(JNIEnv* env, jobject object, jobject locationObject) argument
[all...]

Completed in 36 milliseconds