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 62 const AIBinder_Class* mClazz; argument 66 // This is a local AIBinder object with a known class. argument
|
D | ibinder.cpp | 73 AIBinder::AIBinder(const AIBinder_Class* clazz) : mClazz(clazz) {} in AIBinder() function in AIBinder
|
/frameworks/native/libs/binder/rust/src/ |
D | native.rs | 274 binder: *mut sys::AIBinder, in on_transact() 327 binder: *mut sys::AIBinder, in on_dump() 431 fn as_native(&self) -> *const sys::AIBinder { in as_native() 435 fn as_native_mut(&mut self) -> *mut sys::AIBinder { in as_native_mut()
|
D | proxy.rs | 92 pub unsafe fn as_raw(&self) -> *mut sys::AIBinder { in as_raw() 743 fn as_native(&self) -> *const sys::AIBinder { in as_native() 747 fn as_native_mut(&mut self) -> *mut sys::AIBinder { in as_native_mut() 856 fn as_native(&self) -> *const sys::AIBinder { in as_native() 860 fn as_native_mut(&mut self) -> *mut sys::AIBinder { in as_native_mut()
|
D | binder.rs | 593 binder: *mut sys::AIBinder, in on_transact() 617 …unsafe extern "C" fn on_dump(binder: *mut sys::AIBinder, fd: i32, args: *mut *const c_char, num_ar… in on_dump()
|
/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/tests/parcel_fuzzer/ |
D | binder_ndk.cpp | 45 static binder_status_t onTransact(AIBinder*, transaction_code_t, const AParcel*, AParcel*) { in onTransact() argument
|
D | main.cpp | 106 binder_status_t NothingClass_onTransact(AIBinder*, transaction_code_t, const AParcel*, AParcel*) { in NothingClass_onTransact() argument
|