HomeSort by relevance Sort by last modified time
    Searched full:locationclass (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/jni/
com_android_server_location_FlpHardwareProvider.cpp 285 jclass locationClass = env->GetObjectClass(locationObject);
287 jmethodID getLatitude = env->GetMethodID(locationClass, "getLatitude", "()D");
289 jmethodID getLongitude = env->GetMethodID(locationClass, "getLongitude", "()D");
291 jmethodID getTime = env->GetMethodID(locationClass, "getTime", "()J");
295 jmethodID hasAltitude = env->GetMethodID(locationClass, "hasAltitude", "()Z");
297 jmethodID getAltitude = env->GetMethodID(locationClass, "getAltitude", "()D");
302 jmethodID hasSpeed = env->GetMethodID(locationClass, "hasSpeed", "()Z");
304 jmethodID getSpeed = env->GetMethodID(locationClass, "getSpeed", "()F");
309 jmethodID hasBearing = env->GetMethodID(locationClass, "hasBearing", "()Z");
311 jmethodID getBearing = env->GetMethodID(locationClass, "getBearing", "()F")
    [all...]
  /art/runtime/jdwp/
jdwp_event.cc 116 locationClass(hs.NewHandle<mirror::Class>(nullptr)),
126 MutableHandle<mirror::Class> locationClass; /* ClassOnly */
471 if (!Dbg::MatchType(basket.locationClass.Get(), pMod->classOnly.refTypeId)) {
837 basket.locationClass.Assign(pLoc->method->GetDeclaringClass());
839 basket.className = Dbg::GetClassName(basket.locationClass.Get());
935 basket.locationClass.Assign(pLoc->method->GetDeclaringClass());
937 basket.className = Dbg::GetClassName(basket.locationClass.Get());
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 332 template <class Ty> struct LocationClass {
334 LocationClass(Ty &L) : Loc(L) {}
339 template <class Ty> LocationClass<Ty> location(Ty &L) {
340 return LocationClass<Ty>(L);
    [all...]

Completed in 295 milliseconds