OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMountShutdownObserver
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/storage/include/storage/
IMountShutdownObserver.h
25
class
IMountShutdownObserver
: public IInterface
35
class BnMountShutdownObserver: public BnInterface<
IMountShutdownObserver
>
IMountService.h
21
#include <storage/
IMountShutdownObserver
.h>
63
virtual void shutdown(const sp<
IMountShutdownObserver
>& observer) = 0;
/frameworks/base/libs/storage/
IMountShutdownObserver.cpp
17
#include <storage/
IMountShutdownObserver
.h>
26
class BpMountShutdownObserver: public BpInterface<
IMountShutdownObserver
> {
29
: BpInterface<
IMountShutdownObserver
>(impl) { }
41
CHECK_INTERFACE(
IMountShutdownObserver
, data, reply);
IMountService.cpp
412
void shutdown(const sp<
IMountShutdownObserver
>& observer)
Completed in 54 milliseconds