Searched refs:common (Results 101 - 125 of 154) sorted by relevance

1234567

/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
H A DAndroid.mk30 $(WPA_SUPPL_DIR)/src/common \
/hardware/invensense/libsensors_iio/software/core/mllite/build/android/
H A Dshared.mk15 include $(INV_ROOT)/software/build/android/common.mk
33 CFLAGS += -I$(INV_ROOT)/simple_apps/common
/hardware/libhardware/include/hardware/
H A Daudio_policy.h413 struct hw_module_t common; member in struct:audio_policy_module
417 struct hw_device_t common; member in struct:audio_policy_device
439 return device->common.close(&device->common);
/hardware/msm7k/liblights/
H A Dlights.c395 dev->common.tag = HARDWARE_DEVICE_TAG;
396 dev->common.version = 0;
397 dev->common.module = (struct hw_module_t*)module;
398 dev->common.close = (int (*)(struct hw_device_t*))close_lights;
/hardware/qcom/power/
H A Dpower.c92 .common = {
/hardware/msm7k/libcopybit/
H A Dcopybit.cpp78 common: {
445 ctx->device.common.tag = HARDWARE_DEVICE_TAG;
446 ctx->device.common.version = 1;
447 ctx->device.common.module = const_cast<hw_module_t*>(module);
448 ctx->device.common.close = close_copybit;
479 *device = &ctx->device.common;
481 close_copybit(&ctx->device.common);
/hardware/msm7k/libgralloc/
H A Dframebuffer.cpp81 dev->common.module);
97 dev->common.module);
344 dev->device.common.tag = HARDWARE_DEVICE_TAG;
345 dev->device.common.version = 0;
346 dev->device.common.module = const_cast<hw_module_t*>(module);
347 dev->device.common.close = fb_close;
373 *device = &dev->device.common;
/hardware/msm7k/libgralloc-qsd8k/
H A Dframebuffer.cpp85 dev->common.module);
101 dev->common.module);
379 dev->device.common.tag = HARDWARE_DEVICE_TAG;
380 dev->device.common.version = 0;
381 dev->device.common.module = const_cast<hw_module_t*>(module);
382 dev->device.common.close = fb_close;
409 *device = &dev->device.common;
H A Dgralloc.cpp154 common: {
190 *device = &dev->common;
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp425 dev->device.common.tag = HARDWARE_DEVICE_TAG;
426 dev->device.common.version = 0;
427 dev->device.common.module = const_cast<hw_module_t*>(module);
428 dev->device.common.close = legacy_ap_dev_close;
432 *device = &dev->device.common;
443 common: {
/hardware/qcom/audio/alsa_sound/
H A Daudio_policy_hal.cpp456 dev->device.common.tag = HARDWARE_DEVICE_TAG;
457 dev->device.common.version = 0;
458 dev->device.common.module = const_cast<hw_module_t*>(module);
459 dev->device.common.close = qcom_ap_dev_close;
463 *device = &dev->device.common;
474 common: {
/hardware/qcom/media/mm-video/vidc/vdec/
H A DAndroid.mk57 libmm-vdec-inc += $(OMX_VIDEO_PATH)/vidc/common/inc
88 LOCAL_SRC_FILES += ../common/src/extra_data_handler.cpp
89 LOCAL_SRC_FILES += ../common/src/vidc_color_converter.cpp
/hardware/qcom/media/mm-video/vidc/venc/
H A DAndroid.mk48 libmm-venc-inc += $(OMX_VIDEO_PATH)/vidc/common/inc
78 LOCAL_SRC_FILES += ../common/src/extra_data_handler.cpp
90 mm-venc-test720p-inc += $(OMX_VIDEO_PATH)/vidc/common/inc
/hardware/ti/omap4xxx/camera/
H A DCameraHal_Module.cpp49 common: {
537 camera_device->base.common.tag = HARDWARE_DEVICE_TAG;
538 camera_device->base.common.version = 0;
539 camera_device->base.common.module = (hw_module_t *)(module);
540 camera_device->base.common.close = camera_device_close;
567 *device = &camera_device->base.common;
/hardware/qcom/camera/QCamera/stack/mm-camera-test/
H A DAndroid.mk37 $(LOCAL_PATH)/../common \
/hardware/qcom/display/libcopybit/
H A DAndroid.mk16 include $(LOCAL_PATH)/../common.mk
/hardware/qcom/display/libgralloc/
H A DAndroid.mk17 include $(LOCAL_PATH)/../common.mk
/hardware/samsung_slsi/exynos5/libkeymaster/
H A DAndroid.mk29 $(MOBICORE_PATH)/common/MobiCore/inc/
/hardware/ti/omap3/omx/ti_omx_config_parser/
H A DAndroid.mk20 $(PV_TOP)/engines/common/include \
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/
H A DAndroid.mk54 $(WPA_SUPPL_DIR)/src/common \
/hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/build/android/
H A Dshared.mk14 COMMON_DIR = $(INV_ROOT)/software/simple_apps/common
18 include $(INV_ROOT)/software/build/android/common.mk
/hardware/invensense/libsensors_iio/software/simple_apps/self_test/build/android/
H A Dshared.mk14 COMMON_DIR = $(INV_ROOT)/software/simple_apps/common
18 include $(INV_ROOT)/software/build/android/common.mk
/hardware/ti/wlan/wl1271/platforms/os/linux/
H A DMakefile73 # DK_ROOT must be set prior to including common.inc
78 # Includes common definitions and source file list
81 include $(M)/$(DK_ROOT)/stad/build/linux/common.inc
83 include $(DK_ROOT)/stad/build/linux/common.inc
95 OS_COMMON_DIR = $(DK_ROOT)/platforms/os/common/build/linux
411 { find ${DK_ROOT}/common -name '*.h' -print ; \
/hardware/ti/wlan/wl1271/CUDK/configurationutility/
H A Dmakefile57 ARMFLAGS = -fno-common -pipe
71 -I $(CUDK_ROOT)/os/common/inc \
81 -I $(WILINK_ROOT)/platforms/os/common/inc \
/hardware/ti/wlan/wl1271/platforms/os/linux/build/
H A DMakefile21 # DK_ROOT must be set prior to including common.inc
26 # Includes common definitions and source file list
29 include $(M)/$(DK_ROOT)/stad/build/linux/common.inc
32 include $(DK_ROOT)/stad/build/linux/common.inc
62 OS_INCS = $(DK_ROOT)/platforms/os/linux/inc $(DK_ROOT)/platforms/os/linux/src $(DK_ROOT)/platforms/os/common/inc

Completed in 2690 milliseconds

1234567