Home
last modified time | relevance | path

Searched defs:ASessionCreationConfig (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/out/soong/ndk/sysroot/usr/include/android/
Dperformance_hint.h127 typedef struct ASessionCreationConfig ASessionCreationConfig; typedef
/aosp_15_r20/frameworks/native/include/android/
H A Dperformance_hint.h127 typedef struct ASessionCreationConfig ASessionCreationConfig; typedef
/aosp_15_r20/frameworks/base/native/android/
H A Dperformance_hint.cpp75 struct ASessionCreationConfig : public SessionCreationConfig { struct
76 std::vector<wp<IBinder>> layers{};
77 bool hasMode(hal::SessionMode&& mode) { in hasMode()