/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/ |
D | volumes.pfw | 4 /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 …]
|
D | strategy_for_stream.pfw | 4 /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 …]
|
D | device_for_strategy_accessibility.pfw | 8 # Other case are handled programmatically has involving activity of streams.
|
/frameworks/base/media/java/android/media/ |
D | AudioManagerInternal.java | 59 int getRingerModeAffectedStreams(int streams); in getRingerModeAffectedStreams() argument
|
/frameworks/base/docs/html/distribute/monetize/ |
D | subscriptions.jd | 3 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/ |
D | ZenModeHelper.java | 1014 public int getRingerModeAffectedStreams(int streams) { in getRingerModeAffectedStreams() argument 1016 streams |= (1 << AudioSystem.STREAM_RING) | in getRingerModeAffectedStreams() 1022 streams |= (1 << AudioSystem.STREAM_ALARM) | in getRingerModeAffectedStreams() 1025 streams &= ~((1 << AudioSystem.STREAM_ALARM) | in getRingerModeAffectedStreams() 1028 return streams; in getRingerModeAffectedStreams()
|
/frameworks/base/docs/html/google/play/ |
D | dist.jd | 49 <p>Protect your revenue streams and integrate policies for usage into your app.
|
/frameworks/base/tests/AccessoryDisplay/ |
D | README | 36 an encoder and streams the output to the sink over USB. Then
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 9011 final ArrayList<Uri> streams = getParcelableArrayListExtra(EXTRA_STREAM); in fixUris() local 9012 if (streams != null) { in fixUris() 9014 for (int i = 0; i < streams.size(); i++) { in fixUris() 9015 newStreams.add(maybeAddUserId(streams.get(i), contentUserHint)); in fixUris() 9091 final ArrayList<Uri> streams = getParcelableArrayListExtra(EXTRA_STREAM); in migrateExtraStreamToClipData() local 9095 if (streams != null) { in migrateExtraStreamToClipData() 9096 num = streams.size(); in migrateExtraStreamToClipData() 9115 makeClipItem(streams, texts, htmlTexts, 0)); in migrateExtraStreamToClipData() 9118 clipData.addItem(makeClipItem(streams, texts, htmlTexts, i)); in migrateExtraStreamToClipData() 9146 private static ClipData.Item makeClipItem(ArrayList<Uri> streams, ArrayList<CharSequence> texts, in makeClipItem() argument [all …]
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3Device.cpp | 1838 camera_metadata_entry_t streams = in createCaptureRequest() local 1840 if (streams.count == 0) { in createCaptureRequest() 1845 for (size_t i = 0; i < streams.count; i++) { in createCaptureRequest() 1846 int idx = mOutputStreams.indexOfKey(streams.data.i32[i]); in createCaptureRequest() 1849 streams.data.u8[i]); in createCaptureRequest() 1956 Vector<camera3_stream_t*> streams; in configureStreamsLocked() local 1957 streams.setCapacity(config.num_streams); in configureStreamsLocked() 1967 streams.add(inputStream); in configureStreamsLocked() 1987 streams.add(outputStream); in configureStreamsLocked() 1990 config.streams = streams.editArray(); in configureStreamsLocked()
|
/frameworks/base/docs/html/distribute/engage/ |
D | easy-signin.jd | 59 the ability to share rich content to their Google+ streams.
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 935 VolumeStreamState[] streams = mStreamStates = new VolumeStreamState[numStreamTypes]; in createStreamStates() local 938 streams[i] = new VolumeStreamState(System.VOLUME_SETTINGS[mStreamVolumeAlias[i]], i); in createStreamStates() 5906 private void dumpRingerModeStreams(PrintWriter pw, String type, int streams) { in dumpRingerModeStreams() argument 5908 pw.print(Integer.toHexString(streams)); in dumpRingerModeStreams() 5909 if (streams != 0) { in dumpRingerModeStreams() 5914 if ((streams & stream) != 0) { in dumpRingerModeStreams() 5917 streams &= ~stream; in dumpRingerModeStreams() 5921 if (streams != 0) { in dumpRingerModeStreams() 5923 pw.print(streams); in dumpRingerModeStreams()
|
/frameworks/base/docs/html/guide/topics/text/ |
D | copy-paste.jd | 76 <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/ |
D | volume-playback.jd | 51 <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/ |
D | bluetooth.jd | 478 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
|
D | wifip2p.jd | 489 with byte streams. </li>
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_environment.jd | 161 android.hardware.Sensor#TYPE_AMBIENT_TEMPERATURE}) you can use these two data streams to calculate
|
/frameworks/base/docs/html/about/versions/ |
D | lollipop.jd | 115 <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…
|
D | android-3.1.jd | 331 data streams over any available network.</p> 336 <li>{@link android.net.rtp.RtpStream}, the base class of streams that send and
|
D | android-3.1-highlights.jd | 362 transmit or receive data streams over any available network.</p>
|
/frameworks/base/docs/html/training/sharing/ |
D | send.jd | 135 handle generic data streams.</li>
|
/frameworks/base/docs/html/guide/topics/connectivity/usb/ |
D | accessory.jd | 399 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/ |
D | index.jd | 349 <dd>This is a command-line tool that sends pseudo-random streams of keystrokes,
|
/frameworks/base/docs/html/about/versions/marshmallow/ |
D | android-6.0.jd | 443 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/ |
D | mediarouteprovider.jd | 111 retrieves, renders and streams video or music directly to the receiver device. This approach is
|