Searched refs:byteOffsetFromStart (Results 1 – 2 of 2) sorted by relevance
254 void updatePCR(unsigned PID, uint64_t PCR, uint64_t byteOffsetFromStart);
2334 uint64_t byteOffsetFromStart = in parseAdaptationField() local2338 updatePCR(PID, PCR, byteOffsetFromStart); in parseAdaptationField()2473 unsigned /* PID */, uint64_t PCR, uint64_t byteOffsetFromStart) { in updatePCR() argument2474 ALOGV("PCR 0x%016" PRIx64 " @ %" PRIx64, PCR, byteOffsetFromStart); in updatePCR()2484 mPCRBytes[mNumPCRs] = byteOffsetFromStart; in updatePCR()