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

1 2

  /frameworks/compile/libbcc/include/bcc/
BCCContext.h 42 void addSource(Source &pSource);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataManager.java 120 addSource(new LocalSource(mApplication));
121 addSource(new PicasaSource(mApplication));
122 addSource(new ComboSource(mApplication));
123 addSource(new ClusterSource(mApplication));
124 addSource(new FilterSource(mApplication));
125 addSource(new SecureSource(mApplication));
126 addSource(new UriSource(mApplication));
127 addSource(new SnailSource(mApplication));
150 void addSource(MediaSource source) {
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLViewSourceParser.cpp 51 document()->addSource(m_sourceTracker.sourceForToken(m_token), m_token);
  /frameworks/av/include/media/stagefright/
AACWriter.h 34 virtual status_t addSource(const sp<MediaSource> &source);
AMRWriter.h 37 virtual status_t addSource(const sp<MediaSource> &source);
MediaWriter.h 35 virtual status_t addSource(const sp<MediaSource> &source) = 0;
MPEG2TSWriter.h 38 virtual status_t addSource(const sp<MediaSource> &source);
MPEG4Writer.h 42 virtual status_t addSource(const sp<MediaSource> &source);
  /frameworks/compile/libbcc/lib/Core/
BCCContext.cpp 56 void BCCContext::addSource(Source &pSource)
Source.cpp 127 pContext.addSource(*this);
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
Shader.java 277 // newShader.addSource(newSource);
281 // newShader.addSource(source);
293 public void addSource(ShaderType type, String name, String source, String defines){
304 public void addSource(ShaderType type, String source, String defines){
305 addSource(type, null, source, defines);
308 public void addSource(ShaderType type, String source){
309 addSource(type, source, null);
316 private void addSource(ShaderSource source){
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLViewSourceDocument.h 43 void addSource(const String&, HTMLToken&);
HTMLViewSourceDocument.cpp 89 void HTMLViewSourceDocument::addSource(const String& source, HTMLToken& token)
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFace.h 64 void addSource(PassOwnPtr<CSSFontFaceSource>);
CSSFontFace.cpp 82 void CSSFontFace::addSource(PassOwnPtr<CSSFontFaceSource> source)
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.h 40 virtual status_t addSource(const sp<MediaSource> &source);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 114 addSource(source);
118 protected void addSource(ContactsSource source) {
224 addSource(source);
  /external/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 60 void addSource(ExternalSemaSource &source);
  /frameworks/av/cmds/stagefright/
audioloop.cpp 60 writer->addSource(encoder);
recordvideo.cpp 299 writer->addSource(encoder);
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.h 139 status_t addSource(
  /frameworks/native/include/input/
InputDevice.h 86 void addSource(uint32_t source);
  /frameworks/av/media/libstagefright/
MediaMuxer.cpp 83 status_t result = mWriter->addSource(newTrack);
  /frameworks/native/libs/input/
InputDevice.cpp 171 void InputDeviceInfo::addSource(uint32_t source) {
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
DesktopAssetManager.java 399 s.addSource(Shader.ShaderType.Vertex, vertName, vertSource, key.getDefines().getCompiled());
400 s.addSource(Shader.ShaderType.Fragment, fragName, fragSource, key.getDefines().getCompiled());

Completed in 3510 milliseconds

1 2