Home
last modified time | relevance | path

Searched defs:FUNC (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/gui/include/private/gui/
H A DParcelUtils.h21 #define SAFE_PARCEL(FUNC, ...) \ argument
31 #define SAFE_PARCEL_READ_SIZE(FUNC, COUNT, SIZE) \ argument
/aosp12/frameworks/native/libs/gralloc/types/fuzzer/
H A Dgralloctypes.cpp36 #define GRALLOCTYPES_DECODE(T, FUNC) \ argument
45 #define GRALLOCTYPES_DECODE_VENDOR_HELPER(T, FUNC) \ argument
/aosp12/system/bt/gd/storage/
H A Ddevice.h66 …ROPERTY_GETTER_SETTER_REMOVER_WITH_CUSTOM_SETTER(NAME, RETURN_TYPE, PROPERTY_KEY, FUNC) \ argument
/aosp12/frameworks/base/tests/JankBench/app/src/main/jni/
H A Dtest.cpp29 #define FUNC(name) Java_com_android_benchmark_synthetic_TestInterface_##name macro