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

/frameworks/base/services/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp173 jobject locationObject,
178 jclass locationClass = env->GetObjectClass(locationObject);
181 location.latitude = env->CallDoubleMethod(locationObject, getLatitude);
183 location.longitude = env->CallDoubleMethod(locationObject, getLongitude);
185 location.timestamp = env->CallLongMethod(locationObject, getTime);
189 if (env->CallBooleanMethod(locationObject, hasAltitude)) {
191 location.altitude = env->CallDoubleMethod(locationObject, getAltitude);
196 if (env->CallBooleanMethod(locationObject, hasSpeed)) {
198 location.speed = env->CallFloatMethod(locationObject, getSpeed);
203 if (env->CallBooleanMethod(locationObject, hasBearin
171 TranslateFromObject( JNIEnv* env, jobject locationObject, FlpLocation& location) argument
341 TranslateToObject(const FlpLocation* location, jobject& locationObject) argument
437 jobject locationObject = NULL; local
527 jobject locationObject = NULL; local
554 jobject locationObject = NULL; local
779 InjectLocation(JNIEnv* env, jobject object, jobject locationObject) argument
[all...]

Completed in 118 milliseconds