Home
last modified time | relevance | path

Searched refs:current_output (Results 1 – 2 of 2) sorted by relevance

/external/libkmsxx/utils/
Dkmstest.cpp537 OutputInfo* current_output = 0; in setups_to_outputs() local
545 current_output = &outputs.back(); in setups_to_outputs()
547 get_connector(resman, *current_output, arg.arg); in setups_to_outputs()
555 if (!current_output) { in setups_to_outputs()
557 current_output = &outputs.back(); in setups_to_outputs()
560 if (!current_output->connector) in setups_to_outputs()
561 get_connector(resman, *current_output); in setups_to_outputs()
563 parse_crtc(resman, card, arg.arg, *current_output); in setups_to_outputs()
572 if (!current_output) { in setups_to_outputs()
574 current_output = &outputs.back(); in setups_to_outputs()
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc2062 std::unique_ptr<io::ZeroCopyOutputStream> current_output; in GeneratePluginOutput() local
2071 current_output.reset(); in GeneratePluginOutput()
2072 current_output.reset(generator_context->OpenForInsert( in GeneratePluginOutput()
2078 current_output.reset(); in GeneratePluginOutput()
2079 current_output.reset(generator_context->Open(output_file.name())); in GeneratePluginOutput()
2080 } else if (current_output == NULL) { in GeneratePluginOutput()
2090 io::CodedOutputStream writer(current_output.get()); in GeneratePluginOutput()