Home | History | Annotate | Download | only in vold

Lines Matching refs:DirectVolume

24 #define LOG_TAG "DirectVolume"
29 #include "DirectVolume.h"
36 DirectVolume::DirectVolume(VolumeManager *vm, const char *label,
52 DirectVolume::~DirectVolume() {
60 int DirectVolume::addPath(const char *path) {
65 void DirectVolume::setFlags(int flags) {
69 dev_t DirectVolume::getDiskDevice() {
73 dev_t DirectVolume::getShareDevice() {
81 void DirectVolume::handleVolumeShared() {
85 void DirectVolume::handleVolumeUnshared() {
89 int DirectVolume::handleBlockEvent(NetlinkEvent *evt) {
139 void DirectVolume::handleDiskAdded(const char *devpath, NetlinkEvent *evt) {
179 void DirectVolume::handlePartitionAdded(const char *devpath, NetlinkEvent *evt) {
235 void DirectVolume::handleDiskChanged(const char *devpath, NetlinkEvent *evt) {
268 void DirectVolume::handlePartitionChanged(const char *devpath, NetlinkEvent *evt) {
274 void DirectVolume::handleDiskRemoved(const char *devpath, NetlinkEvent *evt) {
287 void DirectVolume::handlePartitionRemoved(const char *devpath, NetlinkEvent *evt) {
346 int DirectVolume::getDeviceNodes(dev_t *devs, int max) {
371 int DirectVolume::updateDeviceInfo(char *new_path, int new_major, int new_minor)
426 void DirectVolume::revertDeviceInfo(void)
443 int DirectVolume::getVolInfo(struct volume_info *v)