/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/ |
D | GrallocLoader.h | 51 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/ |
D | GrallocLoader.h | 72 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/ |
D | GrallocLoader.h | 133 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/ |
D | core_impl.h | 37 #define SET_REVISION(major, minor) ((major << 8) | minor) argument
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | core_impl.h | 37 #define SET_REVISION(major, minor) ((major << 8) | minor) argument
|
/hardware/qcom/sdm845/display/sdm/libs/core/ |
D | core_impl.h | 37 #define SET_REVISION(major, minor) ((major << 8) | minor) argument
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | core_impl.h | 37 #define SET_REVISION(major, minor) ((major << 8) | minor) argument
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | core_impl.h | 37 #define SET_REVISION(major, minor) ((major << 8) | minor) argument
|
/hardware/interfaces/camera/provider/2.4/ |
D | ICameraProvider.hal | 34 * "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/ |
D | HwcLoader.h | 113 int major = (device->version >> 24) & 0xf; in openDeviceWithAdapter() local 114 if (major != 2) { in openDeviceWithAdapter()
|
/hardware/libhardware/tests/hwc/ |
D | util.c | 173 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/ |
D | fuse.h | 389 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/ |
D | fuse.h | 404 uint32_t major; member 414 uint32_t major; member 429 uint32_t major; member 436 uint32_t major; member
|
D | msm_q6vdec.h | 266 u32 major; member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | fuse.h | 577 uint32_t major; member 587 uint32_t major; member 601 uint32_t major; member 608 uint32_t major; member
|
D | msm_q6vdec.h | 236 u32 major; member
|
D | msm_q6venc.h | 246 u32 major; member
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
D | fuse.h | 556 uint32_t major; member 563 uint32_t major; member 575 uint32_t major; member 582 uint32_t major; member
|
/hardware/libhardware/modules/input/evdev/ |
D | InputHub.cpp | 61 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/ |
D | common.cpp | 243 int compareLowiVersion(u16 major, u16 minor, u16 micro) in compareLowiVersion() argument 249 u32 lowiVersion = 0x10000*(major) + \ in compareLowiVersion()
|
/hardware/interfaces/input/common/1.0/ |
D | types.hal | 81 * - 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/ |
D | msm_q6venc.h | 246 u32 major; member
|
D | msm_q6vdec.h | 236 u32 major; member
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
D | msm_q6vdec.h | 266 u32 major; member
|
D | msm_q6venc.h | 282 u32 major; member
|