Searched refs:destroyObb (Results 1 - 5 of 5) sorted by relevance

/system/vold/binder/android/os/
H A DIVold.aidl55 void destroyObb(@utf8InCpp String volId);
/system/vold/
H A DVolumeManager.h126 int destroyObb(const std::string& volId);
H A DVoldNativeService.h66 binder::Status destroyObb(const std::string& volId);
H A DVoldNativeService.cpp462 binder::Status VoldNativeService::destroyObb(const std::string& volId) { function in class:android::vold::VoldNativeService
467 return translate(VolumeManager::Instance()->destroyObb(volId));
H A DVolumeManager.cpp811 int VolumeManager::destroyObb(const std::string& volId) { function in class:VolumeManager

Completed in 2406 milliseconds