Searched defs:InputWindowInfo (Results 1 – 3 of 3) sorted by relevance
41 struct InputWindowInfo : public Parcelable { struct45 enum class Flag : uint32_t {80 enum class Type : int32_t {127 enum class Feature {138 sp<IBinder> token;140 int32_t id = -1;141 std::string name;142 Flags<Flag> flags;143 Type type = Type::UNKNOWN;144 std::chrono::nanoseconds dispatchingTimeout = std::chrono::seconds(5);[all …]
30 TEST(InputWindowInfo, ParcellingWithoutToken) { in TEST() argument41 TEST(InputWindowInfo, Parcelling) { in TEST() argument
47 binder::Status setInputWindows(const std::vector<InputWindowInfo>&, in setInputWindows()