Home | History | Annotate | Download | only in binder

Lines Matching refs:sp

31             static sp<IBinder>  asBinder(const IInterface*);
32 static sp<IBinder> asBinder(const sp<IInterface>&);
42 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj)
53 virtual sp<IInterface> queryLocalInterface(const String16& _descriptor);
66 BpInterface(const sp<IBinder>& remote);
76 static android::sp<I##INTERFACE> asInterface( \
77 const android::sp<android::IBinder>& obj); \
89 android::sp<I##INTERFACE> I##INTERFACE::asInterface( \
90 const android::sp<android::IBinder>& obj) \
92 android::sp<I##INTERFACE> intr; \
115 inline sp<IInterface> BnInterface<INTERFACE>::queryLocalInterface(
135 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote)