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

1 2

  /build/target/board/generic_armv5/
AndroidBoard.mk 17 -include build/target/board/generic/AndroidBoard.mk
device.mk 17 include build/target/board/generic/device.mk
BoardConfig.mk 17 include build/target/board/generic/BoardConfig.mk
  /build/target/product/
full.mk 26 $(call inherit-product, $(SRC_TARGET_DIR)/board/generic/device.mk)
vbox_x86.mk 26 $(call inherit-product, $(SRC_TARGET_DIR)/board/vbox_x86/device.mk)
full_x86.mk 33 $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_x86/device.mk)
  /build/target/board/vbox_x86/
device.mk 32 build/target/board/vbox_x86/init.rc:root/init.rc \
33 build/target/board/vbox_x86/init.vbox_x86.rc:root/init.vbox_x86.rc \
BoardConfig.mk 23 TARGET_DISK_LAYOUT_CONFIG := build/target/board/vbox_x86/disk_layout.conf
  /build/target/board/
Android.mk 29 # If the file "board-info.txt" appears in $(TARGET_DEVICE_DIR),
34 board_info_txt := $(wildcard $(TARGET_DEVICE_DIR)/board-info.txt)
43 $(hide) echo "board=$(TARGET_BOOTLOADER_BOARD_NAME)" > $@
  /device/samsung/crespo/libcamera/
Android.mk 7 # hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /device/samsung/tuna/
BoardConfig.mk 38 TARGET_BOARD_INFO_FILE := device/samsung/tuna/board-info.txt
  /hardware/ti/omap4xxx/hwc/
Android.mk 5 # hw/<HWCOMPOSE_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /system/core/mkbootimg/
mkbootimg.c 65 " [ --board <boardname> ]\n"
107 char *board = ""; local
148 } else if(!strcmp(arg, "--board")) {
149 board = val;
178 if(strlen(board) >= BOOT_NAME_SIZE) {
179 fprintf(stderr,"error: board name too large\n");
183 strcpy(hdr.name, board);
  /external/grub/netboot/
sk_g16.c 59 * - Try to find out if the board is in 8 Bit or 16 Bit slot.
199 #define SK_IOREG (board->ioreg) /* LANCE data registers. */
200 #define SK_PORT (board->port) /* Control, Status register */
201 #define SK_IOCOM (board->iocom) /* I/O Command */
450 static SK_RAM *board; /* pointer to our memory mapped board components */ variable
761 /* if board found */
805 board = (SK_RAM *) rom_addr;
807 board->rom[0], board->rom[2], board->rom[4]))
    [all...]
  /device/moto/stingray/liblights/
Android.mk 19 # hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.board.platform>.so
  /device/moto/stingray/sensors/
Android.mk 20 # hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.board.platform>.so
  /device/samsung/crespo/libhwcomposer/
Android.mk 19 # hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /device/samsung/crespo/liblight/
Android.mk 19 # hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.board.platform>.so
  /device/samsung/crespo/libsensors/
Android.mk 19 # hw/<SENSORS_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /device/samsung/tuna/liblight/
Android.mk 17 # hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.board.platform>.so
  /device/samsung/tuna/libsensors/
Android.mk 19 # hw/<SENSORS_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /frameworks/base/libs/hwui/
Android.mk 5 # defined in the current device/board configuration
  /hardware/libhardware/modules/gralloc/
Android.mk 19 # hw/<OVERLAY_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /hardware/libhardware/modules/hwcomposer/
Android.mk 19 # hw/<OVERLAY_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /hardware/msm7k/libcopybit/
Android.mk 18 # hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.board.platform>.so

Completed in 363 milliseconds

1 2