Searched refs:device_name (Results 1 – 9 of 9) sorted by relevance
/development/host/windows/usb/api/ |
D | adb_api_private_defines.h | 39 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
|
D | adb_api.h | 189 wchar_t device_name[1]; member
|
D | adb_api.cpp | 188 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/ |
D | adb_winapi_test.cpp | 77 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/ |
D | DeviceListActivity.java | 90 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/ |
D | DeviceListActivity.java | 81 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/ |
D | ScanResultAdapter.java | 72 TextView deviceNameView = (TextView) view.findViewById(R.id.device_name); in getView()
|
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/ |
D | DeviceListFragment.java | 127 TextView top = (TextView) v.findViewById(R.id.device_name); in getView()
|
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/ |
D | DeviceScanActivity.java | 230 viewHolder.deviceName = (TextView) view.findViewById(R.id.device_name); in getView()
|