Searched refs:DEVICES (Results 1 – 9 of 9) sorted by relevance
/aosp12/build/make/core/ |
H A D | device.mk | 25 $(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 D | runall.py | 8 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 D | itr_collect.py | 10 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 D | collect.py | 17 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 D | devices.py | 3 DEVICES = { variable
|
/aosp12/system/bt/gd/cert/ |
H A D | set_up_and_run_device_cert.sh | 10 DEVICES=($NTMP) 35 device=${DEVICES[i]}
|
H A D | run | 436 DEVICES=($NTMP) 461 device=${DEVICES[i]}
|
/aosp12/frameworks/av/media/mediaserver/ |
H A D | Android.bp | 58 // TO ENABLE 64-BIT MEDIASERVER ON MIXED 32/64-BIT DEVICES, COMMENT
|
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/ |
H A D | UsbHostManager.java | 524 writeDevice(dump, "devices", UsbHostManagerProto.DEVICES, mDevices.get(name)); in dump()
|