Searched refs:IInterface (Results 76 - 81 of 81) sorted by path

1234

/frameworks/native/libs/binder/
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>

Completed in 55 milliseconds

1234