Home
last modified time | relevance | path

Searched refs:flounder (Results 1 – 25 of 27) sorted by relevance

12

/device/htc/flounder/power/
Dpower_flounder.c132 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 …]
DAndroid.mk25 LOCAL_MODULE := power.flounder
/device/htc/flounder/
DBoardConfig.mk37 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
Ddevice.mk27 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 …]
Dproduct_svelte.mk21 $(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 \
Daosp_flounder.mk35 $(call inherit-product, device/htc/flounder/product.mk)
36 $(call inherit-product, device/htc/flounder/device-lte.mk)
41 PRODUCT_DEVICE := flounder
Daosp_flounder_64_only.mk31 $(call inherit-product, device/htc/flounder/product_64_only.mk)
35 PRODUCT_DEVICE := flounder
DCleanSpec.mk48 $(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)
Dboard-info.txt1 board=flounder|flounder_lte
DAndroid.mk23 ifneq ($(filter flounder%, $(TARGET_DEVICE)),)
Dproduct.mk21 $(call inherit-product, device/htc/flounder/device.mk)
Dproduct_64_only.mk30 $(call inherit-product, device/htc/flounder/product.mk)
/device/htc/flounder/health/
DAndroid.mk18 LOCAL_SRC_FILES := healthd-flounder.cpp
20 LOCAL_MODULE := libhealthd.flounder
/device/htc/flounder/dumpstate/
DAndroid.mk22 ifneq ($(wildcard vendor/htc/flounder/uidcheck/Android.mk),)
27 LOCAL_MODULE := libdumpstate.flounder
/device/htc/flounder/flounder64/
DBoardConfig.mk1 include device/htc/flounder/BoardConfig.mk
/device/htc/flounder/flounder_lte/
DBoardConfig.mk1 include device/htc/flounder/BoardConfig.mk
/device/htc/flounder/self-extractors/root/
DBoardConfigVendor.mk15 LOCAL_STEM := flounder/BoardConfigPartial.mk
Ddevice-vendor.mk15 LOCAL_STEM := flounder/device-partial.mk
/device/htc/flounder/self-extractors/htc/staging/
Ddevice-partial.mk17 vendor/htc/flounder/proprietary/vendor.img:vendor.img:htc \
/device/htc/flounder/lights/
DAndroid.mk30 LOCAL_MODULE := lights.flounder
/device/htc/flounder/factory-images/
Dgenerate-factory-images-package.sh19 DEVICE=flounder
/device/htc/flounder/thermal/
DAndroid.mk25 LOCAL_MODULE := thermal.flounder
/device/htc/flounder/flounder32/
DBoardConfig.mk1 include device/htc/flounder/BoardConfig.mk
/device/htc/flounder/audio/soundtrigger/
DAndroid.mk25 LOCAL_MODULE := sound_trigger.primary.flounder
/device/htc/flounder/audio/
DAndroid.mk2 ifneq ($(filter flounder flounder64 flounder_lte,$(TARGET_DEVICE)),)

12