Searched defs:AIBinder (Results 1 – 9 of 9) sorted by relevance
| /frameworks/native/libs/binder/ndk/ |
| D | ibinder_internal.h | 39 struct AIBinder : public virtual ::android::RefBase { struct 44 const AIBinder_Class* getClass() const { return mClazz; } in getClass() argument 51 ::android::sp<::android::IBinder> binder = const_cast<AIBinder*>(this)->getBinder(); in isRemote() argument 68 // This is a local AIBinder object with a known class. argument
|
| D | ibinder.cpp | 75 AIBinder::AIBinder(const AIBinder_Class* clazz) : mClazz(clazz) {} in AIBinder() function in AIBinder
|
| /frameworks/native/libs/binder/ndk/include_ndk/android/ |
| D | binder_ibinder.h | 116 typedef struct AIBinder AIBinder; typedef
|
| D | binder_parcel.h | 36 typedef struct AIBinder AIBinder; typedef
|
| /frameworks/native/libs/binder/rust/src/ |
| D | native.rs | 272 binder: *mut sys::AIBinder, in on_transact() 325 binder: *mut sys::AIBinder, in on_dump() 433 fn as_native(&self) -> *const sys::AIBinder { in as_native() 437 fn as_native_mut(&mut self) -> *mut sys::AIBinder { in as_native_mut()
|
| D | proxy.rs | 93 pub unsafe fn as_raw(&self) -> *mut sys::AIBinder { in as_raw() 755 fn as_native(&self) -> *const sys::AIBinder { in as_native() 759 fn as_native_mut(&mut self) -> *mut sys::AIBinder { in as_native_mut() 860 fn as_native(&self) -> *const sys::AIBinder { in as_native() 864 fn as_native_mut(&mut self) -> *mut sys::AIBinder { in as_native_mut()
|
| D | binder.rs | 584 binder: *mut sys::AIBinder, in on_transact() 609 binder: *mut sys::AIBinder, in on_dump()
|
| /frameworks/native/libs/binder/tests/parcel_fuzzer/ |
| D | binder_ndk.cpp | 48 static binder_status_t onTransact(AIBinder*, transaction_code_t, const AParcel*, AParcel*) { in onTransact() argument
|
| D | main.cpp | 132 binder_status_t NothingClass_onTransact(AIBinder*, transaction_code_t, const AParcel*, AParcel*) { in NothingClass_onTransact() argument
|