Home
last modified time | relevance | path

Searched defs:vm (Results 1 – 8 of 8) sorted by relevance

/system/vold/
Dmain.cpp69 VolumeManager* vm; in main() local
216 static int process_config(VolumeManager* vm, bool* has_adoptable, bool* has_quota, in process_config()
DNetlinkHandler.cpp41 VolumeManager* vm = VolumeManager::Instance(); in onEvent() local
DIdleMaint.cpp86 VolumeManager* vm = VolumeManager::Instance(); in addFromVolumeManager() local
Dcryptfs.cpp2150 VolumeManager* vm = VolumeManager::Instance(); in vold_unmountAll() local
/system/hwservicemanager/
DVintf.cpp31 const std::shared_ptr<const vintf::HalManifest>& vm) { in getTransportFromManifest()
/system/libvintf/test/
DLibVintfTest.cpp137 HalManifest vm; in testDeviceManifest() local
155 HalManifest vm = testDeviceManifest(); in testDeviceManifestWithXmlFile() local
163 HalManifest vm; in testFrameworkManfiest() local
220 HalManifest vm = testDeviceManifest(); in TEST_F() local
235 HalManifest vm = testDeviceManifest(); in TEST_F() local
268 HalManifest vm = testDeviceManifest(); in TEST_F() local
306 HalManifest vm = testFrameworkManfiest(); in TEST_F() local
337 HalManifest vm; in TEST_F() local
358 HalManifest vm; in TEST_F() local
380 HalManifest vm; in TEST_F() local
[all …]
/system/libvintf/
Dmain.cpp223 Table generateHalSummary(const HalManifest* vm, const HalManifest* fm, in generateHalSummary()
247 auto vm = VintfObject::GetDeviceHalManifest(); in main() local
Dparse_string.cpp447 std::string dump(const HalManifest &vm) { in dump()