Searched defs:mSource (Results 1 - 25 of 81) sorted by relevance

1234

/frameworks/av/include/media/
H A DAVSyncSettings.h48 AVSyncSource mSource; member in struct:android::AVSyncSettings
52 : mSource(AVSYNC_SOURCE_DEFAULT),
/frameworks/av/media/libmediaplayerservice/
H A DRemoteDisplay.h51 sp<WifiDisplaySource> mSource; member in struct:android::RemoteDisplay
/frameworks/av/media/libstagefright/timedtext/
H A DTimedText3GPPSource.h33 virtual status_t start() { return mSource->start(); }
34 virtual status_t stop() { return mSource->stop(); }
47 sp<MediaSource> mSource; member in class:android::TimedText3GPPSource
H A DTimedTextSRTSource.h49 sp<DataSource> mSource; member in class:android::TimedTextSRTSource
H A DTimedTextPlayer.h67 sp<TimedTextSource> mSource; member in class:android::TimedTextPlayer
/frameworks/av/include/media/stagefright/
H A DJPEGSource.h42 sp<DataSource> mSource; member in struct:android::JPEGSource
H A DAMRWriter.h48 sp<MediaSource> mSource; member in struct:android::AMRWriter
/frameworks/av/media/libstagefright/include/
H A DStagefrightMetadataRetriever.h49 sp<DataSource> mSource; member in struct:android::StagefrightMetadataRetriever
H A DCallbackDataSource.h69 sp<DataSource> mSource; member in class:android::TinyCacheSource
/frameworks/av/media/libstagefright/tests/
H A DDummyRecorder.h33 sp<MediaSource> mSource; member in class:android::DummyRecorder
46 DummyRecorder(const sp<MediaSource> &source) : mSource(source)
/frameworks/base/tools/aapt2/
H A DResourceParser.h187 Source mSource; member in class:aapt::ResourceParser
H A DLogger.h71 Source mSource; member in class:aapt::SourceLogger
/frameworks/compile/libbcc/include/bcc/
H A DScript.h28 Source *mSource; member in class:bcc::Script
36 Script(Source &pSource) : mSource(&pSource) { }
50 // This is equivalent to the call to Script::merge(...) on mSource.
54 { return *mSource; }
56 { return *mSource; }
/frameworks/support/v7/palette/src/androidTest/java/android/support/v7/graphics/
H A DBucketTests.java31 private Bitmap mSource; field in class:BucketTests
37 mSource = BitmapFactory.decodeResource(getInstrumentation().getContext().getResources(),
42 Palette.from(mSource).generate();
43 assertFalse(mSource.isRecycled());
47 Palette p = Palette.from(mSource).generate();
H A DMaxColorsTest.java28 private Bitmap mSource; field in class:MaxColorsTest
34 mSource = BitmapFactory.decodeResource(getInstrumentation().getContext().getResources(),
51 Palette newPalette = Palette.from(mSource).maximumColorCount(colorCount).generate();
/frameworks/av/include/media/nbaio/
H A DSourceAudioBufferProvider.h43 const sp<NBAIO_Source> mSource; // the wrapped source member in class:android::SourceAudioBufferProvider
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.h52 sp<Source> mSource; member in struct:android::NuPlayer::DecoderPassThrough
H A DStreamingSource.h55 sp<IStreamSource> mSource; member in struct:android::NuPlayer::StreamingSource
H A DNuPlayerStreamListener.h61 sp<IStreamSource> mSource; member in struct:android::NuPlayer::NuPlayerStreamListener
/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.h54 sp<MediaSource> mSource; member in struct:android::MediaPuller
H A DRepeaterSource.h47 sp<MediaSource> mSource; member in struct:android::RepeaterSource
/frameworks/base/core/java/android/text/style/
H A DImageSpan.java35 private String mSource; field in class:ImageSpan
96 mSource = source;
111 mSource = uri.toString();
164 return mSource;
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DStatement.java51 private final AbstractAsset mSource; field in class:Statement
54 mSource = source;
64 return mSource;
114 if (!mSource.equals(statement.mSource)) {
125 result = 31 * result + mSource.hashCode();
133 statement.append(mSource);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DActiveSourceHandler.java37 private final HdmiCecLocalDeviceTv mSource; field in class:ActiveSourceHandler
51 mSource = source;
52 mService = mSource.getService();
64 HdmiCecLocalDeviceTv tv = mSource;
98 return mSource.getDeviceInfo().getLogicalAddress();
H A DHdmiCecMessage.java31 private final int mSource; field in class:HdmiCecMessage
41 mSource = source;
54 return mSource;
92 opcodeToString(mOpcode), mSource, mDestination));

Completed in 1733 milliseconds

1234