Home
last modified time | relevance | path

Searched defs:get_description (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/binder/rust/src/
H A Derror.rs180 pub fn get_description(&self) -> String { in get_description() method
/aosp12/system/vold/
H A DIdleMaint.cpp368 static void runDevGcOnHal(Service service, GcCallbackImpl cb, GetDescription get_description) { in runDevGcOnHal()