Searched refs:adding (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/services/mediacodec/
H A DAndroid.mk55 # TODO(b/72343507): eliminate the need for manually adding .vendor suffix. This should be done
/frameworks/base/core/java/android/app/
H A DLocalActivityManager.java274 * care of adding this window to a view hierarchy, and likewise dealing
285 boolean adding = false;
295 adding = true;
319 if (adding) {
H A DActivityManagerInternal.java216 boolean adding);
215 updateDeviceIdleTempWhitelist(int[] appids, int changingAppId, boolean adding) argument
/frameworks/rs/script_api/
H A Drs_for_each.spec54 You can access the kernel context by adding a special parameter named "context" of type
244 You can access the kernel context by adding a special parameter named "context" of
248 &nbsp;&nbsp;// adding these variables as arguments. For the more rarely used indices<br/>
393 You can access it by adding a special parameter named "context" of
/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java826 // We currently don't support adding a window token to the display if the display
2363 // Also if the app is focused adding more than one toast at
3382 true /* adding */);
3413 final int targetPosition = findPositionForStack(position, child, false /* adding */);
3424 * @param adding Flag indicates whether we're adding a new stack or positioning an existing.
3427 private int findPositionForStack(int requestedPosition, TaskStack stack, boolean adding) { argument
3430 toTop |= adding ? requestedPosition >= topChildPosition + 1
3442 // When we're adding a new stack the target is the current pinned stack position.
3446 targetPosition = adding
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DDeviceIdleController.java2593 private void updateTempWhitelistAppIdsLocked(int appId, boolean adding) { argument
2607 adding);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp7129 // pad with 0xffffffff's (indicating non-existing entries) before adding this entry
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java3462 // IMPORTANT: Before adding services here, make sure ephemeral apps can access them too.
7424 // We are re-adding a persistent process. Whatevs! Just leave it there.
7425 Slog.w(TAG, "Re-adding persistent process " + proc);
7427 Slog.wtf(TAG, "Already have existing proc " + old + " when adding " + proc);
21494 // Special case for adding a package: by default turn on compatibility mode.
26447 updateDeviceIdleTempWhitelist(int[] appids, int changingAppId, boolean adding) argument
[all...]

Completed in 120 milliseconds