Home
last modified time | relevance | path

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

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