Searched refs:starting (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DLockTaskNotify.java63 public void show(boolean starting) { argument
65 if (starting) {
H A DCompatModePackages.java325 ActivityRecord starting = stack.restartPackage(packageName);
343 if (starting != null) {
344 stack.ensureActivityConfigurationLocked(starting, 0);
347 stack.ensureActivitiesVisibleLocked(starting, 0);
H A DActivityStack.java104 // is short because it directly impacts the responsiveness of starting the
175 * When we are in the process of pausing an activity, before starting the
579 * Returns the first activity (starting from the top of the stack) that
642 + " (starting new instance)");
967 // To juggle the fact that we are also starting a new
969 // the current instance before starting the new one.
1186 final void ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges) { argument
1231 if (r != starting) {
1240 if (r != starting) {
1248 if (r != starting) {
[all...]
H A DProcessRecord.java70 boolean starting; // True if the process is being started field in class:ProcessRecord
240 pw.print(prefix); pw.print("pid="); pw.print(pid); pw.print(" starting=");
241 pw.println(starting);
H A DActivityStackSupervisor.java555 Slog.w(TAG, "Exception in new application when starting activity "
898 + " (pid=" + callingPid + ") when starting: "
968 "Updating to new configuration after starting activity.");
1237 // This activity is not starting in the resumed state... which
1242 + " (starting in stopped state)");
1284 Slog.w(TAG, "Exception when starting activity "
1314 + " (pid=" + callingPid + ") when starting: "
1406 // If the caller is starting a new voice session, just make sure the target
1442 msg = "Permission Denial: starting " + intent.toString()
1447 msg = "Permission Denial: starting "
2945 ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges) argument
[all...]
H A DActivityManagerService.java2746 // In the special case introduced by this method (which is, starting an isolated
2791 // (3) There is a pid assigned to it, so it is either starting or
2830 // When the user is explicitly starting a process, then clear its
2869 // If the system is not ready yet, then hold off on starting this
2885 checkTime(startTime, "startProcess: done starting proc!");
2916 checkTime(startTime, "startProcess: starting to update cpu stats");
3060 checkTime(startTime, "startProcess: starting to update pids map");
3078 Slog.e(TAG, "Failure starting process " + app.processName, e);
3932 if (DEBUG_RECENTS) Slog.d(TAG, "addRecent: adding affilliates starting at "
4971 // Dump thread traces as quickly as we can, starting wit
16667 updateConfigurationLocked(Configuration values, ActivityRecord starting, boolean persistent, boolean initLocale) argument
[all...]
/frameworks/base/media/java/android/media/
H A DAudioRecord.java664 private void handleFullVolumeRec(boolean starting) { argument
671 ias.forceRemoteSubmixFullVolume(starting, mICallBack);
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.h591 // 1 speed up process when the state is stable (when starting or stopping an output)
660 void handleIncallSonification(audio_stream_type_t stream, bool starting, bool stateChange);
H A DAudioPolicyManager.cpp637 // are we entering or starting a call
640 // force routing command to audio hardware when starting a call
1269 // starting an output being rerouted?
1293 // wait for audio on other active outputs to be presented when starting
1315 // update the outputs if starting an output with a stream that can affect notification
5847 bool starting, bool stateChange)
5859 ALOGV("handleIncallSonification() stream %d starting %d device %x stateChange %d",
5860 stream, starting, outputDesc->mDevice, stateChange);
5869 setStreamMute(stream, starting, mPrimaryOutput);
5877 setStreamMute(stream, starting, mPrimaryOutpu
5846 handleIncallSonification(audio_stream_type_t stream, bool starting, bool stateChange) argument
[all...]

Completed in 235 milliseconds