Home
last modified time | relevance | path

Searched refs:GetDevice (Results 1 – 7 of 7) sorted by relevance

/system/nfc/tools/casimir/src/proto/
Dcasimir.proto16 rpc GetDevice(GetDeviceRequest) returns (GetDeviceResponse); rpc
23 /// from ListDevices or GetDevice.
46 /// Parameters for the GetDevice command.
51 /// Result of the GetDevice command.
/system/update_engine/aosp/
Ddynamic_partition_control_android_unittest.cc100 return GetDevice(dynamicControl().GetSuperPartitionName(slot)); in GetSuperDevice()
351 DeviceExists(AnyOf(GetDevice(S("bar")), in TEST_P()
352 GetDevice(T("bar")), in TEST_P()
353 GetDevice(S("system")), in TEST_P()
354 GetDevice(T("system"))))) in TEST_P()
382 EXPECT_EQ(GetDevice(T("system")), system_device); in TEST_P()
389 EXPECT_EQ(GetDevice(S("bar")), bar_device); in TEST_P()
394 EXPECT_EQ(GetDevice(T("bar")), bar_device); in TEST_P()
410 DeviceExists(AnyOf(GetDevice(S("vendor")), in TEST_P()
411 GetDevice(T("vendor")), in TEST_P()
[all …]
Ddynamic_partition_test_utils.h114 inline std::string GetDevice(const std::string& name) { in GetDevice() function
/system/vold/model/
DPublicVolume.cpp175 dev_t before = GetDevice(mSdcardFsFull); in doMount()
216 while (before == GetDevice(mSdcardFsFull)) { in doMount()
DEmulatedVolume.cpp352 dev_t before = GetDevice(mSdcardFsFull); in doMount()
386 while (before == GetDevice(mSdcardFsFull)) { in doMount()
/system/vold/
DUtils.h162 dev_t GetDevice(const std::string& path);
DUtils.cpp1168 dev_t GetDevice(const std::string& path) { in GetDevice() function