Searched refs:jLocation (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/jni/gnss/ |
D | GnssGeofenceCallback.h | 129 jobject jLocation = translateGnssLocation(env, location); in gnssGeofenceTransitionCb() local 131 env->CallVoidMethod(mCallbacksObj, method_reportGeofenceTransition, geofenceId, jLocation, in gnssGeofenceTransitionCb() 135 env->DeleteLocalRef(jLocation); in gnssGeofenceTransitionCb() 142 jobject jLocation = translateGnssLocation(env, lastLocation); in gnssGeofenceStatusCb() local 144 env->CallVoidMethod(mCallbacksObj, method_reportGeofenceStatus, availability, jLocation); in gnssGeofenceStatusCb() 146 env->DeleteLocalRef(jLocation); in gnssGeofenceStatusCb()
|
D | GnssBatchingCallback.h | 113 jobject jLocation = translateGnssLocation(env, locations[i]); in gnssLocationBatchCbImpl() local 114 env->SetObjectArrayElement(jLocations, i, jLocation); in gnssLocationBatchCbImpl() 115 env->DeleteLocalRef(jLocation); in gnssLocationBatchCbImpl()
|
D | GnssCallback.cpp | 261 jobject jLocation = translateGnssLocation(env, location); in gnssLocationCbImpl() local 264 jLocation); in gnssLocationCbImpl() 266 env->DeleteLocalRef(jLocation); in gnssLocationCbImpl()
|