/system/vold/model/ |
D | VolumeBase.cpp | 165 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()
|
D | VolumeBase.h | 106 void addVolume(const std::shared_ptr<VolumeBase>& volume); 107 void removeVolume(const std::shared_ptr<VolumeBase>& volume);
|
D | EmulatedVolume.cpp | 94 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/ |
D | artd.te | 33 # ({/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/ |
D | vold.te | 1 # volume manager
|
/system/sepolicy/prebuilts/api/202404/private/ |
D | artd.te | 35 # ({/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/ |
D | Balance.cpp | 142 for (float volume : mVolumes) { in toString() local 143 ss << " " << volume; in toString()
|
/system/vold/ |
D | VolumeManager.cpp | 1093 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/ |
D | artd.te | 35 # ({/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.
|
D | zygote.te | 69 # /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/ |
D | init.zygote32.rc | 8 onrestart exec_background - system system -- /system/bin/vdc volume abort_fuse
|
D | init.zygote64.rc | 8 onrestart exec_background - system system -- /system/bin/vdc volume abort_fuse
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | iorapd.te | 1 # volume manager
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | iorap_prefetcherd.te | 1 # volume manager
|
D | iorapd.te | 1 # volume manager
|
/system/sepolicy/prebuilts/api/32.0/public/ |
D | iorap_prefetcherd.te | 1 # volume manager
|
D | iorapd.te | 1 # volume manager
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | iorap_prefetcherd.te | 1 # volume manager
|
D | iorapd.te | 1 # volume manager
|
/system/sepolicy/prebuilts/api/33.0/public/ |
D | iorap_prefetcherd.te | 1 # volume manager
|
D | iorapd.te | 1 # volume manager
|
/system/libsysprop/srcs/android/sysprop/ |
D | HdmiProperties.sysprop | 49 # True means CEC audio device should forward volume keys when system audio mode is off.
|
/system/sepolicy/prebuilts/api/202404/public/ |
D | vold.te | 1 # 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/ |
D | vold.te | 1 # 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/ |
D | README | 71 …"native-test-flag": "--volUpButtonTop=<distance from the top of the UP volume button to the top of…
|