/system/vold/ |
D | VoldNativeService.cpp | 111 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 …]
|
D | Devmapper.cpp | 46 auto& dm = DeviceMapper::Instance(); in create() 67 auto& dm = DeviceMapper::Instance(); in destroy() 82 auto& dm = DeviceMapper::Instance(); in destroyAll()
|
D | NetlinkManager.h | 43 static NetlinkManager* Instance();
|
D | NetlinkHandler.cpp | 41 VolumeManager* vm = VolumeManager::Instance(); in onEvent()
|
D | MoveStorage.cpp | 207 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()
|
D | NetlinkManager.cpp | 36 NetlinkManager* NetlinkManager::Instance() { in Instance() function in NetlinkManager
|
D | main.cpp | 90 if (!(vm = VolumeManager::Instance())) { in main() 95 if (!(nm = NetlinkManager::Instance())) { in main()
|
/system/hardware/interfaces/net/netd/1.0/vts/functional/ |
D | VtsHalNetNetdV1_0TargetTest.cpp | 33 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/ |
D | teeui_device_config.cpp | 37 ::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()
|
D | teeui_device_config.h | 49 static TeeuiRenderTest* Instance() { in Instance() function
|
/system/core/fs_mgr/tools/ |
D | dmctl.cpp | 244 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/ |
D | dm_test.cpp | 47 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()
|
D | test_util.h | 40 : dm_(DeviceMapper::Instance()), name_(name), valid_(false) { in TempDevice()
|
D | dm_linear_fuzzer.cpp | 107 auto& dm = DeviceMapper::Instance(); in LLVMFuzzerTestOneInput()
|
/system/libhidl/transport/manager/1.0/ |
D | IServiceManager.hal | 35 * 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/ |
D | NetlinkManager.h | 52 static NetlinkManager *Instance();
|
/system/vold/model/ |
D | Disk.cpp | 139 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()
|
D | PrivateVolume.cpp | 71 auto& dm = dm::DeviceMapper::Instance(); in doCreate() 88 auto& dm = dm::DeviceMapper::Instance(); in doDestroy()
|
/system/memory/libmeminfo/include/meminfo/ |
D | pageacct.h | 45 static PageAcct& Instance() { in Instance() function
|
/system/hardware/interfaces/net/netd/1.1/vts/functional/ |
D | VtsHalNetNetdV1_1TargetTest.cpp | 85 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/ |
D | IServiceManager.hal | 31 * @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/ |
D | fs_avb_util.cpp | 53 dm::DeviceMapper& dm = dm::DeviceMapper::Instance(); in LoadAndVerifyVbmeta()
|
/system/core/fs_mgr/ |
D | fs_mgr_dm_linear.cpp | 243 DeviceMapper& dm = DeviceMapper::Instance(); in CreateLogicalPartition() 263 DeviceMapper& dm = DeviceMapper::Instance(); in UnmapDevice()
|
/system/core/fs_mgr/libfiemap/ |
D | image_manager.cpp | 108 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/ |
D | IServiceManager.hal | 29 * @param name Instance name. If name is empty, unregister for all instance
|