Searched refs:AIBinder_prepareTransaction (Results 1 – 7 of 7) sorted by relevance
89 stat = AIBinder_prepareTransaction(mBinder, &parcelIn); in doubleNumber()109 stat = AIBinder_prepareTransaction(mBinder, &parcelIn); in die()
63 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_prepareTransaction);210 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_prepareTransaction); in init_stub_library()
22 AIBinder_prepareTransaction;
637 binder_status_t AIBinder_prepareTransaction(AIBinder* binder, AParcel** in) { in AIBinder_prepareTransaction() function
514 binder_status_t AIBinder_prepareTransaction(AIBinder* binder, AParcel** in) __INTRODUCED_IN(29);
258 sys::AIBinder_prepareTransaction(self.as_native() as *mut sys::AIBinder, &mut input) in prepare_transact()