Home
last modified time | relevance | path

Searched refs:BINDER (Results 1 – 9 of 9) 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/binderdebug/tests/
Dbinderdebug_test.cpp48 const auto& status = getBinderPidInfo(BinderDebugContext::BINDER, getpid(), &pidInfo); in TEST()
56 const auto& status = getBinderPidInfo(BinderDebugContext::BINDER, getpid(), &pidInfo); in TEST()
/frameworks/native/libs/binderdebug/include/binderdebug/
DBinderDebug.h30 BINDER, enumerator
/frameworks/native/libs/binderthreadstate/
Dtest.cpp113 CHECK(BinderCallType::BINDER == getCurrentServingCall()); in call()
121 CHECK(BinderCallType::BINDER == getCurrentServingCall()); in call()
/frameworks/native/libs/binderdebug/
DBinderDebug.cpp30 case BinderDebugContext::BINDER: in contextToString()
/frameworks/base/services/core/java/com/android/server/am/
DIntentBindRecord.java118 proto.write(IntentBindRecordProto.BINDER, binder.toString()); in dumpDebug()
/frameworks/native/cmds/dumpsys/
Ddumpsys.cpp345 status = getBinderPidInfo(BinderDebugContext::BINDER, pid, &pidInfo); in dumpThreadsToFd()
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp964 return getCurrentServingCall() == BinderCallType::BINDER; in android_os_Binder_isHandlingTransaction()
/frameworks/base/core/api/
Dtest-lint-baseline.txt903 Missing nullability on method `BINDER` return
2880 StartWithLower: android.content.pm.PackageManager#BINDER():
2881 Method name must start with lowercase char: BINDER