/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | core_impl.h | 37 #define SET_REVISION(major, minor) ((major << 8) | minor) argument
|
/hardware/qcom/display/msm8998/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/sdm845/display/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/qcom/sm8150/display/sdm/libs/core/ |
D | core_impl.h | 37 #define SET_REVISION(major, minor) ((major << 8) | minor) argument
|
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
D | HwcLoader.h | 136 int minor = (device->common.version >> 16) & 0xf; in adaptHwc1Device() local 137 if (minor < 1) { in adaptHwc1Device()
|
/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/original-kernel-headers/linux/ |
D | fuse.h | 557 uint32_t minor; member 564 uint32_t minor; member 576 uint32_t minor; member 583 uint32_t minor; member
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
D | fuse.h | 390 uint32_t minor; member 397 uint32_t minor; member 410 uint32_t minor; member 417 uint32_t minor; member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | fuse.h | 578 uint32_t minor; member 588 uint32_t minor; member 602 uint32_t minor; member 609 uint32_t minor; member
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | fuse.h | 405 uint32_t minor; member 415 uint32_t minor; member 430 uint32_t minor; member 437 uint32_t minor; member
|
/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 164 * The returned interface must be of the highest defined minor version for 166 * they do not use methods/etc that are not valid for the actual minor
|
/hardware/interfaces/keymaster/4.1/ |
D | IKeymasterDevice.hal | 28 * @4.1::IKeymasterDevice is a minor extension to @4.0::IKeymasterDevice. It adds support for 36 * oversight in the original numbering left no room for minor versions, so starting with 4.1 the 37 * versions will be numbered as major_version * 10 + minor version. The addition of new attestable
|
/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/nxp/secure_element/ |
D | .clang-format | 18 # Below are some minor deviations from the default Google style to
|
/hardware/st/secure_element/ |
D | .clang-format | 18 # Below are some minor deviations from the default Google style to
|
/hardware/interfaces/drm/1.1/ |
D | ICryptoFactory.hal | 30 * have to be updated in a minor uprev.
|
/hardware/interfaces/camera/device/ |
D | README.md | 84 A minor revision to the ICameraDevice.hal@3.2. 93 A minor revision to the ICameraDevice.hal@3.3.
|
/hardware/interfaces/drm/1.2/ |
D | ICryptoFactory.hal | 32 * have to be updated in a minor uprev.
|
D | IDrmFactory.hal | 35 * have to be updated in a minor uprev.
|
/hardware/interfaces/tests/extension/light/2.0/ |
D | ILight.hal | 31 * If this was a minor version extension, the recommended
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | common.cpp | 243 int compareLowiVersion(u16 major, u16 minor, u16 micro) in compareLowiVersion() argument 250 0x100*(minor) + \ in compareLowiVersion()
|
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/ |
D | Gralloc1On0Adapter.cpp | 51 int minor = 0; in Gralloc1On0Adapter() local 54 &minor); in Gralloc1On0Adapter() 55 mMinorVersion = minor; in Gralloc1On0Adapter()
|
/hardware/interfaces/keymaster/4.0/support/ |
D | keymaster_utils.cpp | 236 uint32_t minor = match_to_uint32(version_str, matches[kMinorVersionMatch]); in getOsVersion() local 239 return (major * 100 + minor) * 100 + subminor; in getOsVersion()
|