HomeSort by relevance Sort by last modified time
    Searched refs:notifyEvent (Results 1 - 10 of 10) 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.h 82 void notifyEvent(int msg);
83 void notifyEvent(int msg, const std::string& value);
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) {
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);
  /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...]
  /hardware/ti/omap4-aah/camera/inc/
CameraHal.h 754 void notifyEvent();
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 619 void notifyEvent();
    [all...]

Completed in 367 milliseconds