Searched refs:binder_transaction_buffer_release (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/android/ |
D | binder_trace.h | 306 DEFINE_EVENT(binder_buffer_class, binder_transaction_buffer_release,
|
D | binder.c | 1934 static void binder_transaction_buffer_release(struct binder_proc *proc, in binder_transaction_buffer_release() function 2804 binder_transaction_buffer_release(proc, NULL, buffer, 0, 0); in binder_proc_transaction() 3641 binder_transaction_buffer_release(target_proc, NULL, t->buffer, in binder_transaction() 3762 binder_transaction_buffer_release(proc, thread, buffer, 0, is_failure); in binder_free_buf()
|