Home
last modified time | relevance | path

Searched defs:device (Results 1 – 25 of 31) sorted by relevance

12

/development/python-packages/gdbrunner/gdbrunner/
D__init__.py84 def get_processes(device): argument
140 def get_pids(device, process_name): argument
145 def start_gdbserver(device, gdbserver_local_path, gdbserver_remote_path, argument
227 def get_uid(device): argument
233 def forward_gdbserver_port(device, local, remote): argument
245 def find_file(device, executable_path, sysroot, run_as_cmd=None): argument
303 def find_executable_path(device, executable_name, run_as_cmd=None): argument
331 def find_binary(device, pid, sysroot, run_as_cmd=None): argument
/development/samples/SceneTransitionLayoutDemo/benchmark/utils/src/com/android/compose/animation/scene/benchmark/
DSceneTransitionLayoutDemoBenchmarkUtils.kt67 val device = device() in startActivity() constant
82 val device = device() in SceneTransitionLayoutBenchmarkScope() constant
100 val device = device() in swipeFromScene() constant
129 val device = device() in navigateBackToPreviousScene() constant
144 private fun device() = UiDevice.getInstance(instrumentation()) in instrumentation() method
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DDeviceListFragment.java48 private WifiP2pDevice device; field in DeviceListFragment
94 WifiP2pDevice device = (WifiP2pDevice) getListAdapter().getItem(position); in onListItemClick() local
125 WifiP2pDevice device = items.get(position); in getView() local
147 public void updateThisDevice(WifiP2pDevice device) { in updateThisDevice()
198 void showDetails(WifiP2pDevice device); in showDetails()
DDeviceDetailFragment.java56 private WifiP2pDevice device; field in DeviceDetailFragment
178 public void showDetails(WifiP2pDevice device) { in showDetails()
DWiFiDirectActivity.java234 public void showDetails(WifiP2pDevice device) { in showDetails()
/development/samples/USB/AdbTest/src/com/android/adb/
DAdbTestActivity.java108 public void deviceOnline(AdbDevice device) { in deviceOnline()
114 private void handleDeviceOnline(AdbDevice device) { in handleDeviceOnline()
120 private boolean setAdbInterface(UsbDevice device, UsbInterface intf) { in setAdbInterface()
161 static private UsbInterface findAdbInterface(UsbDevice device) { in findAdbInterface()
DAdbSocket.java29 public AdbSocket(AdbDevice device, int id) { in AdbSocket()
DAdbMessage.java106 public boolean write(AdbDevice device) { in write()
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
DWiFiP2pService.java10 WifiP2pDevice device; field in WiFiP2pService
DWiFiDirectBroadcastReceiver.java85 WifiP2pDevice device = (WifiP2pDevice) intent in onReceive() local
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DDeviceScanActivity.java149 final BluetoothDevice device = mLeDeviceListAdapter.getDevice(position); in onListItemClick() local
193 public void addDevice(BluetoothDevice device) { in addDevice()
236 BluetoothDevice device = mLeDevices.get(i); in getView() local
DBluetoothLeService.java230 final BluetoothDevice device = mBluetoothAdapter.getRemoteDevice(address); in connect() local
/development/tools/winscope/src/app/components/
Dcollect_traces_component.ts567 const device = devices.find((d) => d.id === lastId); constant
691 const device = assertDefined(this.selectedDevice); constant
796 const device = devices.find( constant
/development/samples/USB/MissileLauncher/src/com/android/missilelauncher/
DMissileLauncherActivity.java99 UsbDevice device = (UsbDevice)intent.getParcelableExtra(UsbManager.EXTRA_DEVICE); in onResume() local
114 private void setDevice(UsbDevice device) { in setDevice()
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DBluetoothChatService.java141 public synchronized void connect(BluetoothDevice device, boolean secure) { in connect()
172 device, final String socketType) { in connected()
393 public ConnectThread(BluetoothDevice device, boolean secure) { in ConnectThread()
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DBluetoothChatService.java129 public synchronized void connect(BluetoothDevice device, boolean secure) { in connect()
152 device, final String socketType) { in connected()
355 public ConnectThread(BluetoothDevice device, boolean secure) { in ConnectThread()
DBluetoothChat.java324 BluetoothDevice device = mBluetoothAdapter.getRemoteDevice(address); in connectDevice() local
/development/scripts/
Dboardconfig_usage_analysis.py62 def find_board_config_mks(folders = ['build', 'device', 'vendor', 'hardware']):
/development/samples/VirtualDeviceManager/demos/src/com/example/android/vdmdemo/demos/
DSensorDemoActivity.java115 VirtualDevice device = mVirtualDeviceManager.getVirtualDevice(context.getDeviceId()); in updateCurrentDeviceTextView() local
DVibrationDemoActivity.java92 VirtualDevice device = mVirtualDeviceManager.getVirtualDevice(context.getDeviceId()); in updateCurrentDeviceTextView() local
DPermissionsDemoActivity.java125 VirtualDevice device = mVirtualDeviceManager.getVirtualDevice(context.getDeviceId()); in updateCurrentDeviceTextView() local
/development/tools/winscope/src/trace_collection/wdp/
Dwdp_host_connection.ts111 device?: WdpDeviceConnectionResponse[]; property
/development/tools/winscope/src/trace_collection/controller/
Dperfetto_session_moderator.ts48 constructor(private device: AdbDeviceConnection, private isDump: boolean) { property in PerfettoSessionModerator
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyKeyEvent.java48 int device, int scanCode) { in MonkeyKeyEvent()
/development/tools/winscope/src/abt_chrome_extension/
Dmessages.ts87 device: string; property

12