Home
last modified time | relevance | path

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

/aosp12/build/make/core/
H A Ddevice.mk25 $(info DEVICES.$(1).$(v) := $(DEVICES.$(1).$(v))))\
30 $(foreach p,$(DEVICES),$(call dump-device,$(p)))
46 $(call import-nodes,DEVICES,$(1),$(_device_var_list))
56 $(foreach d,$(DEVICES), \
57 $(if $(filter $(dn),$(DEVICES.$(d).DEVICE_NAME)), \
/aosp12/frameworks/base/tests/JankBench/scripts/
H A Drunall.py8 from devices import DEVICES
22 dev = DEVICES[device]
26 for name, dev in DEVICES.iteritems():
45 start_device(device, DEVICES[device])
48 adbutil.trace(DEVICES[device])
52 for name, dev in DEVICES.iteritems():
H A Ditr_collect.py10 from devices import DEVICES
147 score_device(options.device, DEVICES[options.device], options.pull, options.verbose)
149 for name, serial in DEVICES.iteritems():
H A Dcollect.py17 from devices import DEVICES
211 score_device(options.device, DEVICES[options.device], options.pull, options.verbose)
215 for name, serial in DEVICES.iteritems():
H A Ddevices.py3 DEVICES = { variable
/aosp12/system/bt/gd/cert/
H A Dset_up_and_run_device_cert.sh10 DEVICES=($NTMP)
35 device=${DEVICES[i]}
H A Drun436 DEVICES=($NTMP)
461 device=${DEVICES[i]}
/aosp12/frameworks/av/media/mediaserver/
H A DAndroid.bp58 // TO ENABLE 64-BIT MEDIASERVER ON MIXED 32/64-BIT DEVICES, COMMENT
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbHostManager.java524 writeDevice(dump, "devices", UsbHostManagerProto.DEVICES, mDevices.get(name)); in dump()