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

  /external/libkmsxx/utils/
kmstest.cpp 532 OutputInfo* current_output = 0; local
540 current_output = &outputs.back();
542 get_connector(resman, *current_output, arg.arg);
550 if (!current_output) {
552 current_output = &outputs.back();
555 if (!current_output->connector)
556 get_connector(resman, *current_output);
558 parse_crtc(resman, card, arg.arg, *current_output);
567 if (!current_output) {
569 current_output = &outputs.back()
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 1578 google::protobuf::scoped_ptr<io::ZeroCopyOutputStream> current_output; local
    [all...]

Completed in 251 milliseconds