Searched refs:common (Results 1 - 25 of 154) sorted by relevance

1234567

/hardware/libhardware/modules/nfc/
H A Dnfc_pn544_example.c36 dev->common.tag = HARDWARE_DEVICE_TAG;
37 dev->common.version = 0;
38 dev->common.module = (struct hw_module_t*) module;
39 dev->common.close = pn544_close;
62 .common = {
/hardware/libhardware/modules/audio/
H A Daudio_hw.c108 usleep(bytes * 1000000 / audio_stream_frame_size(&stream->common) /
109 out_get_sample_rate(&stream->common));
196 usleep(bytes * 1000000 / audio_stream_frame_size(&stream->common) /
197 in_get_sample_rate(&stream->common));
231 out->stream.common.get_sample_rate = out_get_sample_rate;
232 out->stream.common.set_sample_rate = out_set_sample_rate;
233 out->stream.common.get_buffer_size = out_get_buffer_size;
234 out->stream.common.get_channels = out_get_channels;
235 out->stream.common.get_format = out_get_format;
236 out->stream.common
[all...]
/hardware/libhardware/include/hardware/
H A Dlocal_time_hal.h54 struct hw_module_t common; member in struct:local_time_module
58 struct hw_device_t common; member in struct:local_time_hw_device
111 return device->common.close(&device->common);
H A Dnfc.h62 struct hw_module_t common; member in struct:nfc_nci_module_t
111 struct hw_device_t common; member in struct:nfc_nci_device
193 return dev->common.close(&dev->common);
213 struct hw_module_t common; member in struct:nfc_module_t
230 struct hw_device_t common; member in struct:__anon266
268 return dev->common.close(&dev->common);
/hardware/libhardware/modules/local_time/
H A Dlocal_time_hw.c43 dev->common.module->name, ret);
80 ltdev->device.common.tag = HARDWARE_DEVICE_TAG;
81 ltdev->device.common.version = 0;
82 ltdev->device.common.module = (struct hw_module_t *) module;
83 ltdev->device.common.close = ltdev_close;
90 *device = &ltdev->device.common;
100 .common = {
/hardware/qcom/audio/alsa_sound/
H A Dacoustics_default.cpp60 dev->common.tag = HARDWARE_DEVICE_TAG;
61 dev->common.version = 0;
62 dev->common.module = (hw_module_t *) module;
63 dev->common.close = s_device_close;
72 *device = &dev->common;
/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c181 out_get_sample_rate(&stream->common);
217 usleep(bytes * 1000000 / audio_stream_frame_size(&stream->common) /
218 out_get_sample_rate(&stream->common));
261 out->stream.common.get_sample_rate = out_get_sample_rate;
262 out->stream.common.set_sample_rate = out_set_sample_rate;
263 out->stream.common.get_buffer_size = out_get_buffer_size;
264 out->stream.common.get_channels = out_get_channels;
265 out->stream.common.get_format = out_get_format;
266 out->stream.common.set_format = out_set_format;
267 out->stream.common
[all...]
/hardware/qcom/gps/loc_api/libloc_api/
H A Dgps.c47 dev->common.tag = HARDWARE_DEVICE_TAG;
48 dev->common.version = 0;
49 dev->common.module = (struct hw_module_t*)module;
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dgps.c47 dev->common.tag = HARDWARE_DEVICE_TAG;
48 dev->common.version = 0;
49 dev->common.module = (struct hw_module_t*)module;
/hardware/samsung_slsi/exynos5/mobicore/
H A DAndroid.mk7 # Setup common variables
8 LOG_WRAPPER := $(MOBICORE_PROJECT_PATH)/common/LogWrapper
9 COMP_PATH_MobiCore := $(MOBICORE_PROJECT_PATH)/common/MobiCore
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DAndroid.mk12 $(TI_OMX_SYSTEM)/common/inc \
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
H A DAndroid.mk12 $(TI_OMX_SYSTEM)/common/inc \
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
H A DAndroid.mk12 $(TI_OMX_SYSTEM)/common/inc \
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
H A DAndroid.mk12 $(TI_OMX_SYSTEM)/common/inc \
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
H A DAndroid.mk12 $(TI_OMX_SYSTEM)/common/inc \
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
H A DAndroid.mk12 $(TI_OMX_SYSTEM)/common/inc \
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
H A DAndroid.mk12 $(TI_OMX_SYSTEM)/common/inc \
/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/
H A DMakefile9 # DK_ROOT must be set prior to including common.inc
14 # Includes common definitions and source file list
17 include $(M)/$(DK_ROOT)/stad/build/linux/common.inc
18 include $(M)/$(DK_ROOT)/platforms/os/common/build/linux/os_sources.inc
20 include $(DK_ROOT)/stad/build/linux/common.inc
21 include $(DK_ROOT)/platforms/os/common/build/linux/os_sources.inc
29 $(DK_ROOT)/platforms/os/common/src/osRgstry.c \
33 OS_SRCS += $(DK_ROOT)/platforms/os/common/src/tracebuf.c
41 OS_INCS = $(DK_ROOT)/platforms/os/linux/inc $(DK_ROOT)/platforms/os/linux/src $(DK_ROOT)/platforms/os/common/inc
46 OUTPUT_DIR = $(DK_ROOT)/platforms/os/common/buil
[all...]
/hardware/libhardware/modules/nfc-nci/
H A Dnfc_nci_example.c82 dev->common.tag = HARDWARE_DEVICE_TAG;
83 dev->common.version = 0x00010000; // [31:16] major, [15:0] minor
84 dev->common.module = (struct hw_module_t*) module;
85 dev->common.close = nfc_close;
110 .common = {
/hardware/libhardware/modules/hwcomposer/
H A Dhwcomposer.cpp44 common: {
119 dev->device.common.tag = HARDWARE_DEVICE_TAG;
120 dev->device.common.version = HWC_DEVICE_API_VERSION_1_0;
121 dev->device.common.module = const_cast<hw_module_t*>(module);
122 dev->device.common.close = hwc_device_close;
127 *device = &dev->device.common;
/hardware/qcom/display/libexternal/
H A DAndroid.mk2 include $(LOCAL_PATH)/../common.mk
/hardware/qcom/display/libgenlock/
H A DAndroid.mk2 include $(LOCAL_PATH)/../common.mk
/hardware/qcom/display/libqdutils/
H A DAndroid.mk2 include $(LOCAL_PATH)/../common.mk
/hardware/qcom/display/libqservice/
H A DAndroid.mk2 include $(LOCAL_PATH)/../common.mk
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
H A DAndroid.mk24 $(EXYNOS_OMX_TOP)/component/common

Completed in 263 milliseconds

1234567