Searched refs:mFrontendType (Results 1 – 1 of 1) sorted by relevance
297 private int mFrontendType = FrontendSettings.TYPE_UNDEFINED; field in Tuner532 mFrontendType = FrontendSettings.TYPE_UNDEFINED; in replicateFrontendSettings()541 mFrontendType = src.mFrontendType; in replicateFrontendSettings()1207 if (mFrontendHandle != null && type != mFrontendType) { in tune()1208 Log.e(TAG, "Frontend was opened with type " + mFrontendType in tune()1213 mFrontendType = type; in tune()1214 if (mFrontendType == FrontendSettings.TYPE_DTMB) { in tune()1220 if (mFrontendType == FrontendSettings.TYPE_IPTV) { in tune()1306 mFrontendType = settings.getType(); in scan()1307 if (mFrontendType == FrontendSettings.TYPE_DTMB) { in scan()[all …]