HomeSort by relevance Sort by last modified time
    Searched refs:volumes (Results 1 - 14 of 14) sorted by null

  /bootable/recovery/mtdutils/
mounts.c 34 MountedVolume *volumes; member in struct:__anon733
40 NULL, // volumes
67 if (g_mounts_state.volumes == NULL) {
69 MountedVolume *volumes = malloc(numv * sizeof(*volumes)); local
70 if (volumes == NULL) {
74 g_mounts_state.volumes = volumes;
76 memset(volumes, 0, numv * sizeof(*volumes));
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
SDL_syscdrom.c 31 static FSVolumeRefNum* volumes; variable
71 if (ListTrackFiles (volumes[cdrom->id], tracks[cdrom->id], cdrom->numtracks) < 0)
160 volumes = NULL;
187 mounted audio CD volumes, rather than
192 /* Find out how many cd volumes are mounted */
196 If there are no volumes, fake a cd device
208 /* Allocate space for volumes */
209 volumes = (FSVolumeRefNum*) SDL_calloc (1, sizeof(*volumes) * SDL_numcds);
210 if (volumes == NULL)
    [all...]
CDPlayer.h 61 int DetectAudioCDVolumes (FSVolumeRefNum *volumes, int numVolumes);
CDPlayer.c 92 int DetectAudioCDVolumes(FSVolumeRefNum *volumes, int numVolumes)
117 if (volumes != NULL && cdVolumeCount < numVolumes)
118 volumes[cdVolumeCount] = actualVolume;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ak4xxx-adda.h 63 unsigned char volumes[AK4XXX_IMAGE_SIZE]; /* saved volume values */ member in struct:snd_akm4xxx
92 (ak)->volumes[(chip) * 16 + (reg)]
94 ((ak)->volumes[(chip) * 16 + (reg)] = (val))
  /external/bluetooth/glib/gio/
gunixvolumemonitor.c 50 GList *volumes; member in struct:_GUnixVolumeMonitor
85 g_list_foreach (monitor->volumes, (GFunc)g_object_unref, NULL);
86 g_list_free (monitor->volumes);
99 g_list_foreach (monitor->volumes, (GFunc)g_object_unref, NULL);
100 g_list_free (monitor->volumes);
101 monitor->volumes = NULL;
132 l = g_list_copy (monitor->volumes);
208 /* Update both to make sure volumes are created before mounts */
219 /* Update both to make sure volumes are created before mounts */
314 for (l = monitor->volumes; l != NULL; l = l->next
    [all...]
gwin32volumemonitor.c 45 GList *volumes; member in struct:_GWin32VolumeMonitor
126 /* deliver accesible (aka 'mounted') volumes */
154 /* actually 'mounting' volumes is out of GIOs business on win32, so no volumes are delivered either */
194 * QueryDosDevice call below. Probably this code is confusing volumes
196 * to volumes.
  /packages/providers/MediaProvider/src/com/android/providers/media/
MtpService.java 113 StorageVolume[] volumes = mStorageManager.getVolumeList(); local
114 mVolumes = volumes;
115 for (int i = 0; i < volumes.length; i++) {
116 String path = volumes[i].getPath();
  /frameworks/base/core/java/android/os/
Environment.java 48 Parcelable[] volumes = mountService.getVolumeList(); local
49 mPrimaryVolume = (StorageVolume)volumes[0];
  /frameworks/base/core/java/android/os/storage/
StorageManager.java 548 * Returns list of all mountable volumes.
569 * Returns list of paths for all mountable volumes.
573 StorageVolume[] volumes = getVolumeList(); local
574 if (volumes == null) return null;
575 int count = volumes.length;
578 paths[i] = volumes[i].getPath();
  /frameworks/wilhelm/src/android/
MediaPlayer_to_android.cpp 587 float volumes[2]; local
589 android_player_volumeUpdate(volumes, &mp->mVolume, mp->mNumChannels, 1.0f, NULL);
590 float leftVol = volumes[0], rightVol = volumes[1];
AudioPlayer_to_android.cpp 253 // compute volumes without setting
255 float volumes[2]; local
256 android_player_volumeUpdate(volumes, &ap->mVolume, channelCount, ap->mAmplFromDirectLevel,
258 float leftVol = volumes[0], rightVol = volumes[1];
286 // volumes, but setting volumes is handled by the caller.
355 // return the computed volumes
    [all...]
  /frameworks/base/services/java/com/android/server/usb/
UsbDeviceManager.java 182 StorageVolume[] volumes = storageManager.getVolumeList(); local
183 if (volumes.length > 0) {
184 massStorageSupported = volumes[0].allowMassStorage();
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 109 * storage volumes.
    [all...]

Completed in 1137 milliseconds