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

  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 72 struct ReportLocation {
82 static ReportLocation *New(ReportLocationType type);
84 explicit ReportLocation(ReportLocationType type);
108 Vector<ReportLocation*> locs;
tsan_symbolize.cc 69 ReportLocation *SymbolizeData(uptr addr) {
73 ReportLocation *ent = ReportLocation::New(ReportLocationGlobal);
tsan_suppressions.h 34 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
tsan_symbolize.h 24 ReportLocation *SymbolizeData(uptr addr);
tsan_report.cc 29 ReportLocation::ReportLocation(ReportLocationType type)
33 ReportLocation *ReportLocation::New(ReportLocationType type) {
34 void *mem = internal_alloc(MBlockReportStack, sizeof(ReportLocation));
35 return new(mem) ReportLocation(type);
167 static void PrintLocation(const ReportLocation *loc) {
tsan_rtl_report.cc 308 ReportLocation *loc = ReportLocation::New(ReportLocationFD);
327 ReportLocation *loc = ReportLocation::New(ReportLocationHeap);
339 ReportLocation *loc =
340 ReportLocation::New(is_stack ? ReportLocationStack : ReportLocationTLS);
345 if (ReportLocation *loc = SymbolizeData(addr)) {
tsan_suppressions.cc 130 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) {
  /frameworks/base/location/java/com/android/internal/location/
ProviderRequest.java 30 public boolean reportLocation = false;
51 request.reportLocation = in.readInt() == 1;
72 parcel.writeInt(reportLocation ? 1 : 0);
84 if (reportLocation) {
  /frameworks/base/services/core/java/com/android/server/location/
PassiveProvider.java 96 mReportLocation = request.reportLocation;
103 mLocationManager.reportLocation(location, true);
105 Log.e(TAG, "RemoteException calling reportLocation");
MockProvider.java 112 mLocationManager.reportLocation(mLocation, false);
114 Log.e(TAG, "RemoteException calling reportLocation");
GnssLocationProvider.java     [all...]
  /frameworks/base/location/lib/java/com/android/location/provider/
ProviderRequestUnbundled.java 41 return mRequest.reportLocation;
LocationProviderBase.java 134 public final void reportLocation(Location location) {
136 mLocationManager.reportLocation(location, false);
  /frameworks/base/location/java/android/location/
ILocationManager.aidl 100 void reportLocation(in Location location, boolean passive);
  /frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusionEngine.java 40 void reportLocation(Location location);
255 mCallback.reportLocation(mFusedLocation);
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 31 ReportLocation *SymbolizeData(uptr addr) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java     [all...]
  /frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp 563 method_reportLocation = env->GetMethodID(clazz, "reportLocation", "(IDDDFFFJ)V");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libtsan.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib64/
libtsan.a     [all...]

Completed in 886 milliseconds