Lines Matching refs:buffer
26 void(bool success, scoped_refptr<net::IOBuffer> buffer, size_t size)>
39 // always returned in the first byte of the buffer.
43 // always expected in the first byte of the buffer.
44 void Write(scoped_refptr<net::IOBuffer> buffer,
48 // The report ID is not returned in the buffer.
52 // always expected in the first byte of the buffer.
53 void SendFeatureReport(scoped_refptr<net::IOBuffer> buffer,
65 virtual void PlatformWrite(scoped_refptr<net::IOBuffer> buffer,
70 virtual void PlatformSendFeatureReport(scoped_refptr<net::IOBuffer> buffer,
76 // In case incoming buffer is empty or protected, it is filtered
79 bool CompleteRead(scoped_refptr<net::IOBuffer> buffer,
98 scoped_refptr<net::IOBuffer> buffer;