HomeSort by relevance Sort by last modified time
    Searched defs:Read (Results 451 - 475 of 681) sorted by null

<<11121314151617181920>>

  /system/core/fastboot/
udp.cpp 109 ssize_t Read(void* data, size_t length) override;
231 // Advance our read and write buffers for the next packet. Keep going even if we run out
327 ssize_t UdpTransport::Read(void* data, size_t length) {
328 // Read from the target by sending an empty packet.
usb_linux.cpp 99 ssize_t Read(void* data, size_t len) override;
174 /* Read device serial number (if there is one).
175 * We read the serial number from sysfs, since it's faster and more
176 * reliable than issuing a control pipe read, and also won't
191 int chars_read = read(fd, info.serial_number,
288 n = read(fd, buf, bufsize - 1);
355 // Check if we have read-only access, so we can give a helpful
363 n = read(fd, desc, sizeof(desc));
422 ssize_t LinuxUsbTransport::Read(void* _data, size_t len)
443 DBG("[ usb read %d fd = %d], fname=%s\n", xfer, handle_->desc, handle_->fname)
    [all...]
usb_osx.cpp 73 ssize_t Read(void* data, size_t len) override;
475 ssize_t OsxUsbTransport::Read(void* data, size_t len) {
  /system/core/libunwindstack/
Memory.cpp 39 // Split up the remote read across page boundaries.
41 // A partial read/write may result if one of the remote_iov elements points to an invalid
148 size_t rc = Read(addr, dst, size);
177 size_t MemoryBuffer::Read(uint64_t addr, void* dst, size_t size) {
248 size_t MemoryFileAtOffset::Read(uint64_t addr, void* dst, size_t size) {
261 size_t MemoryRemote::Read(uint64_t addr, void* dst, size_t size) {
263 // Cannot read an address greater than 32 bits in a 32 bit context.
292 size_t MemoryLocal::Read(uint64_t addr, void* dst, size_t size) {
300 size_t MemoryRange::Read(uint64_t addr, void* dst, size_t size) {
316 return memory_->Read(read_addr, dst, read_length)
    [all...]
  /system/extras/simpleperf/
record_file_reader.cpp 109 if (!Read(&header_, sizeof(header_))) {
135 if (!Read(buf.data(), buf.size())) {
187 if (!Read(&desc, sizeof(desc))) {
202 if (!Read(ids->data(), attr.ids.size)) {
274 if (!Read(header_buf, Record::header_size())) {
280 // Read until meeting a RECORD_SPLIT_END record.
287 if (!Read(&buf[cur_size], bytes_to_read)) {
292 if (!Read(header_buf, Record::header_size())) {
309 if (!Read(p.get() + Record::header_size(), header.size - Record::header_size())) {
341 bool RecordFileReader::Read(void* buf, size_t len)
    [all...]
record_file_writer.cpp 179 bool RecordFileWriter::Read(void* buf, size_t len) {
181 PLOG(ERROR) << "failed to read record file '" << filename_ << "'";
195 if (!Read(record_buf.data(), Record::header_size())) {
202 if (!Read(record_buf.data() + Record::header_size(), header.size - Record::header_size())) {
  /system/tpm/trunks/ftdi/
mpsse.c 169 /* Set the read and write timeout periods */
266 /* Read and write commands need to include endianess */
295 /* SPI mode 0 propogates data on the falling edge and read data on the
309 /* SPI mode 3 propogates data on the falling edge and read data on the
329 /* Data read on falling clock edge */
340 /* Data read on falling clock edge */
579 * Enables or disables flushing of the FTDI chip's RX buffers after each read
706 * read back each individual ACK bit, so set the transmit size to 1.
722 /* Read in the ACK bit and store it in mpsse->rack */
740 /* Performs a read. For internal use only; see Read() and ReadBits(). *
    [all...]
  /device/google/cuttlefish_common/common/libs/fs/
shared_fd.h 377 ssize_t Read(void* buf, size_t count) {
379 ssize_t rval = TEMP_FAILURE_RETRY(read(fd_, buf, count));
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
SdMmcPciHcDxe.h 135 BOOLEAN Read;
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Filesystem/SemihostFs/Arm/
SemihostFs.c 161 @param[in] OpenMode The mode to open the file : Read or Read/Write or
162 Read/Write/Create
229 // interface. We first try to open the file in the read or update
247 // mode allows for both read and write from and to the file.
323 UINTN Read;
345 Read = 0;
349 Return = SemihostFileRead (FileHandle, &ToRead, Buffer + Read);
354 Read += ToRead;
485 Read data from an open file.
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
7zTypes.h 131 Byte (*Read)(void *p); /* reads one byte, returns 0 in case of EOF or error */
141 SRes (*Read)(void *p, void *buf, size_t *size);
167 SRes (*Read)(void *p, void *buf, size_t *size); /* same as ISeqInStream::Read */
180 SRes (*Read)(void *p, void *buf, size_t *size);
181 /* reads directly (without buffer). It's same as ISeqInStream::Read */
188 /* reads via ILookInStream::Read */
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PciRootBridgeIo/
PciRootBridgeIo.h 118 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_IO_MEM Read;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrFormPkg.cpp 241 CFormPkg::Read (
311 while ((Size = Read (Buffer, 1024)) != 0) {
404 while ((ReadSize = Read ((CHAR8 *)Buffer, BYTES_PRE_LINE * 8)) != 0) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
7zTypes.h 135 Byte (*Read)(void *p); /* reads one byte, returns 0 in case of EOF or error */
145 SRes (*Read)(void *p, void *buf, size_t *size);
171 SRes (*Read)(void *p, void *buf, size_t *size); /* same as ISeqInStream::Read */
184 SRes (*Read)(void *p, void *buf, size_t *size);
185 /* reads directly (without buffer). It's same as ISeqInStream::Read */
192 /* reads via ILookInStream::Read */
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AhciMode.c 19 Read AHCI Operation register.
24 @return The register content read.
40 PciIo->Mem.Read (
233 // to only read once.
675 @param[in] Read The transfer direction.
699 IN BOOLEAN Read,
730 if (Read) {
754 // Package read needed
761 CmdList.AhciCmdW = Read ? 0 : 1;
792 if (Read && (AtapiCommand == 0)) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
SdMmcPciHcDxe.h 135 BOOLEAN Read;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
7zTypes.h 135 Byte (*Read)(void *p); /* reads one byte, returns 0 in case of EOF or error */
145 SRes (*Read)(void *p, void *buf, size_t *size);
171 SRes (*Read)(void *p, void *buf, size_t *size); /* same as ISeqInStream::Read */
184 SRes (*Read)(void *p, void *buf, size_t *size);
185 /* reads directly (without buffer). It's same as ISeqInStream::Read */
192 /* reads via ILookInStream::Read */
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PciRootBridgeIo.h 59 /// A read operation from system memory by a bus master that is not capable of producing
69 /// Provides both read and write access to system memory by both the processor and a bus
74 /// A read operation from system memory by a bus master that is capable of producing PCI
84 /// Provides both read and write access to system memory by both the processor and a bus
135 @param Result Pointer to the last value read from the memory location.
162 @param Buffer For read operations, the destination buffer to store the results. For write
165 @retval EFI_SUCCESS The data was read from or written to the PCI root bridge.
182 /// Read PCI controller registers in the PCI root bridge memory space.
184 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_IO_MEM Read;
221 @param Operation Indicates if the bus master is going to read or write to system memory.
    [all...]
  /external/boringssl/src/ssl/test/runner/
conn.go 94 input *block // application record waiting to be read
95 hand bytes.Buffer // handshake record waiting to be read
140 // SetDeadline sets the read and write deadlines associated with the connection.
141 // A zero value for t means Read and Write will not time out.
147 // SetReadDeadline sets the read deadline on the underlying connection.
148 // A zero value for t means Read will not time out.
194 // tests since we don't concurrently read and write the same tls.Conn
647 off int // index for Read
684 // read until have enough.
687 m, err := r.Read(b.data[len(b.data):cap(b.data)]
    [all...]
  /external/clang/include/clang/Index/
IndexSymbol.h 78 Read = 1 << 3,
  /external/llvm/lib/Analysis/
Lint.cpp 63 static const unsigned Read = 1;
260 MemRef::Read | MemRef::Write);
289 MCI->getAlignment(), nullptr, MemRef::Read);
311 MMI->getAlignment(), nullptr, MemRef::Read);
328 nullptr, MemRef::Read | MemRef::Write);
334 nullptr, MemRef::Read);
338 nullptr, MemRef::Read | MemRef::Write);
342 // Stackrestore doesn't read or write memory, but it sets the
343 // stack pointer, which the compiler may read from or write to
346 nullptr, MemRef::Read | MemRef::Write)
    [all...]
  /external/lzma/C/
7zTypes.h 131 Byte (*Read)(void *p); /* reads one byte, returns 0 in case of EOF or error */
141 SRes (*Read)(void *p, void *buf, size_t *size);
167 SRes (*Read)(void *p, void *buf, size_t *size); /* same as ISeqInStream::Read */
180 SRes (*Read)(void *p, void *buf, size_t *size);
181 /* reads directly (without buffer). It's same as ISeqInStream::Read */
188 /* reads via ILookInStream::Read */
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 281 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
284 STDMETHODIMP CBenchmarkInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitstreamReader.h 11 // read an arbitrary bitstream, regardless of its contents.
91 /// hasBlockInfoRecords - Return true if we've already read and processed the
260 Read(static_cast<unsigned>(WordBitNo));
264 uint32_t Read(unsigned NumBits) {
283 // Read the next word from the stream.
288 // Extract NumBits-BitsInCurWord from what we just read.
304 if (NumBits <= 32) return Read(NumBits);
306 uint64_t V = Read(32);
307 return V | (uint64_t)Read(NumBits-32) << 32;
311 uint32_t Piece = Read(NumBits)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
Lint.cpp 60 static unsigned Read = 1;
247 Ty, MemRef::Read | MemRef::Write);
277 MemRef::Read);
301 MemRef::Read);
319 0, 0, MemRef::Read | MemRef::Write);
325 0, 0, MemRef::Read);
329 0, 0, MemRef::Read | MemRef::Write);
333 // Stackrestore doesn't read or write memory, but it sets the
334 // stack pointer, which the compiler may read from or write to
337 0, 0, MemRef::Read | MemRef::Write)
    [all...]

Completed in 952 milliseconds

<<11121314151617181920>>