HomeSort by relevance Sort by last modified time
    Searched refs:Media (Results 201 - 225 of 262) sorted by null

1 2 3 4 5 6 7 891011

  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
CrossProfileIntentFiltersSetter.java 187 /** Media capture can be performed by primary user. */
193 .addAction(MediaStore.Audio.Media.RECORD_SOUND_ACTION)
  /external/syslinux/dosutil/
eltorito.asm 316 MedChng: ;Return Media Changed Status
321 mov byte [es:di+1],-1 ;Assume Media Changed
323 jc MedExit ;If Media Changed or Bad
325 mov byte [es:di+1],1 ;Media has not changed
418 mov ax,800Fh ;Status = Invalid Media Change
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c     [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/
EfiFileLib.c 412 File->FsBlockIoMedia = BlkIo->Media;
416 File->MaxPosition = MultU64x32 (BlkIo->Media->LastBlock + 1, BlkIo->Media->BlockSize);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodHelperActivity.java 455 return new Intent(MediaStore.Audio.Media.RECORD_SOUND_ACTION);
IntentFiltersTestHelper.java 29 import android.media.audiofx.AudioEffect;
225 new Intent(MediaStore.Audio.Media.RECORD_SOUND_ACTION),
  /frameworks/base/media/java/android/mtp/
MtpPropertyGroup.java 222 c = mProvider.query(Audio.Media.getContentUri(mVolumeName),
  /packages/apps/Camera2/src/com/android/camera/
Storage.java 80 * @param title The title of the media file.
81 * @param date The date for the media file.
82 * @param location The location of the media file.
83 * @param orientation The orientation of the media file.
86 * @param width The width of the media file after the orientation is
88 * @param height The height of the media file after the orientation is
100 * Saves the media with a given MIME type and adds it to the MediaStore.
106 * @param title The title of the media file.
108 * @param date The date for the media file.
109 * @param location The location of the media file
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
start.S 45 Media: .byte 0 # Media - 8 bits - ignored
    [all...]
start16.S 46 Media: .byte 0 # Media - 8 bits - ignored
    [all...]
start32.S 45 Media: .byte 0 # Media - 1 byte
    [all...]
st16_64.S 46 Media: .byte 0 # Media - 8 bits - ignored
    [all...]
  /frameworks/base/core/java/android/app/
DownloadManager.java 90 * Internet Media Type of the downloaded file. If no value is provided upon creation, this will
94 * @see <a href="http://www.ietf.org/rfc/rfc1590.txt">RFC 1590, defining Media Types</a>
628 * Media Types</a>
783 // is the file supposed to be media-scannable?
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 178 // This is called when we receive media-related broadcast.
288 MediaStore.Images.Media.EXTERNAL_CONTENT_URI,
824 Uri uri = Images.Media.INTERNAL_CONTENT_URI;
  /prebuilts/go/darwin-x86/src/mime/
mediatype.go 17 // param as a media type conforming to RFC 2045 and RFC 2616.
79 return errors.New("mime: no media type")
92 return errors.New("mime: unexpected content after media subtype")
97 // ParseMediaType parses a media type value and any optional
98 // parameters, per RFC 1521. Media types are the values in
100 // On success, ParseMediaType returns the media type converted
137 return "", nil, errors.New("mime: invalid media parameter")
  /prebuilts/go/linux-x86/src/mime/
mediatype.go 17 // param as a media type conforming to RFC 2045 and RFC 2616.
79 return errors.New("mime: no media type")
92 return errors.New("mime: unexpected content after media subtype")
97 // ParseMediaType parses a media type value and any optional
98 // parameters, per RFC 1521. Media types are the values in
100 // On success, ParseMediaType returns the media type converted
137 return "", nil, errors.New("mime: invalid media parameter")
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
BdsPlatform.c 1036 3. Removable BlockIo - The boot option only points to the removable media
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathFromText.c     [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ContentResolverTest.java 3 import static android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI;
  /external/syslinux/efi32/include/efi/
efiprot.h 109 EFI_BLOCK_IO_MEDIA *Media;
  /external/syslinux/efi64/include/efi/
efiprot.h 109 EFI_BLOCK_IO_MEDIA *Media;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiprot.h 109 EFI_BLOCK_IO_MEDIA *Media;
  /packages/apps/DeskClock/src/com/android/deskclock/ringtone/
RingtonePickerActivity.java 29 import android.media.AudioManager;
30 import android.media.RingtoneManager;
61 import static android.media.RingtoneManager.TYPE_ALARM;
552 // If the file was a media file, return its title.
553 final int titleIndex = cursor.getColumnIndex(MediaStore.Audio.Media.TITLE);
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsFilePath.c     [all...]

Completed in 674 milliseconds

1 2 3 4 5 6 7 891011