OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDvbDeviceList
(Results
1 - 5
of
5
) sorted by null
/packages/apps/TV/src/com/android/tv/tuner/
UsbTunerHal.java
47
List<DvbDeviceInfoWrapper> deviceInfoList = mDvbDeviceAccessor.
getDvbDeviceList
();
82
List<DvbDeviceInfoWrapper> deviceInfoList = mDvbDeviceAccessor.
getDvbDeviceList
();
DvbDeviceAccessor.java
60
sGetDvbDeviceListMethod = tvInputManagerClass.getDeclaredMethod("
getDvbDeviceList
");
76
public List<DvbDeviceInfoWrapper>
getDvbDeviceList
() {
97
List<DvbDeviceInfoWrapper> dvbDeviceList =
getDvbDeviceList
();
131
List<DvbDeviceInfoWrapper> deviceList =
getDvbDeviceList
();
/frameworks/base/media/java/android/media/tv/
ITvInputManager.aidl
107
List<DvbDeviceInfo>
getDvbDeviceList
();
TvInputManager.java
[
all
...]
/frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java
[
all
...]
Completed in 991 milliseconds