HomeSort by relevance Sort by last modified time
    Searched refs:BytesToRead (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/media_galleries/linux/
snapshot_file_details.cc 62 uint32 SnapshotFileDetails::BytesToRead() const {
snapshot_file_details.h 94 uint32 BytesToRead() const;
mtp_read_file_worker.cc 73 snapshot_file_details_ptr->BytesToRead(),
86 error || (data.size() != snapshot_file_details->BytesToRead()));
  /external/libnfc-nxp/src/
phFriNfc_DesfireMap.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
filehc.h 48 FILEHC_EXPORT WINBOOL WINAPI FIOReadFile(PFIO_CONTEXT pContext,LPVOID lpBuffer,DWORD BytesToRead,FH_OVERLAPPED *lpo);
49 FILEHC_EXPORT WINBOOL WINAPI FIOReadFileEx(PFIO_CONTEXT pContext,LPVOID lpBuffer,DWORD BytesToRead,DWORD BytesAvailable,FH_OVERLAPPED *lpo,WINBOOL fFinalWrite,WINBOOL fIncludeTerminator);
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
serialcli.py 150 return self._port_handle.BytesToRead

Completed in 3549 milliseconds