HomeSort by relevance Sort by last modified time
    Searched full:datasource (Results 51 - 75 of 319) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.h 11 // A custom WebUI that defines datasource for mobile setup registration page
register_page_ui.h 11 // A custom WebUI that defines datasource for host registration page that
sim_unlock_ui.h 13 // A custom WebUI that defines datasource for SIM unlock dialog that is used
  /frameworks/av/include/media/stagefright/
NuMediaExtractor.h 33 struct DataSource;
53 status_t setDataSource(const sp<DataSource> &datasource);
96 sp<DataSource> mDataSource;
FileSource.h 23 #include <media/stagefright/DataSource.h>
30 class FileSource : public DataSource {
  /frameworks/av/media/libstagefright/include/
AVIExtractor.h 29 AVIExtractor(const sp<DataSource> &dataSource);
80 sp<DataSource> mDataSource;
121 const sp<DataSource> &source, String8 *mimeType, float *confidence,
NuCachedSource2.h 23 #include <media/stagefright/DataSource.h>
30 struct NuCachedSource2 : public DataSource {
32 const sp<DataSource> &source,
92 sp<DataSource> mSource;
WVMExtractor.h 28 class DataSource;
46 WVMExtractor(const sp<DataSource> &source);
89 sp<DataSource> mDataSource;
97 const sp<DataSource> &source, String8 *mimeType, float *confidence,
DataUriSource.h 23 #include <media/stagefright/DataSource.h>
29 class DataUriSource : public DataSource {
StagefrightMetadataRetriever.h 28 struct DataSource;
47 sp<DataSource> mSource;
XINGSeeker.h 25 struct DataSource;
29 const sp<DataSource> &source, off64_t first_frame_pos);
AwesomePlayer.h 25 #include <media/stagefright/DataSource.h>
35 struct DataSource;
165 sp<DataSource> mFileSource;
253 status_t setDataSource_l(const sp<DataSource> &dataSource);
308 void checkDrmStatus(const sp<DataSource>& dataSource);
SampleTable.h 30 class DataSource;
35 SampleTable(const sp<DataSource> &source);
96 sp<DataSource> mDataSource;
  /frameworks/av/media/libstagefright/timedtext/
TimedTextSRTSource.h 29 class DataSource;
35 TimedTextSRTSource(const sp<DataSource>& dataSource);
49 sp<DataSource> mSource;
TimedTextSource.h 27 class DataSource;
40 const sp<DataSource>& source, FileType filetype);
  /external/chromium/chrome/browser/ui/webui/
print_preview_ui_html_source.h 18 class PrintPreviewUIHTMLSource : public ChromeURLDataManager::DataSource {
37 // ChromeURLDataManager::DataSource implementation.
textfields_ui.h 17 * ChromeURLDataManager::DataSource implementation that asynchronously answers
22 class TextfieldsUIHTMLSource : public ChromeURLDataManager::DataSource {
  /frameworks/av/media/libstagefright/httplive/
LiveDataSource.h 22 #include <media/stagefright/DataSource.h>
30 struct LiveDataSource : public DataSource {
  /frameworks/base/media/tests/omxjpegdecoder/
StreamSource.h 24 #include <media/stagefright/DataSource.h>
30 class StreamSource : public DataSource {
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Driver4.java 77 // The datasource name is the remainder of the url after the ":"
78 String datasource = url.substring(baseURL.length() + 1); local
80 if (datasource.equals(element)) {
82 * Check for user and password, except for datasource =
86 if (datasource.equals("data1")) {
  /external/chromium/chrome/browser/ui/cocoa/
tab_view_picker_table_unittest.mm 100 [[view_ dataSource] outlineView:view_ numberOfChildrenOfItem:nil]);
103 item = [[view_ dataSource] outlineView:view_ child:0 ofItem:nil];
105 [[view_ dataSource] outlineView:view_
108 item = [[view_ dataSource] outlineView:view_ child:1 ofItem:nil];
110 [[view_ dataSource] outlineView:view_
  /frameworks/av/media/libstagefright/
WVMExtractor.cpp 26 #include <media/stagefright/DataSource.h>
47 WVMExtractor::WVMExtractor(const sp<DataSource> &source)
56 typedef WVMLoadableExtractor *(*GetInstanceFunc)(sp<DataSource>);
169 const sp<DataSource> &source, String8 *mimeType, float *confidence,
178 typedef WVMLoadableExtractor *(*SnifferFunc)(const sp<DataSource>&);
  /external/libvorbis/include/vorbis/
vorbisfile.h 40 size_t (*read_func) (void *ptr, size_t size, size_t nmemb, void *datasource);
41 int (*seek_func) (void *datasource, ogg_int64_t offset, int whence);
42 int (*close_func) (void *datasource);
43 long (*tell_func) (void *datasource);
112 void *datasource; /* Pointer to a FILE *, etc. */ member in struct:OggVorbis_File
152 extern int ov_open_callbacks(void *datasource, OggVorbis_File *vf,
156 extern int ov_test_callbacks(void *datasource, OggVorbis_File *vf,
  /external/tremolo/Tremolo/
ivorbisfile.h 60 size_t (*read_func) (void *ptr, size_t size, size_t nmemb, void *datasource);
61 int (*seek_func) (void *datasource, ogg_int64_t offset, int whence);
62 int (*close_func) (void *datasource);
63 long (*tell_func) (void *datasource);
67 void *datasource; /* Pointer to a FILE *, etc. */ member in struct:OggVorbis_File
102 extern int ov_open_callbacks(void *datasource, OggVorbis_File *vf,
106 extern int ov_test_callbacks(void *datasource, OggVorbis_File *vf,
  /libcore/luni/src/main/java/javax/sql/
CommonDataSource.java 24 * Interface that defines the methods which are common between DataSource,
45 * @return The PrintWriter object for this DataSource.
67 * The PrintWriter object for this DataSource.

Completed in 261 milliseconds

1 23 4 5 6 7 8 91011>>