/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/ |
OtherMetadataFragment.java | 238 result = MediaStore.Images.Media.getBitmap(getActivity().getContentResolver()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/ |
NorFlashDxe.h | 145 EFI_BLOCK_IO_MEDIA Media;
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
bootsect.asm | 59 Media db 0 ; Media - 8 bits - ignored
|
bs16.asm | 46 Media db 0 ; Media - 8 bits - ignored
|
bs32.asm | 46 Media db 0 ; Media - 8 bits - ignored
|
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...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/ |
Main.c | 467 Send null requests to all removable media block IO devices so the a media add/remove/change
483 // Probe for media insertion/removal in removable media devices
491 // Probe to see if media is present (or not) or media changed
493 // block io driver to update the system about media change events
494 File->FsBlockIo->ReadBlocks (File->FsBlockIo, File->FsBlockIo->Media->MediaId, (EFI_LBA)0, 0, NULL);
671 // Probe removable media devices to see if media has been inserted or removed. [all...] |
/external/fsck_msdos/ |
boot.c | 80 boot->Media = block[21];
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
SmartCamera.java | 17 package androidx.media.filterfw.samples.simplecamera; 38 import androidx.media.filterfw.FilterGraph; 39 import androidx.media.filterfw.GraphReader; 40 import androidx.media.filterfw.GraphRunner; 41 import androidx.media.filterfw.MffContext; 131 MediaStore.Images.Media.insertImage(getContentResolver(), bitmap,
|
/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/libmtp/logs/ |
mtp-detect-asus-memo-pad7_2.txt | 11 ii libmtp-common 1.1.8-1 all Media Transfer Protocol (MTP) common files 12 ii libmtp-runtime 1.1.8-1+b1 amd64 Media Transfer Protocol (MTP) runtime tools 13 ii libmtp9:amd64 1.1.8-1+b1 amd64 Media Transfer Protocol (MTP) library 14 ii mtp-tools 1.1.8-1+b1 amd64 Media Transfer Protocol (MTP) library tools 15 ii mtpfs 1.1-5 amd64 FUSE filesystem for Media Transfer Protocol devices 478 Microsoft Windows Media Audio
|
/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/ |
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...] |
/compatibility/cdd/7_hardware-compatibility/ |
7_7_usb.md | 111 * [C-3-1] MUST recognize any remotely connected MTP (Media Transfer Protocol)
|
/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> 609 * Media Types</a> 764 // 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")
|