Home
last modified time | relevance | path

Searched defs:AIBinder (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/ndk/
Dibinder_internal.h37 struct AIBinder : public virtual ::android::RefBase { struct
42 const AIBinder_Class* getClass() const { return mClazz; } in getClass() argument
49 ::android::sp<::android::IBinder> binder = const_cast<AIBinder*>(this)->getBinder(); in isRemote() argument
Dibinder.cpp67 AIBinder::AIBinder(const AIBinder_Class* clazz) : mClazz(clazz) {} in AIBinder() function in AIBinder
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_ibinder.h111 typedef struct AIBinder AIBinder; typedef
Dbinder_parcel.h34 typedef struct AIBinder AIBinder; typedef