/frameworks/base/services/core/java/com/android/server/am/ |
D | ContentProviderConnection.java | 190 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 …]
|
D | ContentProviderHelper.java | 135 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/ |
D | IAutomotiveDisplayProxyService.hal | 25 * @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/ |
D | Stability.cpp | 164 bool stable = (provided & required) == required; in check() local 169 stable = false; in check() 172 return stable; in check()
|
D | Android.bp | 496 // libbinder does not offer a stable wire protocol. 808 // enumerate stable entry points, for apex use
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarOverlayLayout.java | 271 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/ |
D | ModeSelector.cpp | 46 void ModeSelector::setScreenStable(int64_t timestamp, bool stable) { in setScreenStable() argument 47 mScreenStable = stable; in setScreenStable()
|
D | ModeSelector.h | 100 void setScreenStable(int64_t timestamp, bool stable);
|
D | README.md | 120 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/ |
D | OWNERS | 2 # APIs originally intended to provide a stable API surface to access time zone rules data for use by
|
/frameworks/av/media/libshmem/ |
D | README.md | 3 This library provides facilities for sharing memory across processes over (stable) AIDL. The main
|
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/ |
D | ActionBarOverlayLayoutTest.java | 270 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/ |
D | README.txt | 59 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/ |
D | TEST_MAPPING | 43 // TODO: Re-enable when this is stable.
|
/frameworks/base/docs/ |
D | knowntags.txt | 18 @stable
|
/frameworks/base/core/java/android/content/ |
D | ContentProviderClient.java | 96 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/ |
D | Android.bp | 49 // enumerate stable entry points, for apex use
|
/frameworks/wilhelm/tools/hashgen/ |
D | README.txt | 17 its stable location in ../../src/autogen using 'make install'.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | Notifications.proto | 37 // as PriorityBucket order changes from time to time, while logs need to have stable meanings.
|
/frameworks/base/nfc/ |
D | jarjar-rules.txt | 29 # Used by framework-nfc for reading trunk stable flags
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 94 changes become stable. 100 Once that format became stable and tools
|
/frameworks/base/packages/SystemUI/docs/ |
D | plugins.md | 14 …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/ |
D | ProtoLibraries.bp | 257 // API is not guaranteed. The proto API is guaranteed to be stable via Metrics Council,
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | types.hal | 24 * 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/ |
D | Android.bp | 342 "packages/modules/Media/apex/aidl/stable", 415 "packages/modules/Media/apex/aidl/stable",
|