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

1 2 3

  /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/msm8909/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/msm8909w_3100/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/utils/
utils.cpp 61 Sys::close_(*fd);
sys.cpp 50 Sys::close Sys::close_ = ::close; member in class:sdm::Sys
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_hdmi.cpp 279 Sys::close_(edid_file);
495 Sys::close_(fd);
532 Sys::close_(scan_info_file);
537 Sys::close_(scan_info_file);
586 Sys::close_(fd);
595 Sys::close_(fd);
654 Sys::close_(fd);
709 Sys::close_(edid_s3d_node);
735 Sys::close_(edid_s3d_node);
783 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);
  /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);
  /hardware/qcom/display/msm8909/sdm/include/utils/
sys.h 74 static close close_; member in class:sdm::Sys
  /hardware/qcom/display/msm8909w_3100/sdm/include/utils/
sys.h 74 static close close_; member in class:sdm::Sys
  /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/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);
  /hardware/qcom/display/msm8909/sdm/libs/core/fb/
hw_hdmi.cpp 285 Sys::close_(edid_file);
512 Sys::close_(fd);
549 Sys::close_(scan_info_file);
554 Sys::close_(scan_info_file);
603 Sys::close_(fd);
612 Sys::close_(fd);
671 Sys::close_(fd);
726 Sys::close_(edid_s3d_node);
752 Sys::close_(edid_s3d_node);
800 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 159 Sys::close_(poll_fds_[i].fd);
  /hardware/qcom/display/msm8909/sdm/libs/core/drm/
hw_events_drm.cpp 184 Sys::close_(poll_fds_[i].fd);

Completed in 367 milliseconds

1 2 3