Searched refs:Open (Results 276 - 300 of 949) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/media/audio/
H A Daudio_output_proxy.cc25 bool AudioOutputProxy::Open() { function in class:media::AudioOutputProxy
H A Dfake_audio_input_stream.h30 virtual bool Open() OVERRIDE;
H A Dfake_audio_output_stream.cc32 bool FakeAudioOutputStream::Open() { function in class:media::FakeAudioOutputStream
H A Dvirtual_audio_input_stream.h50 virtual bool Open() OVERRIDE;
H A Dvirtual_audio_output_stream.cc29 bool VirtualAudioOutputStream::Open() { function in class:media::VirtualAudioOutputStream
/external/chromium_org/media/audio/cras/
H A Dcras_input.h36 virtual bool Open() OVERRIDE;
H A Dcras_unified.h39 virtual bool Open() OVERRIDE;
/external/chromium_org/media/audio/mac/
H A Daudio_auhal_mac.h41 // 2) Next some thread will call Open(), at that point the underlying
65 virtual bool Open() OVERRIDE;
H A Daudio_input_mac.h32 virtual bool Open() OVERRIDE;
H A Daudio_low_latency_input_mac.h13 // - Next some thread will call Open(), at that point the underlying
68 virtual bool Open() OVERRIDE;
/external/chromium_org/media/audio/pulse/
H A Dpulse_input.h33 virtual bool Open() OVERRIDE;
H A Dpulse_output.h15 // WARNING: This object blocks on internal PulseAudio calls in Open() while
47 virtual bool Open() OVERRIDE;
/external/chromium_org/media/audio/win/
H A Dwaveout_output_win.h44 virtual bool Open();
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dfilesystem.cc42 Error Filesystem::Open(const Path& path, function in class:nacl_io::Filesystem
/external/chromium_org/net/base/
H A Dfile_stream.h46 // Open() was called, with the result code. open_flags is a bitfield of
53 virtual int Open(const base::FilePath& path, int open_flags,
62 // Returns true if Open succeeded and Close has not been called.
/external/chromium_org/ppapi/cpp/
H A Dfile_io.h41 /// Open() opens the specified regular file for I/O according to the given
60 /// completion of Open().
64 int32_t Open(const FileRef& file_ref,
222 /// valid to call Open() again after a call to this method.
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dtemporary_file.cc27 int32_t TempFile::Open(bool writeable) { function in class:plugin::TempFile
42 PLUGIN_PRINTF(("TempFile::Open failed to convert HANDLE to posix\n"));
/external/chromium_org/ppapi/proxy/
H A Disolated_file_system_private_resource.cc42 int32_t IsolatedFileSystemPrivateResource::Open( function in class:ppapi::proxy::IsolatedFileSystemPrivateResource
/external/chromium_org/ppapi/thunk/
H A Dppb_file_io_api.h23 virtual int32_t Open(PP_Resource file_ref,
/external/chromium_org/remoting/host/
H A Dusage_stats_consent_win.cc32 LONG result = key.Open(HKEY_LOCAL_MACHINE, client_state.c_str(), KEY_READ);
/external/chromium_org/rlz/win/lib/
H A Dregistry_util.cc52 if (key.Open(HKEY_CURRENT_USER, L"Software", KEY_READ) != ERROR_SUCCESS)
/external/chromium_org/sandbox/linux/services/
H A Dbroker_process.h28 // 4. Use open_broker.Open() to open files.
31 // |denied_errno| is the error code returned when methods such as Open()
35 // be opened later via the Open() API, respectively for reading and writing.
60 int Open(const char* pathname, int flags) const;
/external/chromium_org/sql/
H A Dsqlite_features_unittest.cc32 ASSERT_TRUE(db_.Open(temp_dir_.path().AppendASCII("SQLStatementTest.db")));
/external/chromium_org/storage/browser/blob/
H A Dlocal_file_stream_reader.h52 int Open(const net::CompletionCallback& callback);
54 // Callbacks that are chained from Open for Read.
/external/chromium_org/sync/syncable/
H A Ddeferred_on_disk_directory_backing_store.cc43 if (!db_->Open(backing_filepath_) || !InitializeTables())
56 // Open an in-memory database at first to create initial sync data needed by

Completed in 294 milliseconds

<<11121314151617181920>>