Home
last modified time | relevance | path

Searched refs:version_major (Results 1 – 25 of 87) sorted by relevance

1234

/aosp12/frameworks/av/media/libstagefright/id3/
H A DID3.cpp162 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 DrsDriverLoader.cpp45 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 Dgralloc.cpp75 .version_major = GRALLOC1_ADAPTER_MODULE_API_VERSION_1_0,
77 .version_major = 1,
/aosp12/hardware/google/gchips/gralloc3/src/
H A Dmali_gralloc_module.h110 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 DUtil.cpp430 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 DrsCpuCore.h155 bool init(uint32_t version_major, uint32_t version_minor, sym_lookup_t, script_lookup_t);
224 uint32_t version_major; variable
H A Drsd_cpu.h120 static RsdCpuReference * create(Context *c, uint32_t version_major,
/aosp12/frameworks/rs/driver/
H A DrsdCore.h37 uint32_t version_major; member
H A DrsdCore.cpp320 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 Dnfc_pn544_example.c65 .version_major = 1,
/aosp12/hardware/qcom/audio/legacy/alsa_sound/
H A Dacoustics_default.cpp40 version_major : 1,
/aosp12/hardware/libhardware/modules/local_time/
H A Dlocal_time_hw.c105 .version_major = 1,
/aosp12/hardware/libhardware/include/hardware/
H A Dhardware.h112 #define version_major module_api_version macro
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc/
H A Dgralloc.cpp72 .version_major = 1,
/aosp12/hardware/qcom/display/msm8084/libgralloc/
H A Dgralloc.cpp72 version_major: 1,
/aosp12/hardware/qcom/display/msm8909/libgralloc/
H A Dgralloc.cpp72 .version_major = 1,
/aosp12/hardware/qcom/display/msm8226/libgralloc/
H A Dgralloc.cpp72 version_major: 1,
/aosp12/hardware/libhardware/modules/hwcomposer/
H A Dhwcomposer.cpp47 .version_major = 1,
/aosp12/hardware/libhardware/modules/tv_input/
H A Dtv_input.cpp46 .version_major = 0,
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/
H A Dsensors.cpp156 .version_major = 1,
/aosp12/hardware/qcom/display/msm8084/liblight/
H A Dlights.c295 .version_major = 1,
/aosp12/hardware/qcom/display/msm8960/liblight/
H A Dlights.c323 .version_major = 1,
/aosp12/hardware/qcom/display/msm8994/liblight/
H A Dlights.c319 .version_major = 1,
/aosp12/hardware/qcom/display/msm8996/liblight/
H A Dlights.c328 .version_major = 1,
/aosp12/hardware/qcom/display/msm8226/liblight/
H A Dlights.c318 .version_major = 1,

1234