HomeSort by relevance Sort by last modified time
    Searched refs:DEVICE_ID (Results 1 - 9 of 9) sorted by null

  /external/autotest/client/common_lib/cros/fake_device_server/
commands_unittest.py 41 DEVICE_ID = '1234awesomeDevice'
43 'deviceId': DEVICE_ID,
53 self.commands.new_device(DEVICE_ID)
59 self.commands.device_commands[DEVICE_ID][command_id],
76 DEVICE_ID = 'device_id'
79 self.commands.new_device(DEVICE_ID)
80 self.commands.device_commands[DEVICE_ID][COMMAND_ID] = COMMAND_RESOURCE
81 returned_json = self.commands.GET(COMMAND_ID, deviceId=DEVICE_ID)
93 DEVICE_ID = 'device_id
    [all...]
  /external/swiftshader/src/Vulkan/
VkConfig.h 35 DEVICE_ID = 0xC0DE, // SwiftShader
VkPhysicalDevice.cpp 258 DEVICE_ID,
  /external/toolchain-utils/binary_search_tool/android/
setup.sh 31 # do 'export ANDROID_SERIAL=<device_id>' and the bisector will still work.
51 # If DEVICE_ID is not null export this as ANDROID_SERIAL for use by adb
52 # If DEVICE_ID is null then leave null
53 DEVICE_ID=${ANDROID_SERIAL:+"export ANDROID_SERIAL=${ANDROID_SERIAL} "}
139 ${DEVICE_ID}
  /external/u-boot/arch/arm/mach-omap2/am33xx/
sys_info.c 32 id = readl(DEVICE_ID);
46 id = readl(DEVICE_ID);
  /external/mesa3d/src/glx/
dri_common_query_renderer.c 42 __RENDERER(DEVICE_ID),
  /external/u-boot/drivers/mtd/nand/
denali.h 149 #define DEVICE_ID 0x310
  /external/u-boot/arch/arm/include/asm/arch-am33xx/
cpu.h 43 #define DEVICE_ID (CTRL_BASE + 0x0600)
  /external/u-boot/include/
radeon.h 31 #define DEVICE_ID 0x0F02
    [all...]

Completed in 333 milliseconds