Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterFunction.java43 public Frame execute(KeyValueMap inputMap) { in execute()
/aosp12/packages/apps/TV/src/com/android/tv/ui/
H A DSelectInputView.java249 Map<String, TvInputInfo> inputMap = new HashMap<>(); in buildInputListAndNotify() local
/aosp12/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java352 Map<String, TvInputState> inputMap = new HashMap<>(); in buildTvInputListLocked() local
2638 private Map<String, TvInputState> inputMap = new HashMap<>(); field in TvInputManagerService.UserState