Searched defs:ASessionCreationConfig (Results 1 – 3 of 3) sorted by relevance
127 typedef struct ASessionCreationConfig ASessionCreationConfig; typedef
75 struct ASessionCreationConfig : public SessionCreationConfig { struct76 std::vector<wp<IBinder>> layers{};77 bool hasMode(hal::SessionMode&& mode) { in hasMode()