HomeSort by relevance Sort by last modified time
    Searched refs:toro (Results 1 - 24 of 24) 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/SDM.apk.parts ; zip -r ../SDM.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/SDM.unsigned.apk vendor/samsung/toro/proprietary/SDM.apk
22 (cd vendor/samsung/toro/proprietary/SyncMLSvc.apk.parts ; zip -r ../SyncMLSvc.unsigned.apk .
    [all...]
device-toro.mk 15 LOCAL_PATH := vendor/samsung/toro
17 # Samsung blob(s) necessary for toro hardware
  /device/samsung/toro/
BoardConfig.mk 16 -include vendor/samsung/toro/BoardConfigVendor.mk
23 # Use/add toro-specific variants
25 TARGET_RELEASETOOLS_EXTENSIONS := device/samsung/toro
27 # 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.
31 device/samsung/toro/bcmdhd.cal:system/etc/wifi/bcmdhd.cal \
39 # Inherit from toro device
40 $(call inherit-product, device/samsung/toro/device_vzw.mk)
44 PRODUCT_DEVICE := toro
46 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)
setup-makefiles.sh 17 DEVICE=toro
extract-files.sh 19 DEVICE=toro
80 # All the blobs necessary for toro
110 # All the apks necessary for toro
138 ifeq (\$(TARGET_DEVICE),toro)
141 # Module makefile rules for apks on toro
unzip-files.sh 19 DEVICE=toro
80 # All the blobs necessary for toro
110 # All the apks necessary for toro
138 ifeq (\$(TARGET_DEVICE),toro)
141 # Module makefile rules for apks on toro
  /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/toro/self-extractors/root/
device-vendor.mk 15 LOCAL_STEM := toro/device-toro.mk
BoardConfigVendor.mk 15 LOCAL_STEM := toro/BoardConfigToro.mk
  /device/samsung/torospr/
full_torospr.mk 17 # build for toro hardware. This cleanly combines a set of
21 # lines, full and toro, hence its name.
31 device/samsung/toro/bcmdhd.cal:system/etc/wifi/bcmdhd.cal \
39 # Inherit from toro device
46 PRODUCT_MODEL := Full AOSP on Toro-SPR
  /device/samsung/tuna/recovery/
Android.mk 1 ifneq (,$(findstring $(TARGET_DEVICE),tuna toro torospr maguro))
  /device/samsung/toro/self-extractors/broadcom/staging/
device-toro.mk 15 LOCAL_PATH := vendor/broadcom/toro
17 # Broadcom blob(s) necessary for Toro hardware
  /device/samsung/toro/self-extractors/invensense/staging/
device-toro.mk 15 LOCAL_PATH := vendor/invensense/toro
17 # Invensense blob(s) necessary for Toro hardware
  /device/samsung/toro/self-extractors/nxp/staging/
device-toro.mk 15 LOCAL_PATH := vendor/nxp/toro
17 # NXP blob(s) necessary for Toro hardware
  /device/samsung/toro/self-extractors/ti/staging/
device-toro.mk 15 LOCAL_PATH := vendor/ti/toro
17 # TI blob(s) necessary for Toro hardware
  /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/csr/staging/
device-toro.mk 15 LOCAL_PATH := vendor/csr/toro
17 # CSR blob(s) necessary for Toro hardware
  /device/samsung/toro/self-extractors/
generate-packages.sh 23 ROOTDEVICE=toro
24 DEVICE=toro
  /device/samsung/toro/self-extractors/imgtec/staging/
device-toro.mk 15 LOCAL_PATH := vendor/imgtec/toro
17 # Imgtec blob(s) necessary for Toro hardware
  /device/samsung/tuna/nfc/
nfc_hw.c 43 #ifdef toro
44 // Toro load modulation settings
  /device/samsung/tuna/audio/
audio_hw.c 214 #define PRODUCT_DEVICE_TORO "toro"
571 /* Returns true on devices that are toro, false otherwise */
791 bool toro = adev->device_is_toro; local
801 speaker_volume = toro ? VOICE_CALL_SPEAKER_VOLUME_TORO :
803 headset_volume = toro ? VOICE_CALL_HEADSET_VOLUME_TORO :
805 earpiece_volume = toro ? VOICE_CALL_EARPIECE_VOLUME_TORO :
810 speaker_volume = toro ? VOIP_SPEAKER_VOLUME_TORO :
812 headset_volume = toro ? VOIP_HEADSET_VOLUME_TORO :
814 earpiece_volume = toro ? VOIP_EARPIECE_VOLUME_TORO :
818 speaker_volume = toro ? NORMAL_SPEAKER_VOLUME_TORO
    [all...]

Completed in 100 milliseconds