Searched refs:byteOffsetFromStart (Results 1 – 2 of 2) sorted by relevance
221 void updatePCR(unsigned PID, uint64_t PCR, uint64_t byteOffsetFromStart);
1979 uint64_t byteOffsetFromStart = in parseAdaptationField() local1983 updatePCR(PID, PCR, byteOffsetFromStart); in parseAdaptationField()2114 unsigned /* PID */, uint64_t PCR, uint64_t byteOffsetFromStart) { in updatePCR() argument2115 ALOGV("PCR 0x%016" PRIx64 " @ %" PRIx64, PCR, byteOffsetFromStart); in updatePCR()2125 mPCRBytes[mNumPCRs] = byteOffsetFromStart; in updatePCR()