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

  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_primary.h 89 bool dump_output_to_file_ = false; member in class:sdm::HWCDisplayPrimary
hwc_display_primary.cpp 161 bool pending_output_dump = dump_frame_count_ && dump_output_to_file_;
362 } else if (dump_output_to_file_) {
392 dump_output_to_file_ = false;
410 dump_output_to_file_ = bit_mask_layer_type & (1 << OUTPUT_LAYER_DUMP);
411 DLOGI("output_layer_dump_enable %d", dump_output_to_file_);
413 if (!count || !dump_output_to_file_) {
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_display_primary.h 82 bool dump_output_to_file_ = false; member in class:sdm::HWCDisplayPrimary
hwc_display_primary.cpp 162 bool pending_output_dump = dump_frame_count_ && dump_output_to_file_;
372 } else if (dump_output_to_file_) {
402 dump_output_to_file_ = false;
420 dump_output_to_file_ = bit_mask_layer_type & (1 << OUTPUT_LAYER_DUMP);
421 DLOGI("output_layer_dump_enable %d", dump_output_to_file_);
423 if (!count || !dump_output_to_file_) {
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_primary.cpp 177 bool pending_output_dump = dump_frame_count_ && dump_output_to_file_;
416 } else if (dump_output_to_file_) {
446 dump_output_to_file_ = false;
464 dump_output_to_file_ = bit_mask_layer_type & (1 << OUTPUT_LAYER_DUMP);
465 DLOGI("output_layer_dump_enable %d", dump_output_to_file_);
467 if (!count || !dump_output_to_file_) {
hwc_display_primary.h 100 bool dump_output_to_file_ = false; member in class:sdm::HWCDisplayPrimary
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_display_primary.cpp 177 bool pending_output_dump = dump_frame_count_ && dump_output_to_file_;
421 } else if (dump_output_to_file_) {
451 dump_output_to_file_ = false;
469 dump_output_to_file_ = bit_mask_layer_type & (1 << OUTPUT_LAYER_DUMP);
470 DLOGI("output_layer_dump_enable %d", dump_output_to_file_);
472 if (!count || !dump_output_to_file_) {
hwc_display_primary.h 101 bool dump_output_to_file_ = false; member in class:sdm::HWCDisplayPrimary

Completed in 194 milliseconds