Home | History | Annotate | Download | only in binder

Lines Matching refs:IInterface

17 #define LOG_TAG "IInterface"
19 #include <binder/IInterface.h>
25 IInterface::IInterface()
29 IInterface::~IInterface() {
33 sp<IBinder> IInterface::asBinder(const IInterface* iface)
36 return const_cast<IInterface*>(iface)->onAsBinder();
40 sp<IBinder> IInterface::asBinder(const sp<IInterface>& iface)
57 *ret = android::IInterface::asBinder((android::IInterface*)self);
64 *ret = android::IInterface::asBinder((android::IInterface*)self);