Home
last modified time | relevance | path

Searched refs:isInheritRt (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/libs/binder/tests/unit_fuzzers/
H A DBinderFuzzFunctions.h71 bbinder->isInheritRt();
/aosp12/frameworks/native/libs/binder/include/binder/
H A DBinder.h91 bool isInheritRt();
/aosp12/frameworks/native/include/binder/
H A DBinder.h91 bool isInheritRt();
/aosp12/frameworks/native/libs/binder/
H A DBinder.cpp341 bool BBinder::isInheritRt() { in isInheritRt() function in android::BBinder
H A DParcel.cpp252 if (local->isInheritRt()) { in flattenBinder()