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

  /system/vold/
NetlinkHandler.cpp 55 vm->handleBlockEvent(evt);
DirectVolume.h 65 int handleBlockEvent(NetlinkEvent *evt);
Volume.h 84 virtual int handleBlockEvent(NetlinkEvent *evt);
VolumeManager.h 76 void handleBlockEvent(NetlinkEvent *evt);
DirectVolume.cpp 132 int DirectVolume::handleBlockEvent(NetlinkEvent *evt) {
Volume.cpp 150 int Volume::handleBlockEvent(NetlinkEvent * /*evt*/) {
VolumeManager.cpp 240 void VolumeManager::handleBlockEvent(NetlinkEvent *evt) {
247 if (!(*it)->handleBlockEvent(evt)) {
    [all...]

Completed in 630 milliseconds