Home
last modified time | relevance | path

Searched refs:callback_binder (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/update_engine/aosp/
H A Dbinder_service_stable_android.cc81 const android::sp<IBinder>& callback_binder = in bind() local
85 callback_binder, in bind()
89 base::Unretained(callback_binder.get()))); in bind()
98 const android::sp<IBinder>& callback_binder = in unbind() local
101 binder_wrapper->UnregisterForDeathNotifications(callback_binder); in unbind()
103 *return_value = UnbindCallback(callback_binder.get()); in unbind()
H A Dbinder_service_android.cc76 const android::sp<IBinder>& callback_binder = in bind() local
80 callback_binder, in bind()
84 base::Unretained(callback_binder.get()))); in bind()
92 const android::sp<IBinder>& callback_binder = in unbind() local
95 binder_wrapper->UnregisterForDeathNotifications(callback_binder); in unbind()
97 *return_value = UnbindCallback(callback_binder.get()); in unbind()
223 const android::sp<android::IBinder>& callback_binder = in RegisterForDeathNotifications() local
226 binder_wrapper->RegisterForDeathNotifications(callback_binder, unbind); in RegisterForDeathNotifications()
/aosp12/packages/services/Car/car-lib/api/
H A Dsystem-current.txt920 field @Deprecated public static final String INPUT_CALLBACK_BINDER_KEY = "callback_binder";