HomeSort by relevance Sort by last modified time
    Searched refs:DataSource (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium/webkit/glue/media/
web_data_source.cc 11 : media::DataSource() {
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager.h 23 // ChromeURLDataManager::DataSource interface and register your handler
29 class DataSource;
31 // Trait used to handle deleting a DataSource. Deletion happens on the UI
41 // deletion of the DataSources. When a DataSource is no longer referenced it
46 static void Destruct(const DataSource* data_source) {
51 // A DataSource is an object that can answer requests for data
57 // An implementation of DataSource should handle calls to
60 class DataSource : public base::RefCountedThreadSafe<
61 DataSource, DeleteDataSource> {
64 DataSource(const std::string& source_name, MessageLoop* message_loop)
    [all...]
chrome_url_data_manager.cc 32 // Invoked on the IO thread to do the actual adding of the DataSource.
35 scoped_refptr<ChromeURLDataManager::DataSource> data_source) {
49 void ChromeURLDataManager::AddDataSource(DataSource* source) {
73 void ChromeURLDataManager::DeleteDataSource(const DataSource* data_source) {
74 // Invoked when a DataSource is no longer referenced and needs to be deleted.
81 // We're not on the UI thread, add the DataSource to the list of DataSources
92 // Schedule a task to delete the DataSource back on the UI thread.
102 const DataSource* data_source) {
110 ChromeURLDataManager::DataSource::DataSource(const std::string& source_name
    [all...]
keyboard_ui.h 22 class KeyboardHTMLSource : public ChromeURLDataManager::DataSource {
26 // Overrides from DataSource
shared_resources_data_source.h 18 // A DataSource for chrome://resources/ URLs.
19 class SharedResourcesDataSource : public ChromeURLDataManager::DataSource {
23 // Overridden from ChromeURLDataManager::DataSource:
  /frameworks/base/media/java/android/media/
DataSource.java 26 public interface DataSource extends Closeable {
  /frameworks/av/media/libstagefright/include/
chromium_http_stub.h 21 #include <media/stagefright/DataSource.h>
30 DataSource *createDataUriSource(const char *uri);
DRMExtractor.h 27 class DataSource;
34 DRMExtractor(const sp<DataSource> &source, const char *mime);
45 sp<DataSource> mDataSource;
56 const sp<DataSource> &source, String8 *mimeType, float *confidence,
FLACExtractor.h 20 #include <media/stagefright/DataSource.h>
32 FLACExtractor(const sp<DataSource> &source);
44 sp<DataSource> mDataSource;
59 bool SniffFLAC(const sp<DataSource> &source, String8 *mimeType,
MP3Extractor.h 27 class DataSource;
34 MP3Extractor(const sp<DataSource> &source, const sp<AMessage> &meta);
45 sp<DataSource> mDataSource;
56 const sp<DataSource> &source, String8 *mimeType, float *confidence,
OggExtractor.h 27 class DataSource;
34 OggExtractor(const sp<DataSource> &source);
48 sp<DataSource> mDataSource;
58 const sp<DataSource> &source, String8 *mimeType, float *confidence,
WAVExtractor.h 27 class DataSource;
33 WAVExtractor(const sp<DataSource> &source);
45 sp<DataSource> mDataSource;
64 const sp<DataSource> &source, String8 *mimeType, float *confidence,
VBRISeeker.h 27 struct DataSource;
31 const sp<DataSource> &source, off64_t post_id3_pos);
XINGSeeker.h 25 struct DataSource;
29 const sp<DataSource> &source, off64_t first_frame_pos);
AACExtractor.h 32 AACExtractor(const sp<DataSource> &source, const sp<AMessage> &meta);
44 sp<DataSource> mDataSource;
56 const sp<DataSource> &source, String8 *mimeType, float *confidence,
AMRExtractor.h 32 AMRExtractor(const sp<DataSource> &source);
44 sp<DataSource> mDataSource;
57 const sp<DataSource> &source, String8 *mimeType, float *confidence,
  /frameworks/av/include/media/stagefright/
DataSource.h 36 class DataSource : public RefBase {
45 static sp<DataSource> CreateFromURI(
49 DataSource() {}
80 const sp<DataSource> &source, String8 *mimeType,
99 virtual ~DataSource() {}
105 DataSource(const DataSource &);
106 DataSource &operator=(const DataSource &);
JPEGSource.h 25 class DataSource;
29 JPEGSource(const sp<DataSource> &source);
42 sp<DataSource> mSource;
  /frameworks/av/media/libstagefright/
DataSource.cpp 39 #include <media/stagefright/DataSource.h>
48 bool DataSource::getUInt16(off64_t offset, uint16_t *x) {
61 bool DataSource::getUInt24(off64_t offset, uint32_t *x) {
74 bool DataSource::getUInt32(off64_t offset, uint32_t *x) {
87 bool DataSource::getUInt64(off64_t offset, uint64_t *x) {
100 status_t DataSource::getSize(off64_t *size) {
108 Mutex DataSource::gSnifferMutex;
109 List<DataSource::SnifferFunc> DataSource::gSniffers;
111 bool DataSource::sniff
    [all...]
  /frameworks/wilhelm/src/android/
BufferQueueSource.h 20 #include <media/stagefright/DataSource.h>
28 // a Stagefright DataSource that pulls data from an AndroidBufferQueue
30 class BufferQueueSource : public DataSource {
  /external/webkit/Source/WebCore/platform/chromium/
DataTransferItemChromium.h 57 enum DataSource {
62 DataTransferItemChromium(PassRefPtr<Clipboard> owner, ScriptExecutionContext*, DataSource, const String& kind, const String& type, const String& data);
66 const DataSource m_source;
  /frameworks/base/media/tests/omxjpegdecoder/
StreamSource.h 24 #include <media/stagefright/DataSource.h>
30 class StreamSource : public DataSource {
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_source.h 14 class CloudPrintSetupSource : public ChromeURLDataManager::DataSource {
  /external/chromium/chrome/browser/remoting/
remoting_resources_source.h 12 class RemotingResourcesSource : public ChromeURLDataManager::DataSource {
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
user_image_source.h 19 class UserImageSource : public ChromeURLDataManager::DataSource {

Completed in 843 milliseconds

1 2 3 4 5 6 7 8