Searched defs:stream (Results 201 - 205 of 205) sorted by relevance

123456789

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java173 /** How long to delay after a volume down event before unmuting a stream */
188 // indicates whether the system maps all streams to a single stream.
307 /* mStreamVolumeAlias[] indicates for each stream if it uses the volume settings
308 * of another stream: This avoids multiplying the volume settings for hidden
309 * stream types that follow other stream behavior for volume settings
522 // mVolumeControlStream is set by VolumePanel to temporarily force the stream type which volume
525 // interpretation of whether the volume stream has been selected by the user by clicking on a
566 // case, the new requested volume, stream type and device are stored in mPendingVolumeCommand
858 // Restore stream volume
1484 onUnmuteStream(int stream, int flags) argument
1537 getNewRingerMode(int stream, int index, int flags) argument
3850 getDeviceForStream(int stream) argument
3874 getDevicesForStream(int stream) argument
3878 getDevicesForStream(int stream, boolean checkOthers) argument
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/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. ...
/frameworks/base/core/java/android/view/
H A DView.java13176 * Request unbuffered dispatch of the given stream of MotionEvents to this View.
25289 * event stream.
26127 public void encode(@NonNull ViewHierarchyEncoder stream) { argument
26128 stream.beginObject(this);
26129 encodeProperties(stream);
26130 stream.endObject();
26135 protected void encodeProperties(@NonNull ViewHierarchyEncoder stream) { argument
26138 stream.addProperty("id", (String) resolveId);
26140 stream.addProperty("id", mID);
26143 stream
[all...]

Completed in 224 milliseconds

123456789