Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DProcessState.h135 LIBBINDER_EXPORTED static bool isDriverFeatureEnabled(const DriverFeature feature);
/frameworks/native/include/binder/
DProcessState.h135 LIBBINDER_EXPORTED static bool isDriverFeatureEnabled(const DriverFeature feature);
/frameworks/native/libs/binder/
DProcessState.cpp478 bool ProcessState::isDriverFeatureEnabled(const DriverFeature feature) { in isDriverFeatureEnabled() function in android::ProcessState
546 ALOGE_IF(ProcessState::isDriverFeatureEnabled( in open_driver()
DIPCThreadState.cpp1572 if (!ProcessState::isDriverFeatureEnabled(ProcessState::DriverFeature::EXTENDED_ERROR)) in logExtendedError()