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

  /device/samsung/toro/self-extractors/samsung/staging/
reassemble-apks.sh 16 (cd vendor/samsung/toro/proprietary/BIP.apk.parts ; zip -r ../BIP.unsigned.apk .)
17 java -jar $(find out/host -name signapk.jar) build/target/product/security/platform.x509.pem build/target/product/security/platform.pk8 vendor/samsung/toro/proprietary/BIP.unsigned.apk vendor/samsung/toro/proprietary/BIP.apk
18 (cd vendor/samsung/toro/proprietary/IMSFramework.apk.parts ; zip -r ../IMSFramework.unsigned.apk .)
19 java -jar $(find out/host -name signapk.jar) build/target/product/security/platform.x509.pem build/target/product/security/platform.pk8 vendor/samsung/toro/proprietary/IMSFramework.unsigned.apk vendor/samsung/toro/proprietary/IMSFramework.apk
20 (cd vendor/samsung/toro/proprietary/RTN.apk.parts ; zip -r ../RTN.unsigned.apk .)
21 java -jar $(find out/host -name signapk.jar) build/target/product/security/platform.x509.pem build/target/product/security/platform.pk8 vendor/samsung/toro/proprietary/RTN.unsigned.apk vendor/samsung/toro/proprietary/RTN.apk
22 (cd vendor/samsung/toro/proprietary/SDM.apk.parts ; zip -r ../SDM.unsigned.apk .
    [all...]
  /device/samsung/toro/factory-images/
flash-all.sh 17 fastboot flash bootloader bootloader-toro-primekj10.img
20 fastboot flash radio-cdma radio-cdma-toro-i515.ek01.img
23 fastboot flash radio radio-toro-i515.ek02.img
generate-factory-images-package.sh 22 DEVICE=toro
  /device/samsung/toro/
BoardConfig.mk 16 -include vendor/samsung/toro/BoardConfigVendor.mk
20 TARGET_BOARD_INFO_FILE ?= device/samsung/toro/board-info.txt
27 # Use/add toro-specific variants
29 TARGET_RELEASETOOLS_EXTENSIONS := device/samsung/toro
31 # on toro boards we need to apply a special adaptive filter
full_toro.mk 17 # build for toro hardware. This cleanly combines a set of
21 # lines, full and toro, hence its name.
30 device/samsung/toro/bcmdhd.cal:system/etc/wifi/bcmdhd.cal \
38 # Inherit from toro device
39 $(call inherit-product, device/samsung/toro/device_vzw.mk)
43 PRODUCT_DEVICE := toro
45 PRODUCT_MODEL := Full AOSP on Toro-VZW
device.mk 15 # This file includes all definitions that apply only to toro devices
21 DEVICE_PACKAGE_OVERLAYS := device/samsung/toro/overlay
24 device/samsung/toro/bcmdhd.cal:system/etc/wifi/bcmdhd.cal \
32 $(call inherit-product-if-exists, vendor/samsung/toro/device-vendor.mk)
  /device/samsung/toro/recovery/
Android.mk 3 ifneq (,$(findstring $(TARGET_DEVICE),toro torospr))
5 # Edify extension functions for doing modem (radio) updates on Toro devices.
  /device/samsung/tuna/recovery/
Android.mk 1 ifneq (,$(findstring $(TARGET_DEVICE),tuna toro torospr maguro))
  /device/samsung/tuna/
full_tuna.mk 17 # build for toro hardware. This cleanly combines a set of
21 # lines, full and toro, hence its name.
  /device/ti/panda/
full_panda.mk 17 # build for toro hardware. This cleanly combines a set of
21 # lines, full and toro, hence its name.
  /device/samsung/toro/self-extractors/broadcom/staging/proprietary/
Android.mk 17 ifeq ($(TARGET_DEVICE),toro)
  /device/samsung/toro/self-extractors/csr/staging/proprietary/
Android.mk 17 ifeq ($(TARGET_DEVICE),toro)
  /device/samsung/toro/self-extractors/invensense/staging/proprietary/
Android.mk 17 ifeq ($(TARGET_DEVICE),toro)
  /device/samsung/toro/self-extractors/nxp/staging/proprietary/
Android.mk 17 ifeq ($(TARGET_DEVICE),toro)
  /device/samsung/toro/self-extractors/root/
BoardConfigVendor.mk 15 LOCAL_STEM := toro/BoardConfigPartial.mk
device-vendor.mk 15 LOCAL_STEM := toro/device-partial.mk
  /device/samsung/toro/self-extractors/ti/staging/proprietary/
Android.mk 17 ifeq ($(TARGET_DEVICE),toro)
  /device/samsung/toro/self-extractors/
generate-packages.sh 44 ROOTDEVICE=toro
45 DEVICE=toro
  /device/common/
generate-blob-lists.sh 45 DEVICES="crespo crespo4g wingray panda maguro toro grouper"
68 if test $DEVICENAME = toro
  /device/samsung/tuna/nfc/
nfc_hw.c 41 #ifdef toro
42 // Toro load modulation settings
  /device/samsung/toro/self-extractors/imgtec/staging/proprietary/
Android.mk 17 ifeq ($(TARGET_DEVICE),toro)
  /device/samsung/toro/self-extractors/samsung/staging/proprietary/
Android.mk 17 ifeq ($(TARGET_DEVICE),toro)
  /device/samsung/tuna/audio/
audio_hw.c 288 #define PRODUCT_DEVICE_TORO "toro"
772 /* Returns true on devices that are toro, false otherwise */
992 bool toro = adev->device_is_toro; local
998 int normal_speaker_volume = toro ? NORMAL_SPEAKER_VOLUME_TORO :
1000 int normal_headphone_volume = toro ? NORMAL_HEADPHONE_VOLUME_TORO :
1002 int normal_headset_volume = toro ? NORMAL_HEADSET_VOLUME_TORO :
1004 int normal_earpiece_volume = toro ? NORMAL_EARPIECE_VOLUME_TORO :
1011 speaker_volume = toro ? VOICE_CALL_SPEAKER_VOLUME_TORO :
1013 headset_volume = toro ? VOICE_CALL_HEADSET_VOLUME_TORO :
1015 earpiece_volume = toro ? VOICE_CALL_EARPIECE_VOLUME_TORO
    [all...]

Completed in 117 milliseconds