OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handleBlockEvent
(Results
1 - 7
of
7
) sorted by null
/system/vold/
NetlinkHandler.cpp
55
vm->
handleBlockEvent
(evt);
DirectVolume.h
50
int
handleBlockEvent
(NetlinkEvent *evt);
Volume.h
75
virtual int
handleBlockEvent
(NetlinkEvent *evt);
VolumeManager.h
76
void
handleBlockEvent
(NetlinkEvent *evt);
DirectVolume.cpp
89
int DirectVolume::
handleBlockEvent
(NetlinkEvent *evt) {
Volume.cpp
164
int Volume::
handleBlockEvent
(NetlinkEvent *evt) {
VolumeManager.cpp
126
void VolumeManager::
handleBlockEvent
(NetlinkEvent *evt) {
133
if (!(*it)->
handleBlockEvent
(evt)) {
[
all
...]
Completed in 631 milliseconds