Searched refs:FileWrapperOutput (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dfile_wrapper_output.cpp21 FileWrapperOutput::FileWrapperOutput(const char* name) function in class:FileWrapperOutput
30 FileWrapperOutput::~FileWrapperOutput() {
34 bool FileWrapperOutput::Write(uint8_t byte) {
38 bool FileWrapperOutput::Write(const uint8_t* buffer, size_t buffer_size) {
/frameworks/compile/libbcc/include/bcinfo/Wrap/
H A Dfile_wrapper_output.h28 class FileWrapperOutput : public WrapperOutput { class in inherits:WrapperOutput
30 FileWrapperOutput(const char* name);
31 ~FileWrapperOutput();
43 DISALLOW_CLASS_COPY_AND_ASSIGN(FileWrapperOutput);

Completed in 438 milliseconds