Home
last modified time | relevance | path

Searched refs:device_name (Results 1 – 9 of 9) sorted by relevance

/development/host/windows/usb/api/
Dadb_api_private_defines.h39 Set(proto.device_name().c_str(), proto.class_id(), proto.flags()); in AdbInstanceEnumEntry()
55 Set(proto.device_name().c_str(), proto.class_id(), proto.flags());
69 return static_cast<ULONG>(FIELD_OFFSET(AdbInterfaceInfo, device_name) + in GetFlatSize()
82 wcscpy(info->device_name, device_name().c_str()); in Save()
86 const std::wstring& device_name() const { in device_name() function
Dadb_api.h189 wchar_t device_name[1]; member
Dadb_api.cpp188 next_interface.device_name().c_str(), in AdbCreateInterface()
191 return AdbCreateInterfaceByName(next_interface.device_name().c_str()); in AdbCreateInterface()
/development/host/windows/usb/adb_winapi_test/
Dadb_winapi_test.cpp77 bool TestInterface(const wchar_t* device_name);
133 printf("\nFound interface %ws:", interface_info.device_name); in TestEnumInterfaces()
179 TestInterface(interface_info.device_name); in TestInterfaces()
197 bool TestInterface(const wchar_t* device_name) { in TestInterface() argument
198 printf("\n*** Test interface( %ws )", device_name); in TestInterface()
201 ADBAPIHANDLE interface_handle = AdbCreateInterfaceByName(device_name); in TestInterface()
734 interface_info.device_name); in TestCloseRaceCondition()
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DDeviceListActivity.java90 new ArrayAdapter<String>(this, R.layout.device_name); in onCreate()
91 mNewDevicesArrayAdapter = new ArrayAdapter<String>(this, R.layout.device_name); in onCreate()
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DDeviceListActivity.java81 mPairedDevicesArrayAdapter = new ArrayAdapter<String>(this, R.layout.device_name); in onCreate()
82 mNewDevicesArrayAdapter = new ArrayAdapter<String>(this, R.layout.device_name); in onCreate()
/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
DScanResultAdapter.java72 TextView deviceNameView = (TextView) view.findViewById(R.id.device_name); in getView()
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DDeviceListFragment.java127 TextView top = (TextView) v.findViewById(R.id.device_name); in getView()
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DDeviceScanActivity.java230 viewHolder.deviceName = (TextView) view.findViewById(R.id.device_name); in getView()