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

12345

/frameworks/av/include/media/
H A DAVSyncSettings.h48 AVSyncSource mSource; member in struct:android::AVSyncSettings
52 : mSource(AVSYNC_SOURCE_DEFAULT),
/frameworks/av/media/libmedia/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/include/media/stagefright/
H A DJPEGSource.h42 sp<DataSource> mSource; member in struct:android::JPEGSource
H A DStagefrightMetadataRetriever.h48 sp<DataSource> mSource; member in struct:android::StagefrightMetadataRetriever
H A DAMRWriter.h48 sp<IMediaSource> mSource; member in struct:android::AMRWriter
H A DCallbackDataSource.h69 virtual void close() { mSource->close(); }
84 sp<DataSource> mSource; member in class:android::TinyCacheSource
/frameworks/av/media/libstagefright/foundation/include/
H A DJPEGSource.h42 sp<DataSource> mSource; member in struct:android::JPEGSource
H A DStagefrightMetadataRetriever.h48 sp<DataSource> mSource; member in struct:android::StagefrightMetadataRetriever
H A DAMRWriter.h48 sp<IMediaSource> mSource; member in struct:android::AMRWriter
H A DCallbackDataSource.h69 virtual void close() { mSource->close(); }
84 sp<DataSource> mSource; member in class:android::TinyCacheSource
/frameworks/av/media/libstagefright/include/
H A DJPEGSource.h42 sp<DataSource> mSource; member in struct:android::JPEGSource
H A DStagefrightMetadataRetriever.h48 sp<DataSource> mSource; member in struct:android::StagefrightMetadataRetriever
H A DAMRWriter.h48 sp<IMediaSource> mSource; member in struct:android::AMRWriter
H A DCallbackDataSource.h69 virtual void close() { mSource->close(); }
84 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 explicit DummyRecorder(const sp<MediaSource> &source) : mSource(source)
/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.h51 sp<Source> mSource; member in struct:android::NuPlayer::DecoderPassThrough
H A DStreamingSource.h59 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/libnbaio/include/
H A DSourceAudioBufferProvider.h43 const sp<NBAIO_Source> mSource; // the wrapped source member in class:android::SourceAudioBufferProvider
/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/security/net/config/
H A DCertificatesEntryRef.java25 private final CertificateSource mSource; field in class:CertificatesEntryRef
29 mSource = source;
40 for (X509Certificate cert : mSource.getCertificates()) {
47 X509Certificate foundCert = mSource.findBySubjectAndPublicKey(cert);
56 X509Certificate foundCert = mSource.findByIssuerAndSignature(cert);
65 return mSource.findAllByIssuerAndSignature(cert);
69 mSource.handleTrustStorageUpdate();
/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;

Completed in 1605 milliseconds

12345