Home
last modified time | relevance | path

Searched refs:notifyEvent (Results 1 – 6 of 6) sorted by relevance

/system/vold/
DVolumeBase.cpp49 notifyEvent(ResponseCode::VolumeStateChanged, StringPrintf("%d", mState)); in setState()
119 notifyEvent(ResponseCode::VolumePathChanged, mPath); in setPath()
130 notifyEvent(ResponseCode::VolumeInternalPathChanged, mInternalPath); in setInternalPath()
134 void VolumeBase::notifyEvent(int event) { in notifyEvent() function in android::vold::VolumeBase
140 void VolumeBase::notifyEvent(int event, const std::string& value) { in notifyEvent() function in android::vold::VolumeBase
168 notifyEvent(ResponseCode::VolumeCreated, in create()
188 notifyEvent(ResponseCode::VolumeDestroyed); in destroy()
DDisk.cpp149 notifyEvent(ResponseCode::DiskCreated, StringPrintf("%d", mFlags)); in create()
159 notifyEvent(ResponseCode::DiskDestroyed); in destroy()
275 notifyEvent(ResponseCode::DiskSizeChanged, StringPrintf("%" PRIu64, mSize)); in readMetadata()
276 notifyEvent(ResponseCode::DiskLabelChanged, mLabel); in readMetadata()
277 notifyEvent(ResponseCode::DiskSysPathChanged, mSysPath); in readMetadata()
300 notifyEvent(ResponseCode::DiskScanned); in readPartitions()
366 notifyEvent(ResponseCode::DiskScanned); in readPartitions()
517 void Disk::notifyEvent(int event) { in notifyEvent() function in android::vold::Disk
522 void Disk::notifyEvent(int event, const std::string& value) { in notifyEvent() function in android::vold::Disk
DPrivateVolume.cpp57 notifyEvent(ResponseCode::VolumeFsTypeChanged, mFsType); in readMetadata()
58 notifyEvent(ResponseCode::VolumeFsUuidChanged, mFsUuid); in readMetadata()
59 notifyEvent(ResponseCode::VolumeFsLabelChanged, mFsLabel); in readMetadata()
DDisk.h82 void notifyEvent(int msg);
83 void notifyEvent(int msg, const std::string& value);
DPublicVolume.cpp55 notifyEvent(ResponseCode::VolumeFsTypeChanged, mFsType); in readMetadata()
56 notifyEvent(ResponseCode::VolumeFsUuidChanged, mFsUuid); in readMetadata()
57 notifyEvent(ResponseCode::VolumeFsLabelChanged, mFsLabel); in readMetadata()
DVolumeBase.h117 void notifyEvent(int msg);
118 void notifyEvent(int msg, const std::string& value);