OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onEitItemParsed
(Results
1 - 3
of
3
) sorted by null
/packages/apps/TV/src/com/android/tv/tuner/ts/
TsParser.java
84
void
onEitItemParsed
(VctItem channel, List<EitItem> items);
334
mListener.
onEitItemParsed
(channel, items);
/packages/apps/TV/src/com/android/tv/tuner/tvinput/
EventDetector.java
75
public void
onEitItemParsed
(PsipData.VctItem channel, List<PsipData.EitItem> items) {
78
Log.d(TAG, "
onEitItemParsed
tunerChannel:" + tunerChannel + " "
FileSourceEventDetector.java
118
public void
onEitItemParsed
(VctItem channel, List<EitItem> items) {
121
Log.d(TAG, "
onEitItemParsed
tunerChannel:" + tunerChannel + " "
Completed in 400 milliseconds