OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PsipSection
(Results
1 - 2
of
2
) sorted by null
/packages/apps/TV/src/com/android/tv/tuner/data/
PsipData.java
41
public static class
PsipSection
{
47
public static
PsipSection
create(byte[] data) {
55
return new
PsipSection
(tableId, tableIdExtension, sectionNumber, currentNextIndicator);
58
private
PsipSection
(int tableId, int tableIdExtension, int sectionNumber,
96
if (obj instanceof
PsipSection
) {
97
PsipSection
another = (
PsipSection
) obj;
/packages/apps/TV/src/com/android/tv/tuner/ts/
SectionParser.java
37
import com.android.tv.tuner.data.PsipData.
PsipSection
;
323
private final HashMap<
PsipSection
, Integer> mSectionVersionMap = new HashMap<>();
375
PsipSection
section =
PsipSection
.create(data);
[
all
...]
Completed in 41 milliseconds