HomeSort by relevance Sort by last modified time
    Searched refs:mTableId (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/tuner/src/com/android/tv/tuner/data/
PsipData.java 38 private final int mTableId;
59 mTableId = tableId;
66 return mTableId;
87 result = 31 * result + mTableId;
97 return mTableId == another.getTableId()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
ACPI.c 146 CONST TABLE_SIGNATURE mTableId[] = {
791 pTableId = &mTableId[ 0 ];
792 pEnd = &pTableId[ sizeof ( mTableId ) / sizeof ( mTableId[ 0 ])];
    [all...]

Completed in 210 milliseconds