Searched defs:numBytes (Results 1 – 10 of 10) sorted by relevance
115 ssize_t numBytes = read(mSocket, buffer, MAX_RECV_BUFFER_SIZE); in readData() local
230 int numBytes = nNbBytesToWrite; in phTmlNfc_i2c_write() local
273 int numBytes = nNbBytesToWrite; in Write() local
707 bool ColorBufferGl::replaceContents(const void* newContents, size_t numBytes) { in replaceContents()711 bool ColorBufferGl::readContents(size_t* numBytes, void* pixels) { in readContents()
75 size_t numBytes = szBytes; in dumpBytes() local
276 size_t numBytes = szBytes; in dumpBytes() local
121 bool eicOpsRandom(uint8_t* buf, size_t numBytes) { in eicOpsRandom()
421 optional<vector<uint8_t>> getRandom(size_t numBytes) { in getRandom()1030 size_t numBytes = BN_num_bytes(bignum); in ecKeyPairGetPrivateKey() local
222 bytevec randomBytes(size_t numBytes) { in randomBytes()
3862 bool FrameBuffer::readColorBufferContents(HandleType p_colorbuffer, size_t* numBytes, in readColorBufferContents()