Home
last modified time | relevance | path

Searched refs:datasource (Results 1 – 10 of 10) sorted by relevance

/external/tremolo/Tremolo/
Divorbisfile.h60 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
102 extern int ov_open_callbacks(void *datasource, OggVorbis_File *vf,
106 extern int ov_test_callbacks(void *datasource, OggVorbis_File *vf,
Dvorbisfile.c93 if(vf->datasource){ in _get_data()
95 long bytes=(vf->callbacks.read_func)(buffer,1,CHUNKSIZE,vf->datasource); in _get_data()
105 if(vf->datasource){ in _seek_helper()
106 (vf->callbacks.seek_func)(vf->datasource, offset, SEEK_SET); in _seek_helper()
512 (vf->callbacks.seek_func)(vf->datasource,0,SEEK_END); in _open_seekable2()
513 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2()
731 vf->datasource=f; in _ov_open1()
757 vf->datasource=NULL; in _ov_open1()
770 vf->datasource=NULL; in _ov_open2()
793 if(vf->datasource)(vf->callbacks.close_func)(vf->datasource); in ov_clear()
/external/libvorbis/include/vorbis/
Dvorbisfile.h40 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
152 extern int ov_open_callbacks(void *datasource, OggVorbis_File *vf,
156 extern int ov_test_callbacks(void *datasource, OggVorbis_File *vf,
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DTestHelper_Driver4.java78 String datasource = url.substring(baseURL.length() + 1); in connect() local
80 if (datasource.equals(element)) { in connect()
86 if (datasource.equals("data1")) { in connect()
DTestHelper_Driver1.java80 String datasource = url.substring(baseURL.length() + 1); in connect() local
82 if (datasource.equals(element)) { in connect()
/external/libvorbis/lib/
Dvorbisfile.c70 if(vf->datasource){ in _get_data()
72 long bytes=(vf->callbacks.read_func)(buffer,1,READSIZE,vf->datasource); in _get_data()
82 if(vf->datasource){ in _seek_helper()
84 (vf->callbacks.seek_func)(vf->datasource, offset, SEEK_SET) == -1) in _seek_helper()
626 (vf->callbacks.seek_func)(vf->datasource,0,SEEK_END); in _open_seekable2()
627 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2()
880 vf->datasource=f; in _ov_open1()
909 vf->datasource=NULL; in _ov_open1()
938 vf->datasource=NULL; in _ov_open2()
970 if(vf->datasource && vf->callbacks.close_func) in ov_clear()
[all …]
/external/chromium_org/content/renderer/
Drender_frame_impl.h333 blink::WebDataSource* datasource);
Drender_view_impl.h625 blink::WebDataSource* datasource);
Drender_frame_impl.cc1966 blink::WebDataSource* datasource) { in didCreateDataSource() argument
1975 render_view_->didCreateDataSource(frame, datasource); in didCreateDataSource()
1981 DocumentState::FromDataSource(datasource), in didCreateDataSource()
/external/smack/asmack-master/jingle/
D60-remove-jingle_mediaimpl.patch2793 - // create a player by passing datasource to the Media Manager