Home
last modified time | relevance | path

Searched defs:numBytes (Results 1 – 10 of 10) sorted by relevance

/hardware/nxp/keymint/transport/
DSocketTransport.cpp115 ssize_t numBytes = read(mSocket, buffer, MAX_RECV_BUFFER_SIZE); in readData() local
/hardware/nxp/nfc/pn8x/halimpl/tml/
DphTmlNfc_i2c.cc230 int numBytes = nNbBytesToWrite; in phTmlNfc_i2c_write() local
/hardware/nxp/nfc/snxxx/halimpl/tml/transport/
DNfccI2cTransport.cc273 int numBytes = nNbBytesToWrite; in Write() local
/hardware/google/gfxstream/host/gl/
DColorBufferGl.cpp707 bool ColorBufferGl::replaceContents(const void* newContents, size_t numBytes) { in replaceContents()
711 bool ColorBufferGl::readContents(size_t* numBytes, void* pixels) { in readContents()
/hardware/google/aemu/host-common/
DMediaVideoToolBoxVideoHelper.cpp75 size_t numBytes = szBytes; in dumpBytes() local
DMediaH264DecoderVideoToolBox.cpp276 size_t numBytes = szBytes; in dumpBytes() local
/hardware/interfaces/identity/aidl/default/
DEicOpsImpl.cc121 bool eicOpsRandom(uint8_t* buf, size_t numBytes) { in eicOpsRandom()
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp421 optional<vector<uint8_t>> getRandom(size_t numBytes) { in getRandom()
1030 size_t numBytes = BN_num_bytes(bignum); in ecKeyPairGetPrivateKey() local
/hardware/interfaces/security/keymint/support/
Dremote_prov_utils.cpp222 bytevec randomBytes(size_t numBytes) { in randomBytes()
/hardware/google/gfxstream/host/
DFrameBuffer.cpp3862 bool FrameBuffer::readColorBufferContents(HandleType p_colorbuffer, size_t* numBytes, in readColorBufferContents()