Searched refs:volume_info (Results 1 - 7 of 7) sorted by relevance

/system/vold/
H A Dcryptfs.h61 struct volume_info { struct
H A DVolumeManager.h138 int getDirectVolumeList(struct volume_info *vol_list);
153 int vold_getDirectVolumeList(struct volume_info *v);
H A DDirectVolume.h55 int getVolInfo(struct volume_info *v);
H A DVolume.h83 virtual int getVolInfo(struct volume_info *v) = 0;
H A DDirectVolume.cpp443 int DirectVolume::getVolInfo(struct volume_info *v)
448 /* Other fields of struct volume_info are filled in by the caller or cryptfs.c */
H A Dcryptfs.c1109 static inline int should_encrypt(struct volume_info *volume)
1132 struct volume_info *vol_list = 0;
1189 vol_list = malloc(sizeof(struct volume_info) * num_vols);
H A DVolumeManager.cpp1317 extern "C" int vold_getDirectVolumeList(struct volume_info *vol_list) {
1322 int VolumeManager::getDirectVolumeList(struct volume_info *vol_list) {

Completed in 399 milliseconds