Home
last modified time | relevance | path

Searched refs:headerLength (Results 1 – 3 of 3) sorted by relevance

/system/media/audio_utils/spdif/
DFrameScanner.cpp30 uint32_t headerLength) in FrameScanner() argument
34 , mHeaderLength(headerLength) in FrameScanner()
/system/media/audio_utils/include/audio_utils/spdif/
DFrameScanner.h38 uint32_t headerLength
/system/security/keystore/
Dkeystore.cpp640 size_t headerLength = (mBlob.encrypted - (uint8_t*) &mBlob); in writeBlob() local
641 size_t fileLength = encryptedLength + headerLength + mBlob.info; in writeBlob()
688 size_t headerLength = (mBlob.encrypted - (uint8_t*) &mBlob); in readBlob() local
689 if (fileLength < headerLength) { in readBlob()
693 ssize_t encryptedLength = fileLength - (headerLength + mBlob.info); in readBlob()