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

1 2 3

  /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) {
  /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 135 pContext.addSource(*this);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLViewSourceDocument.h 48 void addSource(const String&, HTMLToken&, SourceAnnotation);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLViewSourceParser.cpp 57 document()->addSource(m_sourceTracker.sourceForToken(m_token), m_token, annotation);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFace.h 65 void addSource(PassOwnPtrWillBeRawPtr<CSSFontFaceSource>);
CSSFontFace.cpp 40 void CSSFontFace::addSource(PassOwnPtrWillBeRawPtr<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);
  /frameworks/av/cmds/stagefright/
audioloop.cpp 113 writer->addSource(encoder);
recordvideo.cpp 304 writer->addSource(encoder);
  /frameworks/av/media/libstagefright/webm/
WebmWriter.h 44 virtual status_t addSource(const sp<MediaSource> &source);
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.h 138 status_t addSource(
  /frameworks/native/include/input/
InputDevice.h 91 void addSource(uint32_t source);
  /external/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 60 void addSource(ExternalSemaSource &source);
  /frameworks/native/libs/input/
InputDevice.cpp 171 void InputDeviceInfo::addSource(uint32_t source) {
  /frameworks/av/media/libstagefright/
AMRWriter.cpp 70 status_t AMRWriter::addSource(const sp<MediaSource> &source) {
MediaMuxer.cpp 97 status_t result = mWriter->addSource(newTrack);
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 1000 mWriter->addSource(audioEncoder);
1048 mWriter->addSource(source);
    [all...]

Completed in 2868 milliseconds

1 2 3