Searched refs:common (Results 126 - 150 of 154) sorted by relevance

1234567

/hardware/samsung_slsi/exynos5/libkeymaster/
H A Dkeymaster_mobicore.cpp430 dev->common.tag = HARDWARE_DEVICE_TAG;
431 dev->common.version = 1;
432 dev->common.module = (struct hw_module_t*) module;
433 dev->common.close = exynos_km_close;
459 common: {
/hardware/qcom/display/libcopybit/
H A Dcopybit.cpp81 common: {
529 ctx->device.common.tag = HARDWARE_DEVICE_TAG;
530 ctx->device.common.version = 1;
531 ctx->device.common.module = const_cast<hw_module_t*>(module);
532 ctx->device.common.close = close_copybit;
562 *device = &ctx->device.common;
564 close_copybit(&ctx->device.common);
H A Dcopybit_c2d.cpp165 common: {
1364 ctx->device.common.tag = HARDWARE_DEVICE_TAG;
1365 ctx->device.common.version = 1;
1366 ctx->device.common.module = (hw_module_t*)(module);
1367 ctx->device.common.close = close_copybit;
1465 *device = &ctx->device.common;
/hardware/libhardware/include/hardware/
H A Dcamera.h29 * camera_device_t.common.version. CAMERA_DEVICE_API_VERSION_1_0 is the
33 * also return the value of camera_device_t.common.version in
284 * camera_device.common.version must be in the range
288 hw_device_t common; member in struct:camera_device
H A Dbluetooth.h120 /* Properties common to both adapter and remote device */
434 struct hw_device_t common; member in struct:__anon166
H A Dcamera2.h32 * CAMERA_DEVICE_API_VERSION_2_0 in camera_device_t.common.version and in
37 * camera_module_t.common.module_api_version).
798 * common.version must equal CAMERA_DEVICE_API_VERSION_2_0 to identify
801 hw_device_t common; member in struct:camera2_device
H A Dgps.h614 struct hw_device_t common; member in struct:gps_device_t
/hardware/ti/omap3/omx/
H A DAndroid.mk67 $(TI_OMX_SYSTEM)/common/inc \
80 #call to common omx & system components
/hardware/invensense/libsensors_iio/software/build/android/
H A Dcommon.mk41 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/bionic/libc/kernel/common
H A Dshared.mk15 include common.mk
/hardware/invensense/libsensors_iio/software/core/mpl/build/android/
H A Dshared.mk16 include $(INV_ROOT)/software/build/android/common.mk
/hardware/qcom/camera/QCamera/HAL/wrapper/
H A DQualcommCamera.cpp74 common: camera_common,
204 device->common.close = close_camera_device;
219 *hw_device = (hw_device_t*)&device->common;
/hardware/qcom/camera/
H A DQualcommCamera2.cpp74 common: camera_common,
204 device->common.close = close_camera_device;
219 *hw_device = (hw_device_t*)&device->common;
H A DQualcommCamera.cpp63 common: camera_common,
352 device->common.close = close_camera_device;
/hardware/libhardware/tests/nusensors/
H A Dnusensors.cpp72 err = sensors_open(&module->common, &device);
/hardware/qcom/camera/QCamera/HAL2/wrapper/
H A DQualcommCamera.cpp71 common: camera_common,
162 device->common.close = close_camera_device;
163 device->common.version = CAMERA_DEVICE_API_VERSION_2_0;
178 *hw_device = (hw_device_t*)&device->common;
/hardware/invensense/mlsdk/
H A DAndroid.mk46 LOCAL_CFLAGS += -I$(LOCAL_PATH)/$(MLSDK_ROOT)/mlutils -I$(LOCAL_PATH)/$(MLSDK_ROOT)/mlapps/common
/hardware/ril/mock-ril/src/cpp/
H A Dmsgheader.pb.h9 #include <google/protobuf/stubs/common.h>
/hardware/qcom/display/libhwcomposer/
H A Dhwc_utils.cpp39 ctx->mFbDev->common.module);
/hardware/qcom/audio/alsa_sound/
H A Dalsa_default.cpp133 dev->common.tag = HARDWARE_DEVICE_TAG;
134 dev->common.version = 0;
135 dev->common.module = (hw_module_t *) module;
136 dev->common.close = s_device_close;
167 *device = &dev->common;
H A DAudioHardwareALSA.h191 hw_device_t common; member in struct:android_audio_legacy::alsa_device_t
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c1711 if (strcmp(psGrallocModule->base.common.author, "Imagination Technologies")) {
1995 hwc_dev->base.common.tag = HARDWARE_DEVICE_TAG;
1996 hwc_dev->base.common.version = HWC_DEVICE_API_VERSION_1_0;
1997 hwc_dev->base.common.module = (hw_module_t *)module;
1998 hwc_dev->base.common.close = omap4_hwc_device_close;
2007 *device = &hwc_dev->base.common;
2146 .common = {
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp2079 dev->base.common.tag = HARDWARE_DEVICE_TAG;
2080 dev->base.common.version = HWC_DEVICE_API_VERSION_1_1;
2081 dev->base.common.module = const_cast<hw_module_t *>(module);
2082 dev->base.common.close = exynos5_close;
2094 *device = &dev->base.common;
2148 common: {
/hardware/ti/omap4xxx/domx/make/
H A Dbuild.mk85 CFLAGS += -fno-common
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
H A Duim.c36 #include <common/ppoll.h> /* for ppoll */

Completed in 724 milliseconds

1234567