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

  /system/vold/
VolumeBase.cpp 49 notifyEvent(ResponseCode::VolumeStateChanged, StringPrintf("%d", mState));
119 notifyEvent(ResponseCode::VolumePathChanged, mPath);
130 notifyEvent(ResponseCode::VolumeInternalPathChanged, mInternalPath);
134 void VolumeBase::notifyEvent(int event) {
140 void VolumeBase::notifyEvent(int event, const std::string& value) {
168 notifyEvent(ResponseCode::VolumeCreated,
188 notifyEvent(ResponseCode::VolumeDestroyed);
Disk.cpp 150 notifyEvent(ResponseCode::DiskCreated, StringPrintf("%d", mFlags));
160 notifyEvent(ResponseCode::DiskDestroyed);
276 notifyEvent(ResponseCode::DiskSizeChanged, StringPrintf("%" PRIu64, mSize));
277 notifyEvent(ResponseCode::DiskLabelChanged, mLabel);
278 notifyEvent(ResponseCode::DiskSysPathChanged, mSysPath);
301 notifyEvent(ResponseCode::DiskScanned);
367 notifyEvent(ResponseCode::DiskScanned);
523 void Disk::notifyEvent(int event) {
528 void Disk::notifyEvent(int event, const std::string& value) {
  /hardware/ti/omap4-aah/camera/
AppCallbackNotifier.cpp 305 notifyEvent();
318 void AppCallbackNotifier::notifyEvent()
    [all...]
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 295 notifyEvent();
308 void AppCallbackNotifier::notifyEvent()
    [all...]

Completed in 470 milliseconds