Searched refs:notifyEvent (Results 1 – 6 of 6) sorted by relevance
/system/vold/ |
D | VolumeBase.cpp | 49 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()
|
D | Disk.cpp | 149 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
|
D | PrivateVolume.cpp | 57 notifyEvent(ResponseCode::VolumeFsTypeChanged, mFsType); in readMetadata() 58 notifyEvent(ResponseCode::VolumeFsUuidChanged, mFsUuid); in readMetadata() 59 notifyEvent(ResponseCode::VolumeFsLabelChanged, mFsLabel); in readMetadata()
|
D | Disk.h | 82 void notifyEvent(int msg); 83 void notifyEvent(int msg, const std::string& value);
|
D | PublicVolume.cpp | 55 notifyEvent(ResponseCode::VolumeFsTypeChanged, mFsType); in readMetadata() 56 notifyEvent(ResponseCode::VolumeFsUuidChanged, mFsUuid); in readMetadata() 57 notifyEvent(ResponseCode::VolumeFsLabelChanged, mFsLabel); in readMetadata()
|
D | VolumeBase.h | 117 void notifyEvent(int msg); 118 void notifyEvent(int msg, const std::string& value);
|