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

  /system/vold/
cryptfs.h 61 struct volume_info { struct
VolumeManager.h 124 int getDirectVolumeList(struct volume_info *vol_list);
137 int vold_getDirectVolumeList(struct volume_info *v);
DirectVolume.h 55 int getVolInfo(struct volume_info *v);
Volume.h 82 virtual int getVolInfo(struct volume_info *v) = 0;
DirectVolume.cpp 443 int DirectVolume::getVolInfo(struct volume_info *v)
448 /* Other fields of struct volume_info are filled in by the caller or cryptfs.c */
cryptfs.c     [all...]
VolumeManager.cpp 1068 extern "C" int vold_getDirectVolumeList(struct volume_info *vol_list) {
1073 int VolumeManager::getDirectVolumeList(struct volume_info *vol_list) {
    [all...]
  /external/bluetooth/glib/gio/
gvolume.c 93 const GTypeInfo volume_info = local
107 &volume_info, 0);

Completed in 176 milliseconds