Home
last modified time | relevance | path

Searched refs:device_name (Results 1 – 8 of 8) 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.cpp188 next_interface.device_name().c_str(), in AdbCreateInterface()
191 return AdbCreateInterfaceByName(next_interface.device_name().c_str()); in AdbCreateInterface()
Dadb_api.h208 wchar_t device_name[1]; member
/development/host/windows/usb/adb_winapi_test/
Dadb_winapi_test.cpp66 bool TestInterface(const wchar_t* device_name);
115 printf("\nFound interface %ws:", interface_info.device_name); in TestEnumInterfaces()
150 TestInterface(interface_info.device_name); in TestInterfaces()
171 bool TestInterface(const wchar_t* device_name) { in TestInterface()
172 printf("\n*** Test interface( %ws )", device_name); in TestInterface()
175 ADBAPIHANDLE interface_handle = AdbCreateInterfaceByName(device_name); in TestInterface()
/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/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()