Home
last modified time | relevance | path

Searched defs:is_feature_enabled (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Virtualization/libs/avf_features/src/
Dlib.rs26 pub fn is_feature_enabled(feature: &str) -> bool { in is_feature_enabled() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Dfeatures.rs9 pub fn is_feature_enabled(name: &str) -> Result<bool, Box<dyn std::error::Error>> { in is_feature_enabled() function
/aosp_15_r20/build/make/tools/edit_monitor/
H A Dutils.py20 def is_feature_enabled( function