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

/external/chromium_org/third_party/webrtc/base/
H A Dplatform_file.h23 typedef HANDLE PlatformFile; typedef in namespace:rtc
25 typedef int PlatformFile;
30 extern const PlatformFile kInvalidPlatformFileValue;
32 // Associates a standard FILE stream with an existing PlatformFile.
34 // the PlatformFile should no longer be used.
35 FILE* FdopenPlatformFileForWriting(PlatformFile file);
37 // Closes a PlatformFile.
40 bool ClosePlatformFile(PlatformFile file);
/external/chromium_org/ppapi/tests/
H A Dtest_broker.cc42 typedef HANDLE PlatformFile; typedef in namespace:__anon10191
43 const PlatformFile kInvalidPlatformFileValue = INVALID_HANDLE_VALUE;
47 typedef int PlatformFile; typedef in namespace:__anon10191
48 const PlatformFile kInvalidPlatformFileValue = -1;
52 PlatformFile IntToPlatformFile(int32_t handle) {
83 bool ReadMessage(PlatformFile file, size_t message_len, char* message) {
104 bool WriteMessage(PlatformFile file, size_t message_len, const char* message) {
125 bool VerifyMessage(PlatformFile file, size_t message_len, const char* message) {
133 bool ClosePlatformFile(PlatformFile file) {
174 PlatformFile fil
[all...]
/external/chromium_org/base/files/
H A Dfile.h34 typedef HANDLE PlatformFile; typedef in namespace:base
36 typedef int PlatformFile; typedef in namespace:base
165 explicit File(PlatformFile platform_file);
199 PlatformFile GetPlatformFile() const;
200 PlatformFile TakePlatformFile();
298 void SetPlatformFile(PlatformFile file);

Completed in 88 milliseconds