Home
last modified time | relevance | path

Searched refs:GetDeviceID (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/lldb/unittests/Platform/Android/
DAdbClientTest.cpp38 EXPECT_EQ("device1", adb.GetDeviceID()); in TEST()
47 EXPECT_EQ("device2", adb.GetDeviceID()); in TEST()
/external/ms-tpm-20-ref/Samples/TPMCmd-DeviceID/Platform/src/
DEPS.c225 TPM_RC GetDeviceID() in GetDeviceID() function
253 TPM_RC result = GetDeviceID(); in GetSeed()
/external/webrtc/modules/audio_device/win/
Dcore_audio_base_win.cc267 std::string CoreAudioBase::GetDeviceID(int index) const { in GetDeviceID() function in webrtc::webrtc_win::CoreAudioBase
300 std::string device_id = GetDeviceID(index); in SetDevice()
749 std::string device_id = GetDeviceID(device_index_); in SwitchDeviceIfNeeded()
Dcore_audio_base_win.h85 std::string GetDeviceID(int index) const;
/external/llvm-project/lldb/source/Plugins/Platform/Android/
DAdbClient.h83 const std::string &GetDeviceID() const;
DPlatformAndroidRemoteGDBServer.cpp38 device_id = adb.GetDeviceID(); in ForwardPortWithAdb()
DPlatformAndroid.cpp182 m_device_id = adb.GetDeviceID(); in ConnectRemote()
DAdbClient.cpp131 const std::string &AdbClient::GetDeviceID() const { return m_device_id; } in GetDeviceID() function in AdbClient
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp242 uint32_t GetDeviceID(const FunctionsGL *functions) in GetDeviceID() function
1827 *outDevice = GetDeviceID(functions); in GetSystemInfoVendorIDAndDeviceID()
/external/libcups/backend/
Dusb-darwin.c188 kern_return_t (*GetDeviceID)(struct classdriver_s **printer, CFStringRef *devid, UInt16 timeout); member