Home
last modified time | relevance | path

Searched refs:kInvalidPlatformFileValue (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
Dplatform_file.cc22 const PlatformFile kInvalidPlatformFileValue = INVALID_HANDLE_VALUE; variable
25 if (file == kInvalidPlatformFileValue) in FdopenPlatformFileForWriting()
38 const PlatformFile kInvalidPlatformFileValue = -1;
Dplatform_file.h30 extern const PlatformFile kInvalidPlatformFileValue;
/external/webrtc/webrtc/call/
Drtc_event_log.cc111 rtc::kInvalidPlatformFileValue;
210 RTC_DCHECK(platform_file_ == rtc::kInvalidPlatformFileValue);
455 if (platform_file_ != rtc::kInvalidPlatformFileValue) {
457 platform_file_ = rtc::kInvalidPlatformFileValue;