HomeSort by relevance Sort by last modified time
    Searched refs:notifyEvent (Results 1 - 6 of 6) sorted by null

  /system/vold/
VolumeBase.cpp 47 notifyEvent(ResponseCode::VolumeStateChanged, StringPrintf("%d", mState));
117 notifyEvent(ResponseCode::VolumePathChanged, mPath);
128 notifyEvent(ResponseCode::VolumeInternalPathChanged, mInternalPath);
132 void VolumeBase::notifyEvent(int event) {
138 void VolumeBase::notifyEvent(int event, const std::string& value) {
166 notifyEvent(ResponseCode::VolumeCreated,
186 notifyEvent(ResponseCode::VolumeDestroyed);
Disk.h 82 void notifyEvent(int msg);
83 void notifyEvent(int msg, const std::string& value);
Disk.cpp 152 notifyEvent(ResponseCode::DiskCreated, StringPrintf("%d", mFlags));
162 notifyEvent(ResponseCode::DiskDestroyed);
282 notifyEvent(ResponseCode::DiskSizeChanged, StringPrintf("%" PRIu64, mSize));
283 notifyEvent(ResponseCode::DiskLabelChanged, mLabel);
284 notifyEvent(ResponseCode::DiskSysPathChanged, mSysPath);
307 notifyEvent(ResponseCode::DiskScanned);
373 notifyEvent(ResponseCode::DiskScanned);
529 void Disk::notifyEvent(int event) {
534 void Disk::notifyEvent(int event, const std::string& value) {
PrivateVolume.cpp 57 notifyEvent(ResponseCode::VolumeFsTypeChanged, mFsType);
58 notifyEvent(ResponseCode::VolumeFsUuidChanged, mFsUuid);
59 notifyEvent(ResponseCode::VolumeFsLabelChanged, mFsLabel);
VolumeBase.h 117 void notifyEvent(int msg);
118 void notifyEvent(int msg, const std::string& value);
PublicVolume.cpp 55 notifyEvent(ResponseCode::VolumeFsTypeChanged, mFsType);
56 notifyEvent(ResponseCode::VolumeFsUuidChanged, mFsUuid);
57 notifyEvent(ResponseCode::VolumeFsLabelChanged, mFsLabel);

Completed in 201 milliseconds