/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/ |
SecureBootConfigFileExplorer.c | 701 // Issue a dummy read to trigger reinstall of BlockIo protocol for removable media
703 if (BlkIo->Media->RemovableMedia) {
704 Buffer = AllocateZeroPool (BlkIo->Media->BlockSize);
712 BlkIo->Media->MediaId,
714 BlkIo->Media->BlockSize,
745 // If no block IO exists assume it's NOT a removable media
750 // If block IO exists check to see if it's remobable media
752 RemovableMedia = BlkIo->Media->RemovableMedia;
[all...] |
/packages/apps/Music/src/com/android/music/ |
QueryBrowserActivity.java | 34 import android.media.AudioManager; 98 if (path.startsWith("content://media/external/audio/media/")) { 105 } else if (path.startsWith("content://media/external/audio/albums/")) { 113 } else if (path.startsWith("content://media/external/audio/artists/")) { 210 * This listener gets called when the media scanner starts up, and when the 270 mQueryCursor.getColumnIndexOrThrow(MediaStore.Audio.Media.MIME_TYPE)); 310 MediaStore.Audio.Media.MIME_TYPE, // mimetype of audio file, or "artist" or "album" 312 MediaStore.Audio.Media.TITLE, "data1", "data2"}; 314 Uri search = Uri.parse("content://media/external/audio/search/fancy/" + Uri.encode(filter)) [all...] |
/compatibility/cdd/2_device-types/ |
2_2_handheld-reqs.md | 81 **Lock Screen Media Control (Section 3.8.10)** 85 * [H-1-1] MUST display the Lock screen Notifications including the Media Notification Template.
|
/compatibility/cdd/5_multimedia/ |
5_7_network-protocols.md | 3 Device implementations MUST support the [media network protocols]( 4 http://developer.android.com/guide/appendix/media-formats.html) 12 * [C-1-2] MUST support the media segment formats shown in 13 the Media Segmant Formats table below over 21 Media Segment Formats
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyDxe/ |
HiKeyDxe.c | 82 Status = BlockIoProtocol->ReadBlocks (BlockIoProtocol, BlockIoProtocol->Media->MediaId,
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
BlockIoCrypto.h | 345 If there is no media in the device, the function returns EFI_NO_MEDIA. If the
346 MediaId is not the ID for the current media in the device, the function returns
359 @param[in] MediaId The media ID that the read request is for.
380 @retval EFI_NO_MEDIA There is no media in the device.
381 @retval EFI_MEDIA_CHANGED The MediaId is not for the current media.
413 If there is no media in the device, the function returns EFI_NO_MEDIA. If the
414 MediaId is not the ID for the current media in the device, the function returns
426 @param[in] MediaId The media ID that the read request is for.
444 @retval EFI_NO_MEDIA There is no media in the device.
445 @retval EFI_MEDIA_CHANGED The MediaId is not for the current media. [all...] |
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtBlockIoDxe/ |
WinNtBlockIo.h | 81 EFI_BLOCK_IO_MEDIA Media;
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/MemoryOverwriteControl/ |
TcgMor.c | 300 InitiateTPerReset (Ssp, BlockIo->Media->MediaId);
|
/external/fsck_msdos/ |
fat.c | 67 * m = BPB media ID byte 106 if (buffer[0] != boot->Media || buffer[1] != 0xff) 226 if (buffer[0] != boot->Media 240 if (buffer[0] == boot->Media && buffer[1] == 0xff 571 *p++ = (u_char)boot->Media;
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
MenuHelper.java | 150 Uri target = Images.Media.EXTERNAL_CONTENT_URI.buildUpon()
|
Storage.java | 89 uri = resolver.insert(Images.Media.EXTERNAL_CONTENT_URI, values);
|
VideoCamera.java | 46 import android.media.CamcorderProfile; 47 import android.media.CameraProfile; 48 import android.media.MediaRecorder; [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/ |
CameraIntentsActivity.java | 48 * MediaStore.Images.Media.EXTERNAL_CONTENT_URI - this should fire 50 * added to the media store. 51 * MediaStore.Video.Media.EXTERNAL_CONTENT_URI - this should fire when a new 53 * to the media store. 112 uriToTrigger = MediaStore.Images.Media.EXTERNAL_CONTENT_URI; 115 uriToTrigger = MediaStore.Video.Media.EXTERNAL_CONTENT_URI;
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/ |
MMCSDBlockIo.c | 49 @param MediaId The media id that the write request is for.
61 @retval EFI_NO_MEDIA No media
62 @retval EFI_MEDIA_CHANGED Media Change
279 @param MediaId The media id that the write request is for.
291 @retval EFI_NO_MEDIA No media
292 @retval EFI_MEDIA_CHANGED Media Change
352 if (This->Media->ReadOnly == TRUE) {
515 CardData->BlockIo.Media = &(CardData->BlockIoMedia);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
BmBoot.c | 694 Description = BlockIo->Media->RemovableMedia ? L"DVD/CDROM" : L"Hard Drive";
708 Description = BlockIo->Media->RemovableMedia ? L"Removable Disk" : L"Hard Drive";
[all...] |
/frameworks/av/media/libstagefright/httplive/ |
M3UParser.cpp | 24 #include <media/stagefright/foundation/ADebug.h> 25 #include <media/stagefright/foundation/AMessage.h> 26 #include <media/stagefright/MediaDefs.h> 27 #include <media/stagefright/MediaErrors.h> 28 #include <media/stagefright/Utils.h> 29 #include <media/mediaplayer.h> 73 struct Media { 81 Vector<Media> mMediaItems; 106 Media &item = mMediaItems.editItemAt(mMediaItems.size() - 1); 129 if (property_get("media.httplive.audio-index", value, NULL)) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
mactoolboxglue.c | 433 GLUE_NEW(Media, MediaObj_New, "Carbon.Qt")
434 GLUE_CONVERT(Media, MediaObj_Convert, "Carbon.Qt")
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
bs16.S | 48 Media: .byte 0 # Media - 8 bits - ignored
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
Gasket.h | 502 IN EFI_BLOCK_IO_MEDIA *Media
533 IN EFI_SIMPLE_NETWORK_MODE *Media
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/ |
DxeDeferImageLoadLib.c | 96 if (BlockIo->Media != NULL) {
97 if (BlockIo->Media->RemovableMedia) {
99 // Block I/O is present and specifies the media is removable
104 // Block I/O is present and specifies the media is not removable
125 // Simple File System is present without Block I/O, so assume media is fixed.
|
/external/python/cpython2/Python/ |
mactoolboxglue.c | 433 GLUE_NEW(Media, MediaObj_New, "Carbon.Qt") 434 GLUE_CONVERT(Media, MediaObj_Convert, "Carbon.Qt")
|
/prebuilts/go/darwin-x86/src/net/http/ |
status.go | 116 StatusUnsupportedMediaType: "Unsupported Media Type",
|
/prebuilts/go/linux-x86/src/net/http/ |
status.go | 116 StatusUnsupportedMediaType: "Unsupported Media Type",
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/ |
AddVoicemailActivity.java | 164 Intent recordingIntent = new Intent(MediaStore.Audio.Media.RECORD_SOUND_ACTION);
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
LegacyBbs.c | 20 // FLOPPY_PRESENT_WITH_MEDIA = Floppy controller present and media is inserted
22 // FLOPPY_PRESENT_NO_MEDIA = Floppy controller present but no media inserted
33 Checks the state of the floppy and if media is inserted.
35 This routine checks the state of the floppy and if media is inserted.
38 Floppy present & no media - Set BBS entry to lowest priority. We cannot
44 Floppy present & media - Set BBS entry to some priority.
46 @return State of floppy media
119 if (BlkIo->Media->MediaPresent) {
141 @retval EFI_SUCCESS Removable media not present
|