Home
last modified time | relevance | path

Searched refs:Media (Results 1 – 25 of 96) sorted by relevance

1234

/frameworks/av/services/mediametrics/fuzzer/
DREADME.md11 Media Metrics Service contains the following modules:
12 1. Media Metrics Item Manipulation (module name: `Item`)
13 2. Media Metrics Time Machine Storage (module name: `TimeMachineStorage`)
14 3. Media Metrics Transaction Log (module name: `TransactionLog`)
15 4. Media Metrics Analytics Action (module name: `AnalyticsAction`)
16 5. Media Metrics Audio Analytics (module name: `AudioAnalytics`)
17 6. Media Metrics Timed Action (module name: `TimedAction`)
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DMediaStoreSaver.java60 values.put(Images.Media.TITLE, title); in insertImage()
61 values.put(Images.Media.DISPLAY_NAME, title); in insertImage()
62 values.put(Images.Media.DESCRIPTION, description); in insertImage()
63 values.put(Images.Media.MIME_TYPE, "image/jpeg"); in insertImage()
65 values.put(Images.Media.DATE_ADDED, System.currentTimeMillis()); in insertImage()
66 values.put(Images.Media.DATE_TAKEN, System.currentTimeMillis()); in insertImage()
72 url = cr.insert(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, values); in insertImage()
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DMediaStoreSaver.java60 values.put(Images.Media.TITLE, title); in insertImage()
61 values.put(Images.Media.DISPLAY_NAME, title); in insertImage()
62 values.put(Images.Media.DESCRIPTION, description); in insertImage()
63 values.put(Images.Media.MIME_TYPE, "image/jpeg"); in insertImage()
65 values.put(Images.Media.DATE_ADDED, System.currentTimeMillis()); in insertImage()
66 values.put(Images.Media.DATE_TAKEN, System.currentTimeMillis()); in insertImage()
72 url = cr.insert(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, values); in insertImage()
/frameworks/opt/net/voip/src/java/android/net/sip/
DSimpleSessionDescription.java59 private final ArrayList<Media> mMedia = new ArrayList<Media>();
94 Media media = newMedia(parts[0], Integer.parseInt(ports[0]), in SimpleSessionDescription()
118 public Media newMedia(String type, int port, int portCount, in newMedia()
120 Media media = new Media(type, port, portCount, protocol); in newMedia()
128 public Media[] getMedia() { in getMedia()
129 return mMedia.toArray(new Media[mMedia.size()]); in getMedia()
140 for (Media media : mMedia) { in encode()
237 public static class Media extends Fields { class in SimpleSessionDescription
244 private Media(String type, int port, int portCount, String protocol) { in Media() method in SimpleSessionDescription.Media
DSipAudioCall.java28 import android.net.sip.SimpleSessionDescription.Media;
747 Media media = offer.newMedia(
764 for (Media media : offer.getMedia()) {
777 Media reply = answer.newMedia(
805 Media reply = answer.newMedia(
830 Media media = offer.newMedia(
1031 for (Media media : offer.getMedia()) {
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Phone/Settings/
Ddevice_for_product_strategy_dtmf.pfw19 # DTMF follows Media strategy if not in call
47 # DTMF follows Media strategy if not in call
75 # DTMF follows Media strategy if not in call
103 # DTMF follows Media strategy if not in call
131 # DTMF follows Media strategy if not in call
227 # DTMF follows Media strategy if not in call
266 # DTMF follows Media strategy if not in call
303 # DTMF follows Media strategy if not in call
340 # DTMF follows Media strategy if not in call
341 # Media strategy inverts the priority of USB device vs accessory
[all …]
Ddevice_for_product_strategy_accessibility.pfw28 # Accessibility follows Media strategy if not in call
140 # Accessibility follows Media strategy if not in call
264 # accessibility follows Media strategy if not in call
303 # accessibility follows Media strategy if not in call
337 # accessibility follows Media strategy if not in call
374 # accessibility follows Media strategy if not in call
375 # Media strategy inverts the priority of USB device vs accessory
408 # accessibility follows Media strategy if not in call
409 # Media strategy inverts the priority of USB device vs accessory
439 # accessibility follows Media strategy if not in call
[all …]
Ddevice_for_product_strategy_sonification_respectful.pfw76 # SonificationRespectful Follows Sonification that falls through Media strategy if not in call
103 # SonificationRespectful Follows Sonification that falls through Media strategy if not in call
130 # SonificationRespectful Follows Sonification that falls through Media strategy if not in call
248 # SonificationRespectful Follows Sonification that falls through Media strategy if not in call
287 # SonificationRespectful Follows Sonification that falls through Media strategy if not in call
326 # SonificationRespectful Follows Sonification that falls through Media strategy if not in call
363 # SonificationRespectful Follows Sonification that falls through Media strategy if not in call
394 # SonificationRespectful Follows Sonification that falls through Media strategy if not in call
424 # SonificationRespectful Follows Sonification that falls through Media strategy if not in call
454 # SonificationRespectful Follows Sonification that falls through Media strategy if not in call
[all …]
/frameworks/base/media/java/android/media/
DRingtoneManager.java215 MediaStore.Audio.Media._ID,
216 MediaStore.Audio.Media.TITLE,
217 MediaStore.Audio.Media.TITLE,
218 MediaStore.Audio.Media.TITLE_KEY,
222 MediaStore.Audio.Media._ID,
223 MediaStore.Audio.Media.TITLE,
224 MediaStore.Audio.Media.TITLE,
225 MediaStore.Audio.Media.TITLE_KEY,
449 MediaStore.Audio.Media.DEFAULT_SORT_ORDER); in getCursor()
463 MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, parentInfo.id)); in getParentProfileRingtones()
[all …]
/frameworks/av/services/mediaresourcemanager/fuzzer/
DREADME.md11 Media Resource Manager supports the following parameters:
12 1. Media Resource Type (parameter name: `mediaResourceType`)
13 2. Media Resource SubType (parameter name: `mediaResourceSubType`)
/frameworks/av/media/libmediaplayerservice/fuzzer/
DREADME.md67 4. Media parameter keys (parameter name: `key`)
69 6. Media Event Types (parameter name: `msg`)
70 7. Media Info Types (parameter name: `ext1`)
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/media/
DOWNERS1 #Android Media Better Together
/frameworks/av/media/codec2/hal/hidl/1.0/vts/
DOWNERS2 # Media team
/frameworks/av/media/module/bufferpool/2.0/tests/
DOWNERS1 # Media team
DREADME.md1 ## Media Testing ##
/frameworks/av/media/module/bufferpool/1.0/vts/
DOWNERS1 # Media team
/frameworks/proto_logging/stats/atoms/wear/media/
Dwear_media_extension_atoms.proto58 // Depicts the action performed on the Media. Values : (PLAY, PAUSE,
149 * package: vendor/google_clockwork/packages/Media
167 * package: vendor/google_clockwork/packages/Media
178 * package: vendor/google_clockwork/packages/Media
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DOWNERS7 #Android Media - For minor changes and renames only.
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenMediaRecorder.java334 values.put(MediaStore.Video.Media.DISPLAY_NAME, fileName); in save()
335 values.put(MediaStore.Video.Media.MIME_TYPE, "video/mp4"); in save()
336 values.put(MediaStore.Video.Media.DATE_ADDED, System.currentTimeMillis()); in save()
337 values.put(MediaStore.Video.Media.DATE_TAKEN, System.currentTimeMillis()); in save()
340 Uri collectionUri = MediaStore.Video.Media.getContentUri( in save()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaInserterTest.java60 private static final Uri sAudioUri = Audio.Media.getContentUri(sVolumeName);
61 private static final Uri sVideoUri = Video.Media.getContentUri(sVolumeName);
62 private static final Uri sImagesUri = Images.Media.getContentUri(sVolumeName);
/frameworks/av/
DOWNERS1 ## Media team top-level OWNERS, bug component: 1344
/frameworks/av/media/libstagefright/webm/tests/
DREADME.md1 ## Media Testing ##
/frameworks/av/media/libstagefright/xmlparser/test/
DREADME.md1 ## Media Testing ##
/frameworks/base/core/proto/android/companion/
Dcontext_sync_message.proto28 // Media data and invitations data omitted.
/frameworks/av/media/libmediametrics/
DAndroid.bp68 "//packages/modules/Media/apex/framework",

1234