Home | History | Annotate | Download | only in jni

Lines Matching refs:FlpLocation

208  * Helper function to unwrap a java object back into a FlpLocation structure.
213 FlpLocation& location) {
214 location.size = sizeof(FlpLocation);
380 * Helper function to transform FlpLocation into a java object.
382 static void TranslateToObject(const FlpLocation* location, jobject& locationObject) {
458 // TODO: wire FlpLocation::sources_used when needed
464 * Helper function to serialize FlpLocation structures.
468 FlpLocation** locations,
487 static void LocationCallback(int32_t locationsCount, FlpLocation** locations) {
554 FlpLocation* location,
590 FlpLocation* lastLocation) {
796 FlpLocation location;