Searched defs:KeyedVector (Results 1 - 25 of 40) sorted by relevance

12

/frameworks/av/media/libstagefright/
H A DDataSourceFactory.cpp36 const KeyedVector<String8, String8> *headers,
63 KeyedVector<String8, String8> nonCacheSpecificHeaders;
33 CreateFromURI( const sp<MediaHTTPService> &httpService, const char *uri, const KeyedVector<String8, String8> *headers, String8 *contentType, HTTPBase *httpSource) argument
H A DMediaCodecListOverrides.cpp209 KeyedVector<AString, CodecSettings> encoder_results;
210 KeyedVector<AString, CodecSettings> decoder_results;
218 KeyedVector<AString, CodecSettings> *encoder_results,
219 KeyedVector<AString, CodecSettings> *decoder_results,
221 KeyedVector<AString, sp<MediaCodecInfo::Capabilities>> codecsNeedMeasure;
282 static AString codecResultsToXml(const KeyedVector<AString, CodecSettings> &results) { argument
313 const KeyedVector<AString, CodecSettings> &encoder_results,
314 const KeyedVector<AString, CodecSettings> &decoder_results) {
310 exportResultsToXML( const char *fileName, const CodecSettings &global_results, const KeyedVector<AString, CodecSettings> &encoder_results, const KeyedVector<AString, CodecSettings> &decoder_results) argument
H A DNuCachedSource2.cpp744 KeyedVector<String8, String8> *headers,
743 RemoveCacheSpecificHeaders( KeyedVector<String8, String8> *headers, String8 *cacheConfig, bool *disconnectAtHighwatermark) argument
H A DNuMediaExtractor.cpp77 const KeyedVector<String8, String8> *headers) {
74 setDataSource( const sp<MediaHTTPService> &httpService, const char *path, const KeyedVector<String8, String8> *headers) argument
H A DStagefrightMetadataRetriever.cpp59 const KeyedVector<String8, String8> *headers) {
56 setDataSource( const sp<IMediaHTTPService> &httpService, const char *uri, const KeyedVector<String8, String8> *headers) argument
/frameworks/av/media/libmediaplayerservice/
H A DTestPlayerStub.cpp118 const KeyedVector<String8, String8> *headers) {
115 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
H A DMetadataRetrieverClient.cpp108 const KeyedVector<String8, String8> *headers)
105 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
/frameworks/av/media/libstagefright/rtsp/
H A DSDPLoader.cpp51 void SDPLoader::load(const char *url, const KeyedVector<String8, String8> *headers) { argument
60 new KeyedVector<String8, String8>(*headers));
90 KeyedVector<String8, String8> *headers = NULL;
/frameworks/base/media/jni/
H A Dandroid_media_Media2HTTPConnection.cpp93 const char *uri, const KeyedVector<String8, String8> *headers) {
92 connect( const char *uri, const KeyedVector<String8, String8> *headers) argument
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
H A DDrmPlugin.cpp88 const KeyedVector<String8, String8>& optionalParameters,
202 KeyedVector<String8, String8>& infoMap) const {
83 getKeyRequest( const Vector<uint8_t>& scope, const Vector<uint8_t>& initData, const String8& mimeType, KeyType keyType, const KeyedVector<String8, String8>& optionalParameters, Vector<uint8_t>& request, String8& defaultUrl, DrmPlugin::KeyRequestType *keyRequestType) argument
/frameworks/av/media/libmedia/
H A DIMediaHTTPConnection.cpp46 const char *uri, const KeyedVector<String8, String8> *headers) {
45 connect( const char *uri, const KeyedVector<String8, String8> *headers) argument
H A Dmediametadataretriever.cpp101 const KeyedVector<String8, String8> *headers)
98 setDataSource( const sp<IMediaHTTPService> &httpService, const char *srcUrl, const KeyedVector<String8, String8> *headers) argument
H A DIMediaMetadataRetriever.cpp27 #include <utils/KeyedVector.h>
97 const KeyedVector<String8, String8> *headers)
287 KeyedVector<int, String8> mMetadata;
319 KeyedVector<String8, String8> headers;
94 setDataSource( const sp<IMediaHTTPService> &httpService, const char *srcUrl, const KeyedVector<String8, String8> *headers) argument
H A DIMediaPlayer.cpp118 const KeyedVector<String8, String8>* headers)
648 KeyedVector<String8, String8> headers;
115 setDataSource( const sp<IMediaHTTPService> &httpService, const char* url, const KeyedVector<String8, String8>* headers) argument
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp46 const KeyedVector<String8, String8> *headers,
52 KeyedVector<String8, String8> extHeaders;
44 connect( const char *uri, const KeyedVector<String8, String8> *headers, off64_t ) argument
/frameworks/av/media/libstagefright/httplive/
H A DHTTPDownloader.cpp40 const KeyedVector<String8, String8> &headers) :
99 KeyedVector<String8, String8> headers = mExtraHeaders;
38 HTTPDownloader( const sp<MediaHTTPService> &httpService, const KeyedVector<String8, String8> &headers) argument
/frameworks/av/media/libstagefright/tests/
H A DMediaCodecListOverrides_test.cpp70 KeyedVector<AString, CodecSettings> *results) {
76 void verifyProfileResults(const KeyedVector<AString, CodecSettings> &results) { argument
94 KeyedVector<AString, CodecSettings> eR;
97 KeyedVector<AString, CodecSettings> dR;
127 KeyedVector<AString, CodecSettings> encoder_results;
128 KeyedVector<AString, CodecSettings> decoder_results;
/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp41 using android::KeyedVector;
63 const KeyedVector<String8, String8> *) {
60 setDataSource( const sp<IMediaHTTPService>& , const char *url, const KeyedVector<String8, String8> *) argument
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DHTTPLiveSource2.cpp45 const KeyedVector<String8, String8> *headers)
41 HTTPLiveSource2( const sp<AMessage> &notify, const sp<MediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
H A DRTSPSource2.cpp45 const KeyedVector<String8, String8> *headers,
41 RTSPSource2( const sp<AMessage> &notify, const sp<MediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers, uid_t uid, bool isSDP) argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp45 const KeyedVector<String8, String8> *headers)
41 HTTPLiveSource( const sp<AMessage> &notify, const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
H A DRTSPSource.cpp45 const KeyedVector<String8, String8> *headers,
41 RTSPSource( const sp<AMessage> &notify, const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers, bool uidValid, uid_t uid, bool isSDP) argument
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3SharedOutputStream.cpp272 const KeyedVector<sp<Surface>, size_t> &removedSurfaces,
273 const KeyedVector<sp<Surface>, size_t> &attachedSurfaces) {
304 KeyedVector<sp<Surface>, size_t> *outputMap) {
315 KeyedVector<sp<Surface>, size_t> removedSurfaces;
271 revertPartialUpdateLocked( const KeyedVector<sp<Surface>, size_t> &removedSurfaces, const KeyedVector<sp<Surface>, size_t> &attachedSurfaces) argument
/frameworks/base/tools/split-select/
H A DMain.cpp30 #include <utils/KeyedVector.h>
71 void generate(const KeyedVector<String8, Vector<SplitDescription> >& splits, const String8& base) { argument
78 KeyedVector<SplitDescription, sp<Rule> > rules(selector.getRules());
332 KeyedVector<String8, Vector<SplitDescription> > apkPathSplitMap;
333 KeyedVector<SplitDescription, String8> splitApkPathMap;
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp115 KeyedVector<String8, String8> const &optionalParameters,
255 KeyedVector<String8, String8> &infoMap) const
770 String8 MockDrmPlugin::stringMapToString(const KeyedVector<String8, String8>& map) const argument

Completed in 5064 milliseconds

12