Home
last modified time | relevance | path

Searched refs:ClosePlatformFile (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/base/
Dplatform_file.cc34 bool ClosePlatformFile(PlatformFile file) { in ClosePlatformFile() function
44 bool ClosePlatformFile(PlatformFile file) {
Dplatform_file.h40 bool ClosePlatformFile(PlatformFile file);
/external/webrtc/webrtc/call/
Drtc_event_log.cc214 rtc::ClosePlatformFile(log_file);
219 rtc::ClosePlatformFile(log_file);
456 rtc::ClosePlatformFile(platform_file_);
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.cc1019 if (!rtc::ClosePlatformFile(file)) in StartAecDump()