Searched refs:device_name (Results 1 – 8 of 8) 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.cpp | 188 next_interface.device_name().c_str(), in AdbCreateInterface() 191 return AdbCreateInterfaceByName(next_interface.device_name().c_str()); in AdbCreateInterface()
|
D | adb_api.h | 208 wchar_t device_name[1]; member
|
/development/host/windows/usb/adb_winapi_test/ |
D | adb_winapi_test.cpp | 66 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/ |
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/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()
|