Home
last modified time | relevance | path

Searched refs:stable (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/am/
DContentProviderConnection.java190 public void initializeCount(boolean stable) { in initializeCount() argument
192 if (stable) { in initializeCount()
210 public int incrementCount(boolean stable) { in incrementCount() argument
220 if (stable) { in incrementCount()
235 public int decrementCount(boolean stable) { in decrementCount() argument
245 if (stable) { in decrementCount()
264 final int stable = mStableCount + stableIncrement; in adjustCounts() local
265 if (stable < 0) { in adjustCounts()
266 throw new IllegalStateException("stableCount < 0: " + stable); in adjustCounts()
275 if ((stable + unstable) <= 0) { in adjustCounts()
[all …]
DContentProviderHelper.java135 String name, int userId, boolean stable) { in getContentProvider() argument
151 null, stable, userId); in getContentProvider()
174 boolean stable, int userId) { in getContentProviderImpl() argument
321 callingTag, stable, true, startTime, mService.mProcessList, in getContentProviderImpl()
355 boolean lastRef = decProviderCountLocked(conn, cpr, token, stable, in getContentProviderImpl()
609 stable, false, startTime, mService.mProcessList, expectedUserId); in getContentProviderImpl()
823 void removeContentProvider(IBinder connection, boolean stable) { in removeContentProvider() argument
845 decProviderCountLocked(conn, null, null, stable, true, true); in removeContentProvider()
895 boolean refContentProvider(IBinder connection, int stable, int unstable) { in refContentProvider() argument
912 conn.adjustCounts(stable, unstable); in refContentProvider()
[all …]
/frameworks/hardware/interfaces/automotive/display/1.0/
DIAutomotiveDisplayProxyService.hal25 * @param id Target's stable display identifier
54 * Returns the stable identifiers of all available displays.
56 * @return ids A list of stable display identifiers.
/frameworks/native/libs/binder/
DStability.cpp164 bool stable = (provided & required) == required; in check() local
169 stable = false; in check()
172 return stable; in check()
DAndroid.bp496 // libbinder does not offer a stable wire protocol.
808 // enumerate stable entry points, for apex use
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java271 final boolean stable = (visible & SYSTEM_UI_FLAG_LAYOUT_STABLE) != 0;
277 !stable && !mActionBarExtendsIntoSystemInsets);
278 if (barVisible || !stable) mActionBarVisibilityCallback.showForSystem();
354 final boolean stable = (vis & SYSTEM_UI_FLAG_LAYOUT_STABLE) != 0;
360 !mDecorFitsSystemWindows || (stable && layoutIntoSystemInsets);
364 !stable && !mActionBarExtendsIntoSystemInsets);
454 final boolean stable = (vis & SYSTEM_UI_FLAG_LAYOUT_STABLE) != 0;
456 if (stable) {
479 if (stable) {
496 if (!mOverlayMode && !stable && mDecorFitsSystemWindows) {
/frameworks/av/media/libheadtracking/
DModeSelector.cpp46 void ModeSelector::setScreenStable(int64_t timestamp, bool stable) { in setScreenStable() argument
47 mScreenStable = stable; in setScreenStable()
DModeSelector.h100 void setScreenStable(int64_t timestamp, bool stable);
DREADME.md120 It is arbitrary, but expected to be stable (fixed).
156 stable for a given amount of time (allowing for a configurable amount of error).
172 - If head and screen poses are fresh and the screen is stable (stillness
/frameworks/base/core/java/android/timezone/
DOWNERS2 # APIs originally intended to provide a stable API surface to access time zone rules data for use by
/frameworks/av/media/libshmem/
DREADME.md3 This library provides facilities for sharing memory across processes over (stable) AIDL. The main
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
DActionBarOverlayLayoutTest.java270 void setStable(boolean stable) { in setStable() argument
271 mStable = stable; in setStable()
272 setSystemUiVisibility(stable ? SYSTEM_UI_FLAG_LAYOUT_STABLE : 0); in setStable()
/frameworks/native/cmds/flatland/
DREADME.txt59 Rather than spending time trying (and likely failing) to get a stable
68 yield a stable result. Occasionally this happens with an otherwise stable
/frameworks/libs/modules-utils/
DTEST_MAPPING43 // TODO: Re-enable when this is stable.
/frameworks/base/docs/
Dknowntags.txt18 @stable
/frameworks/base/core/java/android/content/
DContentProviderClient.java96 boolean stable) { in ContentProviderClient() argument
98 this(contentResolver, contentProvider, "unknown", stable); in ContentProviderClient()
103 String authority, boolean stable) { in ContentProviderClient() argument
110 mStable = stable; in ContentProviderClient()
/frameworks/av/media/libmediametrics/
DAndroid.bp49 // enumerate stable entry points, for apex use
/frameworks/wilhelm/tools/hashgen/
DREADME.txt17 its stable location in ../../src/autogen using 'make install'.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotifications.proto37 // as PriorityBucket order changes from time to time, while logs need to have stable meanings.
/frameworks/base/nfc/
Djarjar-rules.txt29 # Used by framework-nfc for reading trunk stable flags
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md94 changes become stable.
100 Once that format became stable and tools
/frameworks/base/packages/SystemUI/docs/
Dplugins.md14 …layer between the plugin and SysUI.  This interface should be relatively stable so that many diffe…
188 …ded into SystemUI.  The plugins are compiled against a set of relatively stable (and version tagge…
220 Having SysUI provide the implementations of the interfaces allows them to be more stable.  Some ver…
/frameworks/base/
DProtoLibraries.bp257 // API is not guaranteed. The proto API is guaranteed to be stable via Metrics Council,
/frameworks/hardware/interfaces/cameraservice/device/2.0/
Dtypes.hal24 * HAL to camera_metadata_t, camera_metadata_t is stable. Further
145 * that a stable frame rate is used, and post-processing is set for
/frameworks/base/api/
DAndroid.bp342 "packages/modules/Media/apex/aidl/stable",
415 "packages/modules/Media/apex/aidl/stable",

12