HomeSort by relevance Sort by last modified time
    Searched refs:IPCDataSource (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/utility/media_galleries/
ipc_data_source.cc 13 IPCDataSource::IPCDataSource(int64 total_size)
20 IPCDataSource::~IPCDataSource() {
24 void IPCDataSource::Stop(const base::Closure& callback) {
29 void IPCDataSource::Read(int64 position, int size, uint8* data,
34 base::Bind(&IPCDataSource::ReadOnUtilityThread, base::Unretained(this),
38 bool IPCDataSource::GetSize(int64* size_out) {
44 bool IPCDataSource::IsStreaming() {
49 void IPCDataSource::SetBitrate(int bitrate)
    [all...]
ipc_data_source.h 26 class IPCDataSource: public media::DataSource,
30 explicit IPCDataSource(int64 total_size);
31 virtual ~IPCDataSource();
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.cc 440 // Only one IPCDataSource may be created and added to the list of handlers.
441 metadata::IPCDataSource* source = new metadata::IPCDataSource(total_size);

Completed in 367 milliseconds