Home
last modified time | relevance | path

Searched refs:mutable (Results 1 – 25 of 46) sorted by relevance

12

/aosp14/frameworks/base/core/java/com/android/internal/content/om/
H A DOverlayConfigParser.java120 public final boolean mutable; field in OverlayConfigParser.ParsedConfiguration
144 ParsedConfiguration(@NonNull String packageName, boolean enabled, boolean mutable, in ParsedConfiguration() argument
149 this.mutable = mutable; in ParsedConfiguration()
159 packageName, enabled, mutable, policy, parsedInfo, parsedConfigFile); in toString()
446 final String mutable = parser.getAttributeValue(null, "mutable"); in parseOverlay() local
447 if (mutable != null) { in parseOverlay()
448 isMutable = !"false".equals(mutable); in parseOverlay()
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager2.h450 mutable std::vector<std::pair<ApkAssetsWPtr, ApkAssetsPtr>> apk_assets_;
468 mutable std::unordered_map<uint32_t, util::unique_cptr<ResolvedBag>> cached_bags_;
472 mutable std::unordered_map<uint32_t, std::vector<uint32_t>> cached_bag_resid_stacks_;
475 mutable std::unordered_map<uint32_t, SelectedValue> cached_resolved_values_;
479 mutable int number_of_running_scoped_operations_ = 0;
527 mutable Resolution last_resolution_;
H A DAssetManager.h338 mutable Vector<String8> mZipPath;
339 mutable Vector<sp<SharedZip> > mZipFile;
343 mutable Mutex mLock;
350 mutable ResTable* mResources;
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/content/res/
H A DOverlayConfigTest.java83 boolean mutable, boolean enabled, int configIndex) { in assertConfig() argument
86 assertEquals(mutable, config.parsedConfig.mutable); in assertConfig()
384 assertFalse(o1.parsedConfig.mutable); in testMerge()
390 assertFalse(o2.parsedConfig.mutable); in testMerge()
396 assertFalse(o3.parsedConfig.mutable); in testMerge()
402 assertTrue(o4.parsedConfig.mutable); in testMerge()
/aosp14/frameworks/base/libs/hwui/effects/
H A DStretchEffect.h132 mutable SkVector mStretchDirection{0, 0};
133 mutable std::unique_ptr<SkRuntimeShaderBuilder> mBuilder;
/aosp14/frameworks/base/media/jni/soundpool/
H A DSoundManager.h95 mutable std::recursive_mutex mCallbackLock; // allow mCallback to setCallback().
108 mutable std::mutex mSoundManagerLock;
H A DSoundPool.h72 mutable std::mutex mApiLock;
/aosp14/frameworks/base/packages/SystemUI/log/src/com/android/systemui/log/
H A DLogBuffer.kt104 private val mutable regex
188 if (!mutable) {
204 if (!mutable) {
/aosp14/frameworks/base/libs/hwui/
H A DMesh.h195 mutable SkMesh mMesh{};
196 mutable bool mIsDirty = true;
197 mutable GrDirectContext::DirectContextID mGenerationId = GrDirectContext::DirectContextID();
/aosp14/frameworks/base/libs/input/
H A DPointerControllerContext.h145 mutable std::mutex mLock;
174 mutable std::mutex mLock;
H A DMouseCursorController.h68 mutable std::mutex mLock;
H A DTouchSpotController.h71 mutable std::mutex mLock;
/aosp14/system/core/libstats/bootstrap/
H A DBootstrapClientInternal.h35 mutable std::mutex mLock;
/aosp14/frameworks/base/core/api/
H A Dtest-lint-baseline.txt779 Bare field flags must be marked final, or moved behind accessors if mutable
783 Bare field iconPath must be marked final, or moved behind accessors if mutable
785 Bare field id must be marked final, or moved behind accessors if mutable
791 Bare field name must be marked final, or moved behind accessors if mutable
793 Bare field partial must be marked final, or moved behind accessors if mutable
805 Bare field userType must be marked final, or moved behind accessors if mutable
807 Bare field cache must be marked final, or moved behind accessors if mutable
809 Bare field dbName must be marked final, or moved behind accessors if mutable
811 Bare field dbSize must be marked final, or moved behind accessors if mutable
817 Bare field dbStats must be marked final, or moved behind accessors if mutable
[all …]
/aosp14/system/core/libutils/include/utils/
H A DThread.h102 mutable Mutex mLock;
H A DLightRefBase.h66 mutable std::atomic<int32_t> mCount;
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DUserUsageStatsService.java397 public boolean combine(IntervalStats stats, boolean mutable,
399 if (!mutable) {
415 public boolean combine(IntervalStats stats, boolean mutable,
417 if (!mutable) {
433 public boolean combine(IntervalStats stats, boolean mutable,
546 public boolean combine(IntervalStats stats, boolean mutable, in queryEvents()
614 beginTime, endTime, (stats, mutable, accumulatedResult) -> { in queryEarliestAppEvents()
663 beginTime, endTime, (stats, mutable, accumulatedResult) -> { in queryEventsForPackage()
751 beginTime, endTime, (stats, mutable, accumulatedResult) -> { in queryEarliestEventsForPackage()
1110 public boolean combine(IntervalStats stats, boolean mutable, in printLast24HrEvents()
/aosp14/system/core/init/
H A Daction_manager.h61 mutable std::mutex event_queue_lock_;
/aosp14/frameworks/base/core/jni/include/android_runtime/
H A Dandroid_view_InputQueue.h78 mutable Mutex mLock;
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnectionWrapper.java52 public InputConnectionWrapper(InputConnection target, boolean mutable) { in InputConnectionWrapper() argument
53 mMutable = mutable; in InputConnectionWrapper()
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DReliableSurface.h62 mutable std::mutex mMutex;
/aosp14/system/core/libutils/
H A DSharedBuffer.h103 mutable std::atomic<int32_t> mRefs;
/aosp14/frameworks/base/cmds/idmap2/include/idmap2/
H A DCommandLineOptions.h68 mutable std::vector<Option> options_;
H A DXmlParser.h141 mutable std::unique_ptr<ResXMLTree> tree_;
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DShaderCache.h178 mutable ftl::SharedMutex mMutex;

12