Searched defs:numBytes (Results 1 - 3 of 3) sorted by relevance

/system/media/audio_utils/spdif/
H A DSPDIFEncoder.cpp88 void SPDIFEncoder::writeBurstBufferBytes(const uint8_t *buffer, size_t numBytes) argument
90 size_t bytesToWrite = numBytes;
171 ssize_t SPDIFEncoder::write( const void *buffer, size_t numBytes )
173 size_t bytesLeft = numBytes;
175 ALOGV("SPDIFEncoder: state = %d, write(buffer[0] = 0x%02X, numBytes = %u)",
176 mState, (uint) *data, numBytes);
226 return numBytes;
/system/core/fastboot/
H A Dusb_osx.c477 UInt32 numBytes = len; local
498 h->interface, h->bulkIn, data, &numBytes);
501 return (int) numBytes;
/system/core/adb/
H A Dusb_osx.c495 UInt32 numBytes = len; local
515 result = (*handle->interface)->ReadPipe(handle->interface, handle->bulkIn, buf, &numBytes);
520 result = (*handle->interface)->ReadPipe(handle->interface, handle->bulkIn, buf, &numBytes);

Completed in 92 milliseconds