Home
last modified time | relevance | path

Searched defs:IstreamCopyingInputStream (Results 1 – 1 of 1) sorted by relevance

/system/extras/perfprofd/binder_interface/
Dperfprofd_binder.cc212 struct IstreamCopyingInputStream : public google::protobuf::io::CopyingInputStream { in StartProfilingProtobufFd() struct
213 IstreamCopyingInputStream(int fd_in) in StartProfilingProtobufFd() function
218 int Read(void* buffer, int size) override { in StartProfilingProtobufFd()
227 std::ifstream stream; in StartProfilingProtobufFd()