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

  /external/webrtc/webrtc/base/
platform_file.cc 22 const PlatformFile kInvalidPlatformFileValue = INVALID_HANDLE_VALUE;
25 if (file == kInvalidPlatformFileValue)
38 const PlatformFile kInvalidPlatformFileValue = -1;
platform_file.h 30 extern const PlatformFile kInvalidPlatformFileValue;
  /external/webrtc/webrtc/call/
rtc_event_log.cc 111 rtc::kInvalidPlatformFileValue;
210 RTC_DCHECK(platform_file_ == rtc::kInvalidPlatformFileValue);
455 if (platform_file_ != rtc::kInvalidPlatformFileValue) {
457 platform_file_ = rtc::kInvalidPlatformFileValue;

Completed in 329 milliseconds