HomeSort by relevance Sort by last modified time
    Searched defs:notifyEvent (Results 1 - 2 of 2) 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.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) {

Completed in 637 milliseconds