Searched refs:byteOffsetFromStart (Results 1 – 2 of 2) sorted by relevance
248 void updatePCR(unsigned PID, uint64_t PCR, uint64_t byteOffsetFromStart);
2189 uint64_t byteOffsetFromStart = in parseAdaptationField() local2193 updatePCR(PID, PCR, byteOffsetFromStart); in parseAdaptationField()2324 unsigned /* PID */, uint64_t PCR, uint64_t byteOffsetFromStart) { in updatePCR() argument2325 ALOGV("PCR 0x%016" PRIx64 " @ %" PRIx64, PCR, byteOffsetFromStart); in updatePCR()2335 mPCRBytes[mNumPCRs] = byteOffsetFromStart; in updatePCR()