OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mDeliverySystemType
(Results
1 - 2
of
2
) sorted by null
/packages/apps/TV/jni/
DvbManager.h
68
int
mDeliverySystemType
;
/packages/apps/TV/src/com/android/tv/tuner/
TunerHal.java
90
protected @DeliverySystemType int
mDeliverySystemType
;
173
if (
mDeliverySystemType
== DELIVERY_SYSTEM_UNDEFINED) {
174
mDeliverySystemType
= nativeGetDeliverySystemType(getDeviceId());
231
if (isDvbDeliverySystem(
mDeliverySystemType
)) {
243
if (isDvbDeliverySystem(
mDeliverySystemType
)) {
303
return
mDeliverySystemType
;
Completed in 302 milliseconds