Searched defs:IMountService (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/storage/
H A DIMountService.h31 class IMountService: public IInterface { class in namespace:android
78 class BnMountService: public BnInterface<IMountService> {
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java27 * WARNING! Update IMountService.h and IMountService.cpp if you change this
29 * _TRANSACTION enum in IMountService.cpp
34 public interface IMountService extends IInterface { interface in inherits:IInterface
36 public static abstract class Stub extends Binder implements IMountService {
37 private static class Proxy implements IMountService {
1216 private static final String DESCRIPTOR = "IMountService";
1333 * Cast an IBinder object into an IMountService interface, generating a
1336 public static IMountService asInterface(IBinder obj) {
1341 if (iin != null && iin instanceof IMountService) {
[all...]

Completed in 1038 milliseconds