Home
last modified time | relevance | path

Searched defs:broadcastType (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/media/java/android/media/tv/extension/scan/
DIScanInterface.aidl26 IBinder createSession(int broadcastType, String countryCode, String operator, in createSession()
28 Bundle getParameters(int broadcastType, String countryCode, String operator, in getParameters()
DIScanSession.aidl26 int startScan(int broadcastType, String countryCode, String operator, in int[] frequency, in startScan()
/frameworks/base/media/java/android/media/tv/extension/tune/
DIMuxTune.aidl25 IMuxTuneSession createSession(int broadcastType, String clientToken); in createSession()
DIMuxTuneSession.aidl26 void start(int broadcastType, int frequency, int brandwith, in Bundle muxTuneParams); in start()
/frameworks/base/media/java/android/media/tv/extension/servicedb/
DIServiceListEdit.aidl75 String addPredefinedServiceListInfo(int broadcastType, String serviceListType, in addPredefinedServiceListInfo()
/frameworks/base/core/java/android/hardware/hdmi/
DHdmiRecordSources.java583 public static AnalogueServiceSource ofAnalogue(int broadcastType, int frequency, in ofAnalogue()
630 private AnalogueServiceSource(int broadcastType, int frequency, int broadcastSystem) { in AnalogueServiceSource()