Home
last modified time | relevance | path

Searched refs:fdeGetField (Results 1 – 3 of 3) sorted by relevance

/system/vold/binder/android/os/
DIVold.aidl73 @utf8InCpp String fdeGetField(@utf8InCpp String key); in fdeGetField() method
/system/vold/
DVoldNativeService.h96 binder::Status fdeGetField(const std::string& key, std::string* _aidl_return);
DVoldNativeService.cpp643 binder::Status VoldNativeService::fdeGetField(const std::string& key, std::string* _aidl_return) { in fdeGetField() function in android::vold::VoldNativeService