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

1 2 3 4 5 67 8 91011

  /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);
CEATABlockIo.c 63 @param MediaId The media id that the write request is for.
75 @retval EFI_NO_MEDIA No media
76 @retval EFI_MEDIA_CHANGED Media Change
114 DEBUG((EFI_D_ERROR, "CEATABlockReadBlocks:Media changed\n" ));
172 @param MediaId The media id that the write request is for.
184 @retval EFI_NO_MEDIA No media
185 @retval EFI_MEDIA_CHANGED Media Change
342 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.
  /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
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpress.h 169 EFI_BLOCK_IO_MEDIA Media;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsBlockIoPei.h 113 EFI_PEI_BLOCK_IO2_MEDIA Media[UFS_PEIM_MAX_LUNS];
299 Gets a block device's media information.
301 This function will provide the caller with the specified block device's media
302 information. If the media changes, calling this function will update the media
315 @param[out] MediaInfo The media information of the specified block media.
333 @retval EFI_SUCCESS Media information about the specified block device
335 @retval EFI_DEVICE_ERROR Cannot get the media information due to a hardware
352 blocks are read, or an error is returned. If there is no media in the device,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
Partition.h 4 of the raw block devices media. Currently "El Torito CD-ROM", Legacy
54 EFI_BLOCK_IO_MEDIA Media;
360 @retval EFI_MEDIA_CHANGED Media changed Detected.
389 @retval EFI_MEDIA_CHANGED Media changed Detected.
416 @retval EFI_MEDIA_CHANGED Media change was detected.
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
BitmapFactoryTest.java 111 Bitmap bitmap = MediaStore.Images.Media.getBitmap(Robolectric.application.getContentResolver(), Uri.parse("content:/path"));

Completed in 1878 milliseconds

1 2 3 4 5 67 8 91011