HomeSort by relevance Sort by last modified time
    Searched refs:OnStdout (Results 1 - 4 of 4) sorted by null

  /system/core/adb/
commandline.h 30 virtual void OnStdout(const char* buffer, int length) = 0;
61 // If |stdout_str| is non-null, OnStdout will append to it.
67 void OnStdout(const char* buffer, int length) {
bugreport.cpp 55 void OnStdout(const char* buffer, int length) {
bugreport_test.cpp 75 ::std::tr1::get<0>(args)->OnStdout(output_.c_str(), output_.size());
87 // Matcher used to emulated StandardStreamsCallbackInterface.OnStdout(buffer,
commandline.cpp 283 callback->OnStdout(buffer_ptr, length);
302 callback->OnStdout(buffer_ptr, length);
    [all...]

Completed in 104 milliseconds