Searched refs:AIBinder_prepareTransaction (Results 1 – 8 of 8) sorted by relevance
90 stat = AIBinder_prepareTransaction(mBinder, &parcelIn); in doubleNumber()110 stat = AIBinder_prepareTransaction(mBinder, &parcelIn); in die()
520 binder_status_t AIBinder_prepareTransaction(AIBinder* binder, AParcel** in) __INTRODUCED_IN(29);
63 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_prepareTransaction);252 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_prepareTransaction); in init_stub_library()
22 AIBinder_prepareTransaction;
696 binder_status_t AIBinder_prepareTransaction(AIBinder* binder, AParcel** in) { in AIBinder_prepareTransaction() function
240 sys::AIBinder_prepareTransaction(self.as_native() as *mut sys::AIBinder, &mut input) in prepare_transact()