/aosp12/frameworks/av/media/libstagefright/id3/ |
H A D | ID3.cpp | 162 uint8_t version_major; in parseV2() member 182 if (header.version_major == 2) { in parseV2() 195 } else if (header.version_major == 3) { in parseV2() 201 } else if (header.version_major == 4) { in parseV2() 247 if ( header.version_major != 4) { in parseV2() 255 if (header.version_major == 3 && (header.flags & 0x40)) { in parseV2() 308 } else if (header.version_major == 4 && (header.flags & 0x40)) { in parseV2() 344 if (header.version_major == 4) { in parseV2() 379 if (header.version_major == 2) { in parseV2() 381 } else if (header.version_major == 3) { in parseV2() [all …]
|
/aosp12/frameworks/rs/ |
H A D | rsDriverLoader.cpp | 45 typedef bool (*HalQueryVersion)(uint32_t *version_major, uint32_t *version_minor); 47 typedef bool (*HalInit)(RsContext, uint32_t version_major, uint32_t version_minor); 180 uint32_t version_major = 0; in loadRuntime() local 190 if (!fnQueryVersion(&version_major, &version_minor)) { in loadRuntime() 195 if (version_major != RS_HAL_VERSION) { in loadRuntime() 197 filename, version_major, RS_HAL_VERSION); in loadRuntime()
|
/aosp12/hardware/qcom/display/msm8996/libgralloc/ |
H A D | gralloc.cpp | 75 .version_major = GRALLOC1_ADAPTER_MODULE_API_VERSION_1_0, 77 .version_major = 1,
|
/aosp12/hardware/google/gchips/gralloc3/src/ |
H A D | mali_gralloc_module.h | 110 base.common.version_major = GRALLOC_MODULE_API_VERSION_1_0; in private_module_t() 113 base.common.version_major = GRALLOC_MODULE_API_VERSION_0_3; in private_module_t()
|
/aosp12/frameworks/base/tools/aapt2/cmd/ |
H A D | Util.cpp | 430 auto version_major = manifest->FindOrCreateAttribute(xml::kSchemaAndroid, "versionCodeMajor"); in SetLongVersionCode() local 431 version_major->value = StringPrintf("0x%08x", version_high); in SetLongVersionCode() 432 version_major->compiled_value = ResourceUtils::TryParseInt(version_major->value); in SetLongVersionCode()
|
/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsCpuCore.h | 155 bool init(uint32_t version_major, uint32_t version_minor, sym_lookup_t, script_lookup_t); 224 uint32_t version_major; variable
|
H A D | rsd_cpu.h | 120 static RsdCpuReference * create(Context *c, uint32_t version_major,
|
/aosp12/frameworks/rs/driver/ |
H A D | rsdCore.h | 37 uint32_t version_major; member
|
H A D | rsdCore.cpp | 320 extern "C" bool rsdHalInit(RsContext c, uint32_t version_major, in rsdHalInit() argument 338 dc->mCpuRef = RsdCpuReference::create(rsc, version_major, version_minor, in rsdHalInit()
|
/aosp12/hardware/libhardware/modules/nfc/ |
H A D | nfc_pn544_example.c | 65 .version_major = 1,
|
/aosp12/hardware/qcom/audio/legacy/alsa_sound/ |
H A D | acoustics_default.cpp | 40 version_major : 1,
|
/aosp12/hardware/libhardware/modules/local_time/ |
H A D | local_time_hw.c | 105 .version_major = 1,
|
/aosp12/hardware/libhardware/include/hardware/ |
H A D | hardware.h | 112 #define version_major module_api_version macro
|
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc/ |
H A D | gralloc.cpp | 72 .version_major = 1,
|
/aosp12/hardware/qcom/display/msm8084/libgralloc/ |
H A D | gralloc.cpp | 72 version_major: 1,
|
/aosp12/hardware/qcom/display/msm8909/libgralloc/ |
H A D | gralloc.cpp | 72 .version_major = 1,
|
/aosp12/hardware/qcom/display/msm8226/libgralloc/ |
H A D | gralloc.cpp | 72 version_major: 1,
|
/aosp12/hardware/libhardware/modules/hwcomposer/ |
H A D | hwcomposer.cpp | 47 .version_major = 1,
|
/aosp12/hardware/libhardware/modules/tv_input/ |
H A D | tv_input.cpp | 46 .version_major = 0,
|
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/ |
H A D | sensors.cpp | 156 .version_major = 1,
|
/aosp12/hardware/qcom/display/msm8084/liblight/ |
H A D | lights.c | 295 .version_major = 1,
|
/aosp12/hardware/qcom/display/msm8960/liblight/ |
H A D | lights.c | 323 .version_major = 1,
|
/aosp12/hardware/qcom/display/msm8994/liblight/ |
H A D | lights.c | 319 .version_major = 1,
|
/aosp12/hardware/qcom/display/msm8996/liblight/ |
H A D | lights.c | 328 .version_major = 1,
|
/aosp12/hardware/qcom/display/msm8226/liblight/ |
H A D | lights.c | 318 .version_major = 1,
|