HomeSort by relevance Sort by last modified time
    Searched refs:close_ (Results 1 - 25 of 38) sorted by null

1 2

  /external/webrtc/webrtc/base/
winping.cc 149 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0),
160 close_ = (PIcmpCloseHandle) GetProcAddress(dll_, ICMP_CLOSE_FUNC);
162 if (!create_ || !close_ || !send_) {
194 if ((hping_ != INVALID_HANDLE_VALUE) && close_) {
195 if (!close_(hping_))
198 if ((hping6_ != INVALID_HANDLE_VALUE) && close_) {
199 if (!close_(hping6_)) {
httpserver.cc 122 current_(NULL), signalling_(false), close_(false) {
158 close_ = !HttpShouldKeepAlive(current_->response);
168 close_ = true;
197 if (close_) {
winping.h 90 PIcmpCloseHandle close_; member in class:rtc::WinPing
httpserver.h 100 bool signalling_, close_; member in class:rtc::HttpServer::Connection
  /hardware/qcom/display/msm8998/sdm/libs/utils/
utils.cpp 61 Sys::close_(*fd);
sys.cpp 50 Sys::close Sys::close_ = ::close; member in class:sdm::Sys
  /hardware/qcom/display/sdm845/sdm/libs/utils/
utils.cpp 61 Sys::close_(*fd);
sys.cpp 50 Sys::close Sys::close_ = ::close; member in class:sdm::Sys
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_hdmi.cpp 267 Sys::close_(edid_file);
483 Sys::close_(fd);
520 Sys::close_(scan_info_file);
525 Sys::close_(scan_info_file);
574 Sys::close_(fd);
583 Sys::close_(fd);
642 Sys::close_(fd);
697 Sys::close_(edid_s3d_node);
723 Sys::close_(edid_s3d_node);
771 Sys::close_(s3d_mode_node)
    [all...]
hw_primary.cpp 293 Sys::close_(fd);
319 Sys::close_(fd);
322 Sys::close_(fd);
484 Sys::close_(fd);
533 Sys::close_(fd);
541 Sys::close_(fd);
544 Sys::close_(fd);
568 Sys::close_(fd);
hw_events.cpp 170 Sys::close_(poll_fds_[i].fd);
  /hardware/qcom/display/sdm845/sdm/libs/core/fb/
hw_hdmi.cpp 267 Sys::close_(edid_file);
483 Sys::close_(fd);
520 Sys::close_(scan_info_file);
525 Sys::close_(scan_info_file);
574 Sys::close_(fd);
583 Sys::close_(fd);
642 Sys::close_(fd);
697 Sys::close_(edid_s3d_node);
723 Sys::close_(edid_s3d_node);
771 Sys::close_(s3d_mode_node)
    [all...]
hw_primary.cpp 293 Sys::close_(fd);
319 Sys::close_(fd);
322 Sys::close_(fd);
484 Sys::close_(fd);
533 Sys::close_(fd);
541 Sys::close_(fd);
544 Sys::close_(fd);
568 Sys::close_(fd);
hw_events.cpp 163 Sys::close_(poll_fds_[i].fd);
  /hardware/qcom/display/msm8996/sdm/include/utils/
sys.h 68 static close close_; member in class:sdm::Sys
  /hardware/qcom/display/msm8996/sdm/libs/utils/
sys.cpp 49 Sys::close Sys::close_ = ::close; member in class:sdm::Sys
  /hardware/qcom/display/msm8998/sdm/include/utils/
sys.h 74 static close close_; member in class:sdm::Sys
  /hardware/qcom/display/sdm845/sdm/include/utils/
sys.h 74 static close close_; member in class:sdm::Sys
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_hdmi.cpp 192 Sys::close_(edid_file);
399 Sys::close_(fd);
436 Sys::close_(scan_info_file);
441 Sys::close_(scan_info_file);
490 Sys::close_(fd);
499 Sys::close_(fd);
558 Sys::close_(fd);
612 Sys::close_(edid_s3d_node);
638 Sys::close_(edid_s3d_node);
686 Sys::close_(s3d_mode_node)
    [all...]
hw_primary.cpp 303 Sys::close_(fd);
329 Sys::close_(fd);
332 Sys::close_(fd);
478 Sys::close_(fd);
527 Sys::close_(fd);
535 Sys::close_(fd);
538 Sys::close_(fd);
562 Sys::close_(fd);
hw_events.cpp 177 Sys::close_(poll_fds_[i].fd);
hw_device.cpp 94 Sys::close_(device_fd_);
492 Sys::close_(mdp_commit.release_fence);
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_events_drm.cpp 189 Sys::close_(poll_fds_[i].fd);
hw_device_drm.cpp 304 Sys::close_(fd);
665 Sys::close_(fd);
694 Sys::close_(fd);
  /hardware/qcom/display/sdm845/sdm/libs/core/drm/
hw_events_drm.cpp 207 Sys::close_(poll_fds_[i].fd);

Completed in 144 milliseconds

1 2