Home
last modified time | relevance | path

Searched refs:BINDER (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binderthreadstate/include/binderthreadstate/
DCallerUtils.h32 BINDER, enumerator
43 if (hwbinderSp == nullptr) return BinderCallType::BINDER; in getCurrentServingCall()
47 return BinderCallType::BINDER; in getCurrentServingCall()
/frameworks/native/libs/binderthreadstate/
Dtest.cpp113 CHECK(BinderCallType::BINDER == getCurrentServingCall()); in call()
121 CHECK(BinderCallType::BINDER == getCurrentServingCall()); in call()
/frameworks/base/services/core/java/com/android/server/am/
DIntentBindRecord.java118 proto.write(IntentBindRecordProto.BINDER, binder.toString()); in dumpDebug()
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp954 return getCurrentServingCall() == BinderCallType::BINDER; in android_os_Binder_isHandlingTransaction()