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

  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_virtual.h 57 const private_handle_t *output_handle_ = nullptr; member in class:sdm::HWCDisplayVirtual
  /external/v8/src/
log-utils.h 44 return !is_stopped_ && output_handle_ != NULL;
112 DCHECK(output_handle_ != NULL);
113 size_t rv = fwrite(msg, 1, length, output_handle_);
116 fflush(output_handle_);
123 // When logging is active output_handle_ is used to store a pointer to log
124 // destination. mutex_ should be acquired before using output_handle_.
125 FILE* output_handle_; member in class:v8::internal::Log

Completed in 5138 milliseconds