OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onEitParsed
(Results
1 - 2
of
2
) sorted by null
/packages/apps/TV/src/com/android/tv/tuner/ts/
TsParser.java
245
public void
onEitParsed
(int sourceId, List<EitItem> items) {
246
if (DEBUG) Log.d(TAG, "
onEITParsed
" + sourceId);
370
Log.i(TAG, "
onEITParsed
, but VCT for sourceId " + sourceId + " is not found yet.");
SectionParser.java
331
void
onEitParsed
(int sourceId, List<EitItem> items);
681
mListener.
onEitParsed
(sourceId, results);
[
all
...]
Completed in 394 milliseconds