Home
last modified time | relevance | path

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

/system/vold/
DNetlinkHandler.cpp41 VolumeManager* vm = VolumeManager::Instance(); in onEvent() local
Dmain.cpp74 VolumeManager* vm; in main() local
220 static int process_config(VolumeManager* vm, VoldConfigs* configs) { in process_config()
DIdleMaint.cpp86 VolumeManager* vm = VolumeManager::Instance(); in addFromVolumeManager() local
Dcryptfs.cpp2112 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.cpp139 HalManifest vm; in testDeviceManifest() local
157 HalManifest vm = testDeviceManifest(); in testDeviceManifestWithXmlFile() local
165 HalManifest vm; in testFrameworkManfiest() local
224 HalManifest vm = testDeviceManifest(); in TEST_F() local
239 HalManifest vm = testDeviceManifest(); in TEST_F() local
272 HalManifest vm = testDeviceManifest(); in TEST_F() local
310 HalManifest vm = testFrameworkManfiest(); in TEST_F() local
341 HalManifest vm; in TEST_F() local
362 HalManifest vm; in TEST_F() local
384 HalManifest vm; in TEST_F() local
[all …]
/system/libvintf/
Dmain.cpp221 Table generateHalSummary(const HalManifest* vm, const HalManifest* fm, in generateHalSummary()
245 auto vm = VintfObject::GetDeviceHalManifest(); in main() local
Dparse_string.cpp457 std::string dump(const HalManifest &vm) { in dump()
/system/incremental_delivery/libdataloader/
DJNIHelpers.h70 static inline JNIEnv* GetJNIEnvironment(JavaVM* vm) { in GetJNIEnvironment()