Searched refs:flounder (Results 1 – 25 of 27) sorted by relevance
12
/device/htc/flounder/power/ |
D | power_flounder.c | 132 static int boostpulse_open(struct flounder_power_module *flounder) in boostpulse_open() argument 138 pthread_mutex_lock(&flounder->lock); in boostpulse_open() 140 if (flounder->boostpulse_fd < 0) { in boostpulse_open() 141 flounder->boostpulse_fd = open(BOOSTPULSE_PATH, O_WRONLY); in boostpulse_open() 143 if (flounder->boostpulse_fd < 0) { in boostpulse_open() 144 if (!flounder->boostpulse_warned) { in boostpulse_open() 147 flounder->boostpulse_warned = 1; in boostpulse_open() 168 pthread_mutex_unlock(&flounder->lock); in boostpulse_open() 169 return flounder->boostpulse_fd; in boostpulse_open() 174 struct flounder_power_module *flounder = in set_feature() local [all …]
|
D | Android.mk | 25 LOCAL_MODULE := power.flounder
|
/device/htc/flounder/ |
D | BoardConfig.mk | 37 BOARD_KERNEL_CMDLINE += androidboot.hardware=flounder 42 TARGET_BOARD_INFO_FILE := device/htc/flounder/board-info.txt 44 TARGET_BOOTLOADER_BOARD_NAME := flounder 68 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/htc/flounder/bluetooth 74 BOARD_HAL_STATIC_LIBRARIES := libdumpstate.flounder libhealthd.flounder 93 BOARD_SEPOLICY_DIRS += device/htc/flounder/sepolicy 94 BOARD_SECCOMP_POLICY += device/htc/flounder/seccomp 113 TARGET_RELEASETOOLS_EXTENSIONS := device/htc/flounder 125 -include vendor/htc/flounder/BoardConfigVendor.mk
|
D | device.mk | 27 LOCAL_KERNEL := device/htc/flounder-kernel/Image.gz-dtb 41 LOCAL_FSTAB := $(LOCAL_PATH)/fstab.flounder 48 $(LOCAL_PATH)/init.flounder.rc:root/init.flounder.rc \ 49 $(LOCAL_PATH)/init.flounder.usb.rc:root/init.flounder.usb.rc \ 50 $(LOCAL_PATH)/init.recovery.flounder.rc:root/init.recovery.flounder.rc \ 51 $(LOCAL_FSTAB):root/fstab.flounder \ 52 $(LOCAL_PATH)/ueventd.flounder.rc:root/ueventd.flounder.rc 56 $(LOCAL_PATH)/init.flounder.rc:root/init.flounder64.rc \ 57 $(LOCAL_PATH)/init.flounder.usb.rc:root/init.flounder64.usb.rc \ 59 $(LOCAL_PATH)/init.recovery.flounder.rc:root/init.recovery.flounder64.rc \ [all …]
|
D | product_svelte.mk | 21 $(call inherit-product, device/htc/flounder/device.mk) 24 device/htc/flounder/init.flounder_svelte.rc:root/init.flounder_svelte.rc:google \ 28 device/htc/flounder/init.flounder_svelte.rc:root/init.flounder64_svelte.rc:google \
|
D | aosp_flounder.mk | 35 $(call inherit-product, device/htc/flounder/product.mk) 36 $(call inherit-product, device/htc/flounder/device-lte.mk) 41 PRODUCT_DEVICE := flounder
|
D | aosp_flounder_64_only.mk | 31 $(call inherit-product, device/htc/flounder/product_64_only.mk) 35 PRODUCT_DEVICE := flounder
|
D | CleanSpec.mk | 48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/flounder) 50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/flounder) 52 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/flounder)
|
D | board-info.txt | 1 board=flounder|flounder_lte
|
D | Android.mk | 23 ifneq ($(filter flounder%, $(TARGET_DEVICE)),)
|
D | product.mk | 21 $(call inherit-product, device/htc/flounder/device.mk)
|
D | product_64_only.mk | 30 $(call inherit-product, device/htc/flounder/product.mk)
|
/device/htc/flounder/health/ |
D | Android.mk | 18 LOCAL_SRC_FILES := healthd-flounder.cpp 20 LOCAL_MODULE := libhealthd.flounder
|
/device/htc/flounder/dumpstate/ |
D | Android.mk | 22 ifneq ($(wildcard vendor/htc/flounder/uidcheck/Android.mk),) 27 LOCAL_MODULE := libdumpstate.flounder
|
/device/htc/flounder/flounder64/ |
D | BoardConfig.mk | 1 include device/htc/flounder/BoardConfig.mk
|
/device/htc/flounder/flounder_lte/ |
D | BoardConfig.mk | 1 include device/htc/flounder/BoardConfig.mk
|
/device/htc/flounder/self-extractors/root/ |
D | BoardConfigVendor.mk | 15 LOCAL_STEM := flounder/BoardConfigPartial.mk
|
D | device-vendor.mk | 15 LOCAL_STEM := flounder/device-partial.mk
|
/device/htc/flounder/self-extractors/htc/staging/ |
D | device-partial.mk | 17 vendor/htc/flounder/proprietary/vendor.img:vendor.img:htc \
|
/device/htc/flounder/lights/ |
D | Android.mk | 30 LOCAL_MODULE := lights.flounder
|
/device/htc/flounder/factory-images/ |
D | generate-factory-images-package.sh | 19 DEVICE=flounder
|
/device/htc/flounder/thermal/ |
D | Android.mk | 25 LOCAL_MODULE := thermal.flounder
|
/device/htc/flounder/flounder32/ |
D | BoardConfig.mk | 1 include device/htc/flounder/BoardConfig.mk
|
/device/htc/flounder/audio/soundtrigger/ |
D | Android.mk | 25 LOCAL_MODULE := sound_trigger.primary.flounder
|
/device/htc/flounder/audio/ |
D | Android.mk | 2 ifneq ($(filter flounder flounder64 flounder_lte,$(TARGET_DEVICE)),)
|
12