Home
last modified time | relevance | path

Searched refs:major (Results 1 – 25 of 134) sorted by relevance

123456

/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
DGrallocLoader.h51 int major = getModuleMajorApiVersion(module); in createHal() local
52 switch (major) { in createHal()
62 ALOGE("unknown gralloc module major version %d", major); in createHal()
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGrallocLoader.h72 int major = getModuleMajorApiVersion(module); in createHal() local
73 switch (major) { in createHal()
83 ALOGE("unknown gralloc module major version %d", major); in createHal()
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGrallocLoader.h133 int major = getModuleMajorApiVersion(module); in createHal() local
134 switch (major) { in createHal()
144 ALOGE("unknown gralloc module major version %d", major); in createHal()
/hardware/qcom/display/msm8998/sdm/libs/core/
Dcore_impl.h37 #define SET_REVISION(major, minor) ((major << 8) | minor) argument
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Dcore_impl.h37 #define SET_REVISION(major, minor) ((major << 8) | minor) argument
/hardware/qcom/sdm845/display/sdm/libs/core/
Dcore_impl.h37 #define SET_REVISION(major, minor) ((major << 8) | minor) argument
/hardware/qcom/display/msm8996/sdm/libs/core/
Dcore_impl.h37 #define SET_REVISION(major, minor) ((major << 8) | minor) argument
/hardware/qcom/display/msm8909/sdm/libs/core/
Dcore_impl.h37 #define SET_REVISION(major, minor) ((major << 8) | minor) argument
/hardware/interfaces/camera/provider/2.4/
DICameraProvider.hal34 * "android.hardware.camera.provider@<major>.<minor>/<type>/<instance>"
36 * - <major>/<minor> is the provider HAL HIDL version,
48 * "device@<major>.<minor>/<type>/<id>" where
49 * <major>/<minor> is the HIDL version of the interface. <id> is either a small
157 * A separate method is required for each major revision of the camera device
165 * the major version; it's the responsibility of the HAL client to ensure
176 * The specified device does not support this major version of the
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcLoader.h113 int major = (device->version >> 24) & 0xf; in openDeviceWithAdapter() local
114 if (major != 2) { in openDeviceWithAdapter()
/hardware/libhardware/tests/hwc/
Dutil.c173 EGLint major, minor; in egl_create() local
186 if (!(res = eglInitialize(display, &major, &minor))) in egl_create()
189 fprintf(stderr, "egl version: %d.%d\n", major, minor); in egl_create()
/hardware/qcom/msm8994/kernel-headers/linux/
Dfuse.h389 uint32_t major; member
396 uint32_t major; member
409 uint32_t major; member
416 uint32_t major; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dfuse.h404 uint32_t major; member
414 uint32_t major; member
429 uint32_t major; member
436 uint32_t major; member
Dmsm_q6vdec.h266 u32 major; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dfuse.h577 uint32_t major; member
587 uint32_t major; member
601 uint32_t major; member
608 uint32_t major; member
Dmsm_q6vdec.h236 u32 major; member
Dmsm_q6venc.h246 u32 major; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dfuse.h556 uint32_t major; member
563 uint32_t major; member
575 uint32_t major; member
582 uint32_t major; member
/hardware/libhardware/modules/input/evdev/
DInputHub.cpp61 static void getLinuxRelease(int* major, int* minor) { in getLinuxRelease() argument
63 if (uname(&info) || sscanf(info.release, "%d.%d", major, minor) <= 0) { in getLinuxRelease()
64 *major = 0, *minor = 0; in getLinuxRelease()
434 int major, minor; in InputHub() local
435 getLinuxRelease(&major, &minor); in InputHub()
436 if (major > 3 || (major == 3 && minor >= 5)) { in InputHub()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcommon.cpp243 int compareLowiVersion(u16 major, u16 minor, u16 micro) in compareLowiVersion() argument
249 u32 lowiVersion = 0x10000*(major) + \ in compareLowiVersion()
/hardware/interfaces/input/common/1.0/
Dtypes.hal81 * - For a touch screen, reports the length of the major axis of an ellipse that
84 * - For a touch pad, reports the length of the major axis of an ellipse that
99 * When the touch is circular, the major and minor axis lengths will be equal to one another.
105 * - For a touch screen, reports the length of the major axis of an ellipse that
107 * - For a touch pad, reports the length of the major axis of an ellipse that
111 * When the touch is circular, the major and minor axis lengths will be equal to one another.
126 * When the touch is circular, the major and minor axis lengths will be equal to one another.
137 * An angle of 0 radians indicates that the major axis of contact is oriented
139 * indicates that the major axis of contact is oriented to the right. A negative angle
140 * indicates that the major axis of contact is oriented to the left.
[all …]
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dmsm_q6venc.h246 u32 major; member
Dmsm_q6vdec.h236 u32 major; member
/hardware/qcom/msm8960/kernel-headers/linux/
Dmsm_q6vdec.h266 u32 major; member
Dmsm_q6venc.h282 u32 major; member

123456