Home
last modified time | relevance | path

Searched refs: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
229 std::unique_ptr<IstreamCopyingInputStream> is(new IstreamCopyingInputStream(fd)); in StartProfilingProtobufFd()