Searched refs:IInterface (Results 1 - 25 of 81) sorted by last modified time

1234

/frameworks/native/include/binder/
H A DIBinder.h34 class IInterface;
67 virtual sp<IInterface> queryLocalInterface(const String16& descriptor);
H A DIInterface.h27 class IInterface : public virtual RefBase class in namespace:android
30 IInterface();
35 virtual ~IInterface();
53 virtual sp<IInterface> queryLocalInterface(const String16& _descriptor);
115 inline sp<IInterface> BnInterface<INTERFACE>::queryLocalInterface(
H A DIMemory.h26 #include <binder/IInterface.h>
32 class IMemoryHeap : public IInterface
70 class IMemory : public IInterface
H A DIPermissionController.h21 #include <binder/IInterface.h>
27 class IPermissionController : public IInterface
H A DIServiceManager.h21 #include <binder/IInterface.h>
30 class IServiceManager : public IInterface
/frameworks/native/include/gui/
H A DDisplayEventReceiver.h27 #include <binder/IInterface.h>
H A DIDisplayEventConnection.h26 #include <binder/IInterface.h>
33 class IDisplayEventConnection : public IInterface
H A DIGraphicBufferAlloc.h23 #include <binder/IInterface.h>
32 class IGraphicBufferAlloc : public IInterface
H A DISensorEventConnection.h26 #include <binder/IInterface.h>
33 class ISensorEventConnection : public IInterface
H A DISensorServer.h26 #include <binder/IInterface.h>
34 class ISensorServer : public IInterface
H A DISurface.h26 #include <binder/IInterface.h>
36 class ISurface : public IInterface
H A DISurfaceComposer.h26 #include <binder/IInterface.h>
42 class ISurfaceComposer: public IInterface {
H A DISurfaceComposerClient.h26 #include <binder/IInterface.h>
35 class ISurfaceComposerClient : public IInterface
H A DISurfaceTexture.h26 #include <binder/IInterface.h>
37 class ISurfaceTexture : public IInterface
/frameworks/native/include/powermanager/
H A DIPowerManager.h21 #include <binder/IInterface.h>
28 class IPowerManager : public IInterface
/frameworks/native/libs/binder/
H A DAndroid.mk19 IInterface.cpp \
H A DBinder.cpp22 #include <binder/IInterface.h>
42 sp<IInterface> IBinder::queryLocalInterface(const String16& descriptor)
H A DIInterface.cpp17 #include <binder/IInterface.h>
23 IInterface::IInterface() function in class:android::IInterface
27 IInterface::~IInterface() {
30 sp<IBinder> IInterface::asBinder()
35 sp<const IBinder> IInterface::asBinder() const
37 return this ? const_cast<IInterface*>(this)->onAsBinder() : NULL;
/frameworks/native/libs/gui/
H A DIDisplayEventConnection.cpp25 #include <binder/IInterface.h>
H A DISensorEventConnection.cpp25 #include <binder/IInterface.h>
H A DISensorServer.cpp26 #include <binder/IInterface.h>
H A DISurfaceTexture.cpp26 #include <binder/IInterface.h>
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java68 import android.os.IInterface;
1016 void executeOrSendMessage(IInterface target, Message msg) {
/frameworks/base/services/java/com/android/server/am/
H A DTransferPipe.java26 import android.os.IInterface;
52 void go(IInterface iface, FileDescriptor fd, String prefix,
73 static void go(Caller caller, IInterface iface, FileDescriptor out,
78 static void go(Caller caller, IInterface iface, FileDescriptor out,
/frameworks/base/include/storage/
H A DIMountService.h26 #include <binder/IInterface.h>
31 class IMountService: public IInterface {

Completed in 415 milliseconds

1234