Searched defs:starting (Results 1 - 8 of 8) sorted by path

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1088 // starting an output being rerouted?
1108 // wait for audio on other active outputs to be presented when starting
1130 // update the outputs if starting an output with a stream that can affect notification
4684 bool starting, bool stateChange)
4700 ALOGV("handleIncallSonification() stream %d starting %d device %x stateChange %d",
4701 stream, starting, outputDesc->mDevice, stateChange);
4710 setStreamMute(stream, starting, mPrimaryOutput);
4718 setStreamMute(stream, starting, mPrimaryOutput);
4721 if (starting) {
4683 handleIncallSonification(audio_stream_type_t stream, bool starting, bool stateChange) argument
/frameworks/base/media/java/android/media/
H A DAudioRecord.java940 private void handleFullVolumeRec(boolean starting) { argument
947 ias.forceRemoteSubmixFullVolume(starting, mICallBack);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java376 // on getting this result before starting to launch its UI).
3048 // In the special case introduced by this method (which is, starting an isolated
3095 // When the user is explicitly starting a process, then clear its
3121 // (3) There is a pid assigned to it, so it is either starting or
3166 // If the system is not ready yet, then hold off on starting this
3183 checkTime(startTime, "startProcess: done starting proc!");
3214 checkTime(startTime, "startProcess: starting to update cpu stats");
3375 checkTime(startTime, "startProcess: starting to update pids map");
3393 Slog.e(TAG, "Failure starting process " + app.processName, e);
4934 // Dump thread traces as quickly as we can, starting wit
17303 updateConfigurationLocked(Configuration values, ActivityRecord starting, boolean persistent, boolean initLocale) argument
[all...]
H A DActivityStack.java109 // is short because it directly impacts the responsiveness of starting the
179 * When we are in the process of pausing an activity, before starting the
600 * Returns the first activity (starting from the top of the stack) that
667 "Moving to RESUMED: " + r + " (starting new instance)");
1012 // To juggle the fact that we are also starting a new
1014 // the current instance before starting the new one.
1260 final void ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges) { argument
1283 boolean noStackActivityResumed = (isInStackLocked(starting) == null);
1306 if (r != starting) {
1315 if (r != starting) {
[all...]
H A DActivityStackSupervisor.java629 Slog.w(TAG, "Exception in new application when starting activity "
992 + " (pid=" + callingPid + ") when starting: "
1062 "Updating to new configuration after starting activity.");
1340 // This activity is not starting in the resumed state... which
1345 "Moving to STOPPED: " + r + " (starting in stopped state)");
1387 Slog.w(TAG, "Exception when starting activity "
1417 + " (pid=" + callingPid + ") when starting: "
1525 // If the caller is starting a new voice session, just make sure the target
1573 msg = "Permission Denial: starting " + intent.toString()
1578 msg = "Permission Denial: starting "
3293 ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges) argument
[all...]
H A DLockTaskNotify.java69 public void show(boolean starting) { argument
71 if (starting) {
H A DProcessRecord.java78 boolean starting; // True if the process is being started field in class:ProcessRecord
246 pw.print(prefix); pw.print("pid="); pw.print(pid); pw.print(" starting=");
247 pw.println(starting);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 152 milliseconds