HomeSort by relevance Sort by last modified time
    Searched defs:options (Results 451 - 475 of 3098) sorted by null

<<11121314151617181920>>

  /hardware/qcom/gps/msm8909w_3100/android/location_api/
MeasurementAPIClient.cpp 95 LocationOptions options; local
96 memset(&options, 0, sizeof(LocationOptions));
97 options.size = sizeof(LocationOptions);
98 options.minInterval = 1000;
99 options.mode = GNSS_SUPL_MODE_STANDALONE;
102 locAPIStartTracking(options);
  /hardware/qcom/gps/msm8998/android/location_api/
FlpAPIClient.cpp 45 static void convertBatchOption(const IGnssBatching::Options& in, LocationOptions& out,
88 int FlpAPIClient::flpStartSession(const IGnssBatching::Options& opts)
93 LocationOptions options; local
94 convertBatchOption(opts, options, mLocationCapabilitiesMask);
99 if (locAPIStartSession(mDefaultId, mode, options) == LOCATION_ERROR_SUCCESS) {
105 int FlpAPIClient::flpUpdateSessionOptions(const IGnssBatching::Options& opts)
110 LocationOptions options; local
111 convertBatchOption(opts, options, mLocationCapabilitiesMask);
117 if (locAPIUpdateSessionOptions(mDefaultId, mode, options) == LOCATION_ERROR_SUCCESS) {
168 static void convertBatchOption(const IGnssBatching::Options& in, LocationOptions& out
    [all...]
GeofenceAPIClient.cpp 88 GeofenceOption options; local
89 memset(&options, 0, sizeof(GeofenceOption));
90 options.size = sizeof(GeofenceOption);
92 options.breachTypeMask |= GEOFENCE_BREACH_ENTER_BIT;
94 options.breachTypeMask |= GEOFENCE_BREACH_EXIT_BIT;
95 options.responsiveness = notification_responsiveness_ms;
103 LocationError err = (LocationError)locAPIAddGeofences(1, &geofence_id, &options, &data);
  /packages/apps/Car/Media/src/com/android/car/media/drawer/
MediaItemsFetcher.java 129 BitmapWorkerOptions options = new BitmapWorkerOptions.Builder(context) local
135 BitmapDownloader.getInstance(context).loadBitmap(options, holder.getIcon());
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ImageCacheRequest.java 61 BitmapFactory.Options options = new BitmapFactory.Options(); local
62 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
66 buffer.data, buffer.offset, buffer.length, options);
69 buffer.data, buffer.offset, buffer.length, options);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
IconUtilities.java 38 BitmapFactory.Options o = new BitmapFactory.Options();
49 final BitmapFactory.Options options = new BitmapFactory.Options(); local
50 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
53 resource, options);
  /packages/apps/Launcher3/src/com/android/launcher3/touch/
ItemLongClickListener.java 89 public void onDragStart(DropTarget.DragObject dragObject, DragOptions options) {
101 DragOptions options = new DragOptions(); local
102 options.intrinsicIconScaleFactor = (float) grid.allAppsIconSizePx / grid.iconSizePx;
103 launcher.getWorkspace().beginDragShared(v, launcher.getAppsView(), options);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
FileImageRequest.java 61 final BitmapFactory.Options options = PoolableImageCache.getBitmapOptionsForPool( local
64 options.inJustDecodeBounds = true;
65 BitmapFactory.decodeByteArray(thumbnail, 0, thumbnail.length, options);
68 options.inSampleSize = ImageUtils.get().calculateInSampleSize(options,
71 options.inJustDecodeBounds = false;
82 mDescriptor.updateSourceDimensions(options.outHeight, options.outWidth);
84 mDescriptor.updateSourceDimensions(options.outWidth, options.outHeight)
    [all...]
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/
ImageRequestTest.java 60 final ArgumentCaptor<BitmapFactory.Options> options = local
61 ArgumentCaptor.forClass(BitmapFactory.Options.class);
63 options.capture(),
66 assertEquals(1, options.getValue().inSampleSize);
73 assertEquals(options.getValue().outWidth, bitmapWidth);
74 assertEquals(options.getValue().outHeight, bitmapHeight);
91 final ArgumentCaptor<BitmapFactory.Options> options = local
92 ArgumentCaptor.forClass(BitmapFactory.Options.class)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
24 namespace options { namespace in namespace:clang::driver
25 /// Flags specifically for clang options. Must not overlap with
44 #include "clang/Driver/Options.inc"
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 47 AnalyzerOptions &options; member in class:clang::ento::AnalysisManager
55 AnalyzerOptions &Options,
73 return options;
105 return options.visualizeExplodedGraphWithGraphViz ||
106 options.visualizeExplodedGraphWithUbiGraph;
110 return options.getIPAMode() != IPAK_None;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
24 namespace options { namespace in namespace:clang::driver
25 /// Flags specifically for clang options. Must not overlap with
44 #include "clang/Driver/Options.inc"
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 47 AnalyzerOptions &options; member in class:clang::ento::AnalysisManager
55 AnalyzerOptions &Options,
73 return options;
105 return options.visualizeExplodedGraphWithGraphViz ||
106 options.visualizeExplodedGraphWithUbiGraph;
110 return options.getIPAMode() != IPAK_None;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
24 namespace options { namespace in namespace:clang::driver
25 /// Flags specifically for clang options. Must not overlap with
44 #include "clang/Driver/Options.inc"
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 47 AnalyzerOptions &options; member in class:clang::ento::AnalysisManager
55 AnalyzerOptions &Options,
73 return options;
105 return options.visualizeExplodedGraphWithGraphViz ||
106 options.visualizeExplodedGraphWithUbiGraph;
110 return options.getIPAMode() != IPAK_None;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
24 namespace options { namespace in namespace:clang::driver
25 /// Flags specifically for clang options. Must not overlap with
45 #include "clang/Driver/Options.inc"
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 47 AnalyzerOptions &options; member in class:clang::ento::AnalysisManager
55 AnalyzerOptions &Options,
73 return options;
105 return options.visualizeExplodedGraphWithGraphViz ||
106 options.visualizeExplodedGraphWithUbiGraph;
110 return options.getIPAMode() != IPAK_None;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
24 namespace options { namespace in namespace:clang::driver
25 /// Flags specifically for clang options. Must not overlap with
45 #include "clang/Driver/Options.inc"
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 47 AnalyzerOptions &options; member in class:clang::ento::AnalysisManager
55 AnalyzerOptions &Options,
73 return options;
105 return options.visualizeExplodedGraphWithGraphViz ||
106 options.visualizeExplodedGraphWithUbiGraph;
110 return options.getIPAMode() != IPAK_None;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
24 namespace options { namespace in namespace:clang::driver
25 /// Flags specifically for clang options. Must not overlap with
45 #include "clang/Driver/Options.inc"
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 47 AnalyzerOptions &options; member in class:clang::ento::AnalysisManager
55 AnalyzerOptions &Options,
73 return options;
105 return options.visualizeExplodedGraphWithGraphViz ||
106 options.visualizeExplodedGraphWithUbiGraph;
110 return options.getIPAMode() != IPAK_None;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
24 namespace options { namespace in namespace:clang::driver
25 /// Flags specifically for clang options. Must not overlap with
45 #include "clang/Driver/Options.inc"
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 47 AnalyzerOptions &options; member in class:clang::ento::AnalysisManager
55 AnalyzerOptions &Options,
73 return options;
105 return options.visualizeExplodedGraphWithGraphViz ||
106 options.visualizeExplodedGraphWithUbiGraph;
110 return options.getIPAMode() != IPAK_None;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Options.h 1 //===--- Options.h - Option info & table ------------------------*- C++ -*-===//
24 namespace options { namespace in namespace:clang::driver
25 /// Flags specifically for clang options. Must not overlap with
44 #include "clang/Driver/Options.inc"
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 47 AnalyzerOptions &options; member in class:clang::ento::AnalysisManager
55 AnalyzerOptions &Options,
73 return options;
105 return options.visualizeExplodedGraphWithGraphViz ||
106 options.visualizeExplodedGraphWithUbiGraph;
110 return options.getIPAMode() != IPAK_None;

Completed in 1335 milliseconds

<<11121314151617181920>>