Home
last modified time | relevance | path

Searched refs:volume (Results 1 – 25 of 44) sorted by relevance

12

/system/vold/model/
DVolumeBase.cpp165 void VolumeBase::addVolume(const std::shared_ptr<VolumeBase>& volume) { in addVolume() argument
166 mVolumes.push_back(volume); in addVolume()
169 void VolumeBase::removeVolume(const std::shared_ptr<VolumeBase>& volume) { in removeVolume() argument
170 mVolumes.remove(volume); in removeVolume()
DVolumeBase.h106 void addVolume(const std::shared_ptr<VolumeBase>& volume);
107 void removeVolume(const std::shared_ptr<VolumeBase>& volume);
DEmulatedVolume.cpp94 status_t EmulatedVolume::bindMountVolume(const EmulatedVolume& volume, in bindMountVolume() argument
97 int volumeUserId = volume.getMountUserId(); in bindMountVolume()
98 std::string label = volume.getLabel(); in bindMountVolume()
/system/sepolicy/prebuilts/api/34.0/private/
Dartd.te33 # ({/data,/mnt/expand/<volume-uuid>}/app/...).
84 # ({/data,/mnt/expand/<volume-uuid>}/{user,user_de}/<user-id>/<package-name>/...).
112 # Allow scanning {/data,/mnt/expand/<volume-uuid>}/{user,user_de}, for cleaning
116 # Allow scanning {/data,/mnt/expand/<volume-uuid>}/{user,user_de}/<user-id> and
117 # /mnt/expand/<volume-uuid>, for cleaning up obsolete managed files.
/system/sepolicy/public/
Dvold.te1 # volume manager
/system/sepolicy/prebuilts/api/202404/private/
Dartd.te35 # ({/data,/mnt/expand/<volume-uuid>}/app/...).
88 # ({/data,/mnt/expand/<volume-uuid>}/{user,user_de}/<user-id>/<package-name>/...).
116 # Allow scanning {/data,/mnt/expand/<volume-uuid>}/{user,user_de}, for cleaning
120 # Allow scanning {/data,/mnt/expand/<volume-uuid>}/{user,user_de}/<user-id> and
121 # /mnt/expand/<volume-uuid>, for cleaning up obsolete managed files.
/system/media/audio_utils/
DBalance.cpp142 for (float volume : mVolumes) { in toString() local
143 ss << " " << volume; in toString()
/system/vold/
DVolumeManager.cpp1093 auto volume = findVolumeWithFilter(filter_fn); in setupAppDir() local
1094 if (volume == nullptr) { in setupAppDir()
1103 volume->getInternalPath() + path.substr(volume->getPath().length()); in setupAppDir()
1105 const std::string volumeRoot = volume->getRootPath(); // eg /data/media/0 in setupAppDir()
1119 if (volume->getType() == VolumeBase::Type::kPublic) { in setupAppDir()
1163 auto volume = findVolumeWithFilter(filter_fn); in createObb() local
1164 if (volume == nullptr) { in createObb()
1169 volume->getInternalPath() + sourcePath.substr(volume->getPath().length()); in createObb()
/system/sepolicy/private/
Dartd.te35 # ({/data,/mnt/expand/<volume-uuid>}/app/...).
88 # ({/data,/mnt/expand/<volume-uuid>}/{user,user_de}/<user-id>/<package-name>/...).
116 # Allow scanning {/data,/mnt/expand/<volume-uuid>}/{user,user_de}, for cleaning
120 # Allow scanning {/data,/mnt/expand/<volume-uuid>}/{user,user_de}/<user-id> and
121 # /mnt/expand/<volume-uuid>, for cleaning up obsolete managed files.
Dzygote.te69 # /data/user{,_de}, /mnt/expand/$volume/user{,_de}
87 # List /mnt/expand to find all /mnt/expand/$volume/user{,_de} directories that
/system/core/rootdir/
Dinit.zygote32.rc8 onrestart exec_background - system system -- /system/bin/vdc volume abort_fuse
Dinit.zygote64.rc8 onrestart exec_background - system system -- /system/bin/vdc volume abort_fuse
/system/sepolicy/prebuilts/api/29.0/public/
Diorapd.te1 # volume manager
/system/sepolicy/prebuilts/api/30.0/public/
Diorap_prefetcherd.te1 # volume manager
Diorapd.te1 # volume manager
/system/sepolicy/prebuilts/api/32.0/public/
Diorap_prefetcherd.te1 # volume manager
Diorapd.te1 # volume manager
/system/sepolicy/prebuilts/api/31.0/public/
Diorap_prefetcherd.te1 # volume manager
Diorapd.te1 # volume manager
/system/sepolicy/prebuilts/api/33.0/public/
Diorap_prefetcherd.te1 # volume manager
Diorapd.te1 # volume manager
/system/libsysprop/srcs/android/sysprop/
DHdmiProperties.sysprop49 # True means CEC audio device should forward volume keys when system audio mode is off.
/system/sepolicy/prebuilts/api/202404/public/
Dvold.te1 # volume manager
104 # /data/media/$userId/* and /mnt/expand/$volume/media/$userId/*
130 # Needed to set the casefold flag on /mnt/expand/$volume/media
/system/sepolicy/prebuilts/api/34.0/public/
Dvold.te1 # volume manager
104 # /data/media/$userId/* and /mnt/expand/$volume/media/$userId/*
130 # Needed to set the casefold flag on /mnt/expand/$volume/media
/system/teeui/test/example_config/
DREADME71 …"native-test-flag": "--volUpButtonTop=<distance from the top of the UP volume button to the top of…

12