Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A Dvdc.cpp86 checkStatus(args, vold->setStorageBindingSeed(seed)); in bindkeys()
H A DVoldNativeService.h119 binder::Status setStorageBindingSeed(const std::vector<uint8_t>& seed);
H A DVoldNativeService.cpp707 binder::Status VoldNativeService::setStorageBindingSeed(const std::vector<uint8_t>& seed) { in setStorageBindingSeed() function in android::vold::VoldNativeService
/aosp12/system/vold/binder/android/os/
H A DIVold.aidl94 void setStorageBindingSeed(in byte[] seed); in setStorageBindingSeed() method