Searched defs:Read (Results 1 – 8 of 8) sorted by relevance
29 size_t InMemoryWrapperInput::Read(uint8_t* buffer, size_t wanted) { in Read() function in InMemoryWrapperInput
35 size_t FileWrapperInput::Read(uint8_t* buffer, size_t wanted) { in Read() function in FileWrapperInput
117 @interface Read { annotation
121 @interface Read { annotation
68 bool Read(const uint8_t* buf, size_t buf_len) { in Read() function
174 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize); member
193 TEST_F(BinderDriverInterfaceTest, Read) { in TEST_F() argument
47 virtual int Read(long long position, long length, unsigned char* buffer) { in Read() function