Home
last modified time | relevance | path

Searched defs:PlatformFile (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
Dplatform_file.h23 typedef HANDLE PlatformFile; typedef
/external/libchrome/base/files/
Dplatform_file.h24 using PlatformFile = HANDLE; variable
/external/webrtc/webrtc/modules/audio_processing/include/
Daudio_processing.h429 virtual int StartDebugRecordingForPlatformFile(rtc::PlatformFile /*handle*/) { in StartDebugRecordingForPlatformFile()