OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IMountShutdownObserver
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/include/storage/
IMountShutdownObserver.h
25
class
IMountShutdownObserver
: public IInterface
35
class BnMountShutdownObserver: public BnInterface<
IMountShutdownObserver
>
/frameworks/base/core/java/android/os/storage/
IMountShutdownObserver.java
30
public interface
IMountShutdownObserver
extends IInterface {
32
public static abstract class Stub extends Binder implements
IMountShutdownObserver
{
33
private static final java.lang.String DESCRIPTOR = "
IMountShutdownObserver
";
41
* Cast an IBinder object into an
IMountShutdownObserver
interface,
44
public static
IMountShutdownObserver
asInterface(IBinder obj) {
49
if (((iin != null) && (iin instanceof
IMountShutdownObserver
))) {
50
return ((
IMountShutdownObserver
) iin);
52
return new
IMountShutdownObserver
.Stub.Proxy(obj);
79
private static class Proxy implements
IMountShutdownObserver
{
Completed in 77 milliseconds