Home
last modified time | relevance | path

Searched defs:changedCompositionTypes (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3-V1-ndk-source/gen/include/aidl/android/hardware/graphics/composer3/
DCommandResultPayload.h44 changedCompositionTypes = 1, enumerator
54 static const inline Tag changedCompositionTypes = Tag::changedCompositionTypes; variable
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3-V1-ndk-source/gen/include/aidl/android/hardware/graphics/composer3/
DCommandResultPayload.h44 changedCompositionTypes = 1, enumerator
54 static const inline Tag changedCompositionTypes = Tag::changedCompositionTypes; variable
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3-V1-ndk-source/gen/include/aidl/android/hardware/graphics/composer3/
DCommandResultPayload.h44 changedCompositionTypes = 1, enumerator
54 static const inline Tag changedCompositionTypes = Tag::changedCompositionTypes; variable
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3-V1-ndk-source/gen/include/aidl/android/hardware/graphics/composer3/
DCommandResultPayload.h44 changedCompositionTypes = 1, enumerator
54 static const inline Tag changedCompositionTypes = Tag::changedCompositionTypes; variable
/aosp_15_r20/prebuilts/vndk/v34/arm/include/generated-headers/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3-V1-ndk-source/gen/include/aidl/android/hardware/graphics/composer3/
DCommandResultPayload.h53 changedCompositionTypes = 1, enumerator
63 static const inline Tag changedCompositionTypes = Tag::changedCompositionTypes; variable
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/generated-headers/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3-V1-ndk-source/gen/include/aidl/android/hardware/graphics/composer3/
DCommandResultPayload.h53 changedCompositionTypes = 1, enumerator
63 static const inline Tag changedCompositionTypes = Tag::changedCompositionTypes; variable
/aosp_15_r20/prebuilts/vndk/v34/x86/include/generated-headers/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3-V1-ndk-source/gen/include/aidl/android/hardware/graphics/composer3/
DCommandResultPayload.h53 changedCompositionTypes = 1, enumerator
63 static const inline Tag changedCompositionTypes = Tag::changedCompositionTypes; variable
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/generated-headers/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3-V1-ndk-source/gen/include/aidl/android/hardware/graphics/composer3/
DCommandResultPayload.h53 changedCompositionTypes = 1, enumerator
63 static const inline Tag changedCompositionTypes = Tag::changedCompositionTypes; variable
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3-V4-ndk-source/gen/include/aidl/android/hardware/graphics/composer3/
DCommandResultPayload.h63 changedCompositionTypes = 1, enumerator
74 static const inline Tag changedCompositionTypes = Tag::changedCompositionTypes; variable
/aosp_15_r20/hardware/interfaces/graphics/composer/aidl/vts/
H A DVtsHalGraphicsComposer3_ReadbackTest.cpp480 auto changedCompositionTypes = mReader.takeChangedCompositionTypes(getPrimaryDisplayId()); in TEST_P() local
595 auto changedCompositionTypes = mReader.takeChangedCompositionTypes(getPrimaryDisplayId()); in TEST_P() local
672 auto changedCompositionTypes = mReader.takeChangedCompositionTypes(getPrimaryDisplayId()); in TEST_P() local
/aosp_15_r20/hardware/interfaces/graphics/composer/aidl/include/android/hardware/graphics/composer3/
H A DComposerServiceWriter.h56 ChangedCompositionTypes changedCompositionTypes; in setChangedCompositionTypes() local
H A DComposerClientReader.h222 void parseSetChangedCompositionTypes(ChangedCompositionTypes&& changedCompositionTypes) { in parseSetChangedCompositionTypes()