HomeSort by relevance Sort by last modified time
    Searched full:board (Results 1 - 25 of 174) sorted by null

1 2 3 4 5 6 7

  /hardware/libhardware/modules/
README.android 10 /system/libs/hw/<*_HARDWARE_MODULE_ID>.<ro.product.board>.so
11 /system/libs/hw/<*_HARDWARE_MODULE_ID>.<ro.board.platform>.so
17 A module can have several variants: "default", "arch" and "board", and they're
18 loaded in the "board", "arch" and "default" order.
19 The source code for the "board" variant, usually lives under partners/...
  /device/htc/passion/
board-info.txt 2 require board=mahimahi|nexusone
  /device/htc/dream/
board-info.txt 1 require board=trout
  /external/qemu/hw/
boards.h 1 /* Declarations for use by board files for creating devices. */
  /build/target/board/
Android.mk 41 # If the file "board-info.txt" appears in $(TARGET_DEVICE_DIR),
45 board_info_txt := $(wildcard $(TARGET_DEVICE_DIR)/board-info.txt)
51 $(hide) echo "board=$(TARGET_BOOTLOADER_BOARD_NAME)" > $@
  /device/htc/sapphire/
board-info.txt 2 require board=sapphire
  /bootable/bootloader/legacy/
README 7 board (containing code useful to a single specific device)
49 Which are used by the bootloader to specify which board and
Android.mk 17 # Most of these don't make sense to build unless the board has defined
  /device/htc/dream-sapphire/libsensors/
Android.mk 21 # hw/<SENSORS_HARDWARE_MODULE_ID>.<ro.product.board>.so
32 # hw/<SENSORS_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /external/kernel-headers/original/asm-arm/arch/
board.h 2 * linux/include/asm-arm/arch-omap/board.h
4 * Information structures for board-specific data
41 /* nomux means "standard" muxing is wrong on this board, and that
42 * board-specific code handled it before common init logic.
75 /* Configure drivers according to the connectors on your board:
  /system/core/mkbootimg/
mkbootimg.c 65 " [ --board <boardname> ]\n"
106 char *board = ""; local
149 } else if(!strcmp(arg, "--board")) {
150 board = val;
171 if(strlen(board) >= BOOT_NAME_SIZE) {
172 fprintf(stderr,"error: board name too large\n");
176 strcpy(hdr.name, board);
  /cts/tests/tests/os/src/android/os/cts/
BuildVersionTest.java 43 * (BRAND)/(PRODUCT)/(DEVICE)/(BOARD):(VERSION.RELEASE)/(BUILD_ID)/
58 // parse BOARD:VERSION_RELEASE
60 assertEquals(Build.BOARD, bootloaderPlat[0]);
  /device/htc/dream-sapphire/boot/
panel.c 17 #include <boot/board.h>
Android.mk 23 LOCAL_SRC_FILES := board.c panel.c keypad.c usb.c
keypad.c 18 #include <boot/board.h>
  /external/e2fsprogs/lib/ss/
data.c 3 * (Student Information Processing Board)
mit-sipb-copyright.h 3 Copyright 1987 by the Student Information Processing Board
  /external/qemu/
README 3 This program emulates a virtual ARM board that can be used to run Android
  /hardware/libhardware/modules/overlay/
Android.mk 19 # hw/<OVERLAY_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /hardware/msm7k/liblights/
Android.mk 18 # hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.board.platform>.so
  /hardware/ti/omap3/liboverlay/
Android.mk 17 # hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /system/wlan/ti/
Android.mk 18 # The board config file for the product must define BOARD_WLAN_TI_STA_DK_ROOT
  /build/tools/
buildinfo.sh 22 echo "ro.product.board=$TARGET_BOOTLOADER_BOARD_NAME"
31 echo "ro.board.platform=$TARGET_BOARD_PLATFORM"
  /hardware/ti/omap3/dspbridge/inc/
dbreg.h 90 * Where XXX is the device or board name
100 #define BOARDNAME "BoardName" /* Name of the Board */
101 #define UNITNUMBER "UnitNumber" /* Unit # of the Board */
102 #define BUSTYPE "BusType" /* Bus type board is on */
103 #define BUSNUMBER "BusNumber" /* Bus number board is on */
105 #define PCIVENDEVID "VendorDeviceId" /* The board's id */
  /frameworks/base/core/tests/coretests/src/android/os/
BuildTest.java 60 assertNotEmpty("BOARD", Build.BOARD);

Completed in 315 milliseconds

1 2 3 4 5 6 7