Home
last modified time | relevance | path

Searched refs:onTransactStarted (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/os/
DBinderProxyTest.java51 public Object onTransactStarted(IBinder binder, int transactionCode) { in onTransactStarted() method in BinderProxyTest.CountingListener
105 public Object onTransactStarted(IBinder binder, int transactionCode) { in testSessionPropagated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DBinderLogger.kt62 override fun onTransactStarted(binder: IBinder, transactionCode: Int, flags: Int): Any? { in onTransactStarted() method in com.android.systemui.util.BinderLogger
82 override fun onTransactStarted(binder: IBinder, transactionCode: Int): Any? { in onTransactStarted() method in com.android.systemui.util.BinderLogger
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDejankUtils.java64 public Object onTransactStarted(IBinder binder, int transactionCode, int flags) {
88 public Object onTransactStarted(IBinder binder, int transactionCode) {
/frameworks/base/core/java/android/os/
DBinder.java917 default Object onTransactStarted(@NonNull IBinder binder, int transactionCode, int flags) { in onTransactStarted() method
918 return onTransactStarted(binder, transactionCode); in onTransactStarted()
927 Object onTransactStarted(@NonNull IBinder binder, int transactionCode); in onTransactStarted() method
948 public Object onTransactStarted(IBinder binder, int transactionCode) { in onTransactStarted() method in Binder.PropagateWorkSourceTransactListener
DBinderProxy.java568 session = transactListener.onTransactStarted(this, code, flags); in transact()
/frameworks/base/config/
Dboot-profile.txt1022 Landroid/os/Binder$PropagateWorkSourceTransactListener;->onTransactStarted(Landroid/os/IBinder;I)Lj…
Dboot-image-profile.txt11690 HSPLandroid/os/Binder$PropagateWorkSourceTransactListener;->onTransactStarted(Landroid/os/IBinder;I…
11691 HSPLandroid/os/Binder$ProxyTransactListener;->onTransactStarted(Landroid/os/IBinder;II)Ljava/lang/O…
/frameworks/base/boot/
Dboot-image-profile.txt11687 HSPLandroid/os/Binder$PropagateWorkSourceTransactListener;->onTransactStarted(Landroid/os/IBinder;I…
11688 HSPLandroid/os/Binder$ProxyTransactListener;->onTransactStarted(Landroid/os/IBinder;II)Ljava/lang/O…
/frameworks/base/core/api/
Dsystem-current.txt10634 method @Nullable public Object onTransactStarted(@NonNull android.os.IBinder, int);