Home
last modified time | relevance | path

Searched refs:Instance (Results 1 – 25 of 55) sorted by relevance

123

/system/vold/
DVoldNativeService.cpp111 std::lock_guard<std::mutex> lock(VolumeManager::Instance()->getLock()); \
115 std::lock_guard<std::mutex> lock(VolumeManager::Instance()->getCryptLock()); \
150 VolumeManager::Instance()->setListener(listener); in setListener()
168 return translate(VolumeManager::Instance()->reset()); in reset()
175 return translate(VolumeManager::Instance()->shutdown()); in shutdown()
182 return translate(VolumeManager::Instance()->onUserAdded(userId, userSerial)); in onUserAdded()
189 return translate(VolumeManager::Instance()->onUserRemoved(userId)); in onUserRemoved()
196 return translate(VolumeManager::Instance()->onUserStarted(userId)); in onUserStarted()
203 return translate(VolumeManager::Instance()->onUserStopped(userId)); in onUserStopped()
220 return translate(VolumeManager::Instance()->onSecureKeyguardStateChanged(isShowing)); in onSecureKeyguardStateChanged()
[all …]
DDevmapper.cpp46 auto& dm = DeviceMapper::Instance(); in create()
67 auto& dm = DeviceMapper::Instance(); in destroy()
82 auto& dm = DeviceMapper::Instance(); in destroyAll()
DNetlinkManager.h43 static NetlinkManager* Instance();
DNetlinkHandler.cpp41 VolumeManager* vm = VolumeManager::Instance(); in onEvent()
DMoveStorage.cpp207 std::lock_guard<std::mutex> lock(VolumeManager::Instance()->getLock()); in moveStorageInternal()
229 std::lock_guard<std::mutex> lock(VolumeManager::Instance()->getLock()); in moveStorageInternal()
250 std::lock_guard<std::mutex> lock(VolumeManager::Instance()->getLock()); in moveStorageInternal()
DNetlinkManager.cpp36 NetlinkManager* NetlinkManager::Instance() { in Instance() function in NetlinkManager
Dmain.cpp90 if (!(vm = VolumeManager::Instance())) { in main()
95 if (!(nm = NetlinkManager::Instance())) { in main()
/system/hardware/interfaces/net/netd/1.0/vts/functional/
DVtsHalNetNetdV1_0TargetTest.cpp33 static NetdHidlEnvironment* Instance() { in Instance() function in NetdHidlEnvironment
48 NetdHidlEnvironment::Instance()->getServiceName<INetd>()); in SetUp()
90 ::testing::AddGlobalTestEnvironment(NetdHidlEnvironment::Instance()); in main()
92 NetdHidlEnvironment::Instance()->init(&argc, argv); in main()
/system/teeui/test/
Dteeui_device_config.cpp37 ::teeui::test::TeeuiRenderTest::Instance()->initFromOptions(argc, argv); in initRenderTest()
45 DeviceInfo* device_info_ptr = &TeeuiRenderTest::Instance()->device_info; in runRenderTest()
73 DeviceInfo* device_info_ptr = &TeeuiRenderTest::Instance()->device_info; in createDevice()
Dteeui_device_config.h49 static TeeuiRenderTest* Instance() { in Instance() function
/system/core/fs_mgr/tools/
Ddmctl.cpp244 DeviceMapper& dm = DeviceMapper::Instance(); in DmCreateCmdHandler()
259 DeviceMapper& dm = DeviceMapper::Instance(); in DmDeleteCmdHandler()
281 DeviceMapper& dm = DeviceMapper::Instance(); in DmReplaceCmdHandler()
364 DeviceMapper& dm = DeviceMapper::Instance(); in DmListCmdHandler()
384 DeviceMapper& dm = DeviceMapper::Instance(); in GetPathCmdHandler()
400 DeviceMapper& dm = DeviceMapper::Instance(); in InfoCmdHandler()
435 DeviceMapper& dm = DeviceMapper::Instance(); in DumpTable()
477 DeviceMapper& dm = DeviceMapper::Instance(); in ResumeCmdHandler()
491 DeviceMapper& dm = DeviceMapper::Instance(); in SuspendCmdHandler()
/system/core/fs_mgr/libdm/
Ddm_test.cpp47 DeviceMapper& dm = DeviceMapper::Instance(); in TEST()
80 auto& dm = DeviceMapper::Instance(); in TEST()
143 auto& dm = DeviceMapper::Instance(); in TEST()
288 DeviceMapper& dm = DeviceMapper::Instance(); in MergeImpl()
314 DeviceMapper& dm = DeviceMapper::Instance(); in CheckSnapshotAvailability()
405 DeviceMapper& dm = DeviceMapper::Instance(); in TEST()
549 DeviceMapper& dm = DeviceMapper::Instance(); in TEST()
575 DeviceMapper& dm = DeviceMapper::Instance(); in TEST()
594 DeviceMapper& dm = DeviceMapper::Instance(); in TEST()
615 DeviceMapper& dm = DeviceMapper::Instance(); in TEST()
Dtest_util.h40 : dm_(DeviceMapper::Instance()), name_(name), valid_(false) { in TempDevice()
Ddm_linear_fuzzer.cpp107 auto& dm = DeviceMapper::Instance(); in LLVMFuzzerTestOneInput()
/system/libhidl/transport/manager/1.0/
DIServiceManager.hal35 * Instance name: "manager"
47 * @param name Instance name. Same as in IServiceManager::add.
68 * @param name Instance name. Must also be used to retrieve service.
86 * @param name Instance name. Same as in IServiceManager::add
120 * @param name Instance name. If name is empty, notifications must be
/system/netd/server/
DNetlinkManager.h52 static NetlinkManager *Instance();
/system/vold/model/
DDisk.cpp139 auto listener = VolumeManager::Instance()->getListener(); in create()
152 auto listener = VolumeManager::Instance()->getListener(); in destroy()
293 auto listener = VolumeManager::Instance()->getListener(); in readMetadata()
319 auto listener = VolumeManager::Instance()->getListener(); in readPartitions()
399 auto listener = VolumeManager::Instance()->getListener(); in readPartitions()
DPrivateVolume.cpp71 auto& dm = dm::DeviceMapper::Instance(); in doCreate()
88 auto& dm = dm::DeviceMapper::Instance(); in doDestroy()
/system/memory/libmeminfo/include/meminfo/
Dpageacct.h45 static PageAcct& Instance() { in Instance() function
/system/hardware/interfaces/net/netd/1.1/vts/functional/
DVtsHalNetNetdV1_1TargetTest.cpp85 static NetdHidlEnvironment* Instance() { in Instance() function in NetdHidlEnvironment
131 NetdHidlEnvironment::Instance()->getServiceName<INetd>()); in SetUp()
339 ::testing::AddGlobalTestEnvironment(NetdHidlEnvironment::Instance()); in main()
341 NetdHidlEnvironment::Instance()->init(&argc, argv); in main()
/system/libhidl/transport/manager/1.2/
DIServiceManager.hal31 * @param name Instance name (of the registered service)
63 * @param name Instance name. Must also be used to retrieve service.
99 * @param name Instance name.
/system/core/fs_mgr/libfs_avb/
Dfs_avb_util.cpp53 dm::DeviceMapper& dm = dm::DeviceMapper::Instance(); in LoadAndVerifyVbmeta()
/system/core/fs_mgr/
Dfs_mgr_dm_linear.cpp243 DeviceMapper& dm = DeviceMapper::Instance(); in CreateLogicalPartition()
263 DeviceMapper& dm = DeviceMapper::Instance(); in UnmapDevice()
/system/core/fs_mgr/libfiemap/
Dimage_manager.cpp108 auto& dm = DeviceMapper::Instance(); in IsImageMapped()
407 auto& dm = DeviceMapper::Instance(); in MapWithLoopDeviceList()
561 auto& dm = DeviceMapper::Instance(); in MapImageWithDeviceMapper()
577 auto& dm = DeviceMapper::Instance(); in UnmapImageDevice()
685 auto& dm = DeviceMapper::Instance(); in GetMappedImageDevice()
/system/libhidl/transport/manager/1.1/
DIServiceManager.hal29 * @param name Instance name. If name is empty, unregister for all instance

123