Home
last modified time | relevance | path

Searched refs:streams (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/
Dvolumes.pfw4 /Policy/policy/streams/voice_call/applicable_volume_profile/volume_profile = voice_call
5 /Policy/policy/streams/system/applicable_volume_profile/volume_profile = system
6 /Policy/policy/streams/ring/applicable_volume_profile/volume_profile = ring
7 /Policy/policy/streams/music/applicable_volume_profile/volume_profile = music
8 /Policy/policy/streams/alarm/applicable_volume_profile/volume_profile = alarm
9 /Policy/policy/streams/notification/applicable_volume_profile/volume_profile = notification
10 /Policy/policy/streams/bluetooth_sco/applicable_volume_profile/volume_profile = bluetooth_sco
11 …/Policy/policy/streams/enforced_audible/applicable_volume_profile/volume_profile = enforced_audible
12 /Policy/policy/streams/tts/applicable_volume_profile/volume_profile = tts
13 /Policy/policy/streams/accessibility/applicable_volume_profile/volume_profile = accessibility
[all …]
Dstrategy_for_stream.pfw4 /Policy/policy/streams/voice_call/applicable_strategy/strategy = phone
9 /Policy/policy/streams/system/applicable_strategy/strategy = media
10 /Policy/policy/streams/ring/applicable_strategy/strategy = sonification
11 /Policy/policy/streams/music/applicable_strategy/strategy = media
12 /Policy/policy/streams/alarm/applicable_strategy/strategy = sonification
13 /Policy/policy/streams/notification/applicable_strategy/strategy = sonification_respectful
14 /Policy/policy/streams/bluetooth_sco/applicable_strategy/strategy = phone
15 /Policy/policy/streams/enforced_audible/applicable_strategy/strategy = enforced_audible
16 /Policy/policy/streams/dtmf/applicable_strategy/strategy = dtmf
17 /Policy/policy/streams/tts/applicable_strategy/strategy = transmitted_through_speaker
[all …]
Ddevice_for_strategy_accessibility.pfw8 # Other case are handled programmatically has involving activity of streams.
/frameworks/base/media/java/android/media/
DAudioManagerInternal.java59 int getRingerModeAffectedStreams(int streams); in getRingerModeAffectedStreams() argument
/frameworks/base/docs/html/distribute/monetize/
Dsubscriptions.jd3 page.metaDescription=Sell subscriptions to your products to create continuing revenue streams.
16 streams. Subscriptions are similar to digital goods offered through <a href=
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeHelper.java1010 public int getRingerModeAffectedStreams(int streams) { in getRingerModeAffectedStreams() argument
1012 streams |= (1 << AudioSystem.STREAM_RING) | in getRingerModeAffectedStreams()
1018 streams |= (1 << AudioSystem.STREAM_ALARM) | in getRingerModeAffectedStreams()
1021 streams &= ~((1 << AudioSystem.STREAM_ALARM) | in getRingerModeAffectedStreams()
1024 return streams; in getRingerModeAffectedStreams()
/frameworks/base/docs/html/google/play/
Ddist.jd49 <p>Protect your revenue streams and integrate policies for usage into your app.
/frameworks/base/tests/AccessoryDisplay/
DREADME36 an encoder and streams the output to the sink over USB. Then
/frameworks/base/core/java/android/content/
DIntent.java9003 final ArrayList<Uri> streams = getParcelableArrayListExtra(EXTRA_STREAM); in fixUris() local
9004 if (streams != null) { in fixUris()
9006 for (int i = 0; i < streams.size(); i++) { in fixUris()
9007 newStreams.add(maybeAddUserId(streams.get(i), contentUserHint)); in fixUris()
9083 final ArrayList<Uri> streams = getParcelableArrayListExtra(EXTRA_STREAM); in migrateExtraStreamToClipData() local
9087 if (streams != null) { in migrateExtraStreamToClipData()
9088 num = streams.size(); in migrateExtraStreamToClipData()
9107 makeClipItem(streams, texts, htmlTexts, 0)); in migrateExtraStreamToClipData()
9110 clipData.addItem(makeClipItem(streams, texts, htmlTexts, i)); in migrateExtraStreamToClipData()
9138 private static ClipData.Item makeClipItem(ArrayList<Uri> streams, ArrayList<CharSequence> texts, in makeClipItem() argument
[all …]
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp1835 camera_metadata_entry_t streams = in createCaptureRequest() local
1837 if (streams.count == 0) { in createCaptureRequest()
1842 for (size_t i = 0; i < streams.count; i++) { in createCaptureRequest()
1843 int idx = mOutputStreams.indexOfKey(streams.data.i32[i]); in createCaptureRequest()
1846 streams.data.u8[i]); in createCaptureRequest()
1953 Vector<camera3_stream_t*> streams; in configureStreamsLocked() local
1954 streams.setCapacity(config.num_streams); in configureStreamsLocked()
1964 streams.add(inputStream); in configureStreamsLocked()
1984 streams.add(outputStream); in configureStreamsLocked()
1987 config.streams = streams.editArray(); in configureStreamsLocked()
/frameworks/base/docs/html/distribute/engage/
Deasy-signin.jd59 the ability to share rich content to their Google+ streams.
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java935 VolumeStreamState[] streams = mStreamStates = new VolumeStreamState[numStreamTypes]; in createStreamStates() local
938 streams[i] = new VolumeStreamState(System.VOLUME_SETTINGS[mStreamVolumeAlias[i]], i); in createStreamStates()
5896 private void dumpRingerModeStreams(PrintWriter pw, String type, int streams) { in dumpRingerModeStreams() argument
5898 pw.print(Integer.toHexString(streams)); in dumpRingerModeStreams()
5899 if (streams != 0) { in dumpRingerModeStreams()
5904 if ((streams & stream) != 0) { in dumpRingerModeStreams()
5907 streams &= ~stream; in dumpRingerModeStreams()
5911 if (streams != 0) { in dumpRingerModeStreams()
5913 pw.print(streams); in dumpRingerModeStreams()
/frameworks/base/docs/html/guide/topics/text/
Dcopy-paste.jd76 <a href="#Streams">Copying data streams</a>
679 Content providers support copying complex data such as database records or file streams.
691 provide file streams. The descriptions assume that you are familiar with the general principles
941 <h3 id="Streams">Copying data streams</h3>
943 You can copy and paste large amounts of text and binary data as streams. The data can have
958 A content provider for data streams provides access to its data with a file descriptor object
/frameworks/base/docs/html/training/managing-audio/
Dvolume-playback.jd51 <p>Most of these streams are restricted to system events, so unless your app is a replacement alarm
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth.jd478 point, each device can obtain input and output streams and data transfer can
793 <li>Read and write data to the streams with {@link
825 // Get the input and output streams, using temp objects because
826 // member streams are final
870 <p>The constructor acquires the necessary streams and once executed, the thread
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_environment.jd161 android.hardware.Sensor#TYPE_AMBIENT_TEMPERATURE}) you can use these two data streams to calculate
/frameworks/base/docs/html/about/versions/
Dlollipop.jd115 <p>The <strong>Android TV Input Framework</strong> (TIF) allows TV apps to handle video streams fro…
181 <p>Apps sending video streams over the network can now take advantage of H.265 <strong>High Efficie…
Dandroid-3.1.jd331 data streams over any available network.</p>
336 <li>{@link android.net.rtp.RtpStream}, the base class of streams that send and
Dandroid-3.1-highlights.jd362 transmit or receive data streams over any available network.</p>
/frameworks/base/docs/html/training/sharing/
Dsend.jd135 handle generic data streams.</li>
/frameworks/base/docs/html/guide/topics/connectivity/usb/
Daccessory.jd399 obtain a file descriptor that you can set up input and output streams to read and write data to
400 descriptor. The streams represent the accessory's input and output bulk endpoints. You should set
/frameworks/base/docs/html/training/testing/start/
Dindex.jd349 <dd>This is a command-line tool that sends pseudo-random streams of keystrokes,
/frameworks/base/docs/html/about/versions/marshmallow/
Dandroid-6.0.jd443 audio and video streams. The audio buffers are submitted in non-blocking fashion and are
515 {@link android.graphics.ImageFormat#PRIVATE} format image streams. This support allows your app to
/frameworks/base/docs/html/guide/topics/media/
Dmediarouteprovider.jd111 retrieves, renders and streams video or music directly to the receiver device. This approach is
/frameworks/base/docs/html/topic/libraries/support-library/
Dfeatures.jd291 controlling the routing of media channels and streams from the current device to

12