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

12

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DDrmPlugin.cpp51 const KeyedVector<String8, String8>& optionalParameters,
46 getKeyRequest( const Vector<uint8_t>& scope, const Vector<uint8_t>& initData, const String8& initDataType, KeyType keyType, const KeyedVector<String8, String8>& optionalParameters, Vector<uint8_t>& request, String8& defaultUrl, DrmPlugin::KeyRequestType *keyRequestType) 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.cpp109 const KeyedVector<String8, String8> *headers)
106 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/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>
94 const KeyedVector<String8, String8> *headers)
200 KeyedVector<int, String8> mMetadata;
232 KeyedVector<String8, String8> headers;
91 setDataSource( const sp<IMediaHTTPService> &httpService, const char *srcUrl, const KeyedVector<String8, String8> *headers) argument
H A DIMediaPlayer.cpp91 const KeyedVector<String8, String8>* headers)
451 KeyedVector<String8, String8> headers;
88 setDataSource( const sp<IMediaHTTPService> &httpService, const char* url, const KeyedVector<String8, String8>* headers) argument
H A Dmediaplayer.cpp42 #include <utils/KeyedVector.h>
150 const char *url, const KeyedVector<String8, String8> *headers)
148 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<IMediaHTTPService> &httpService, const KeyedVector<String8, String8> &headers) argument
/frameworks/av/media/libstagefright/tests/
H A DMediaCodecListOverrides_test.cpp68 KeyedVector<AString, CodecSettings> *results) {
74 void verifyProfileResults(const KeyedVector<AString, CodecSettings> &results) { argument
92 KeyedVector<AString, CodecSettings> eR;
95 KeyedVector<AString, CodecSettings> dR;
125 KeyedVector<AString, CodecSettings> encoder_results;
126 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/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp40 const KeyedVector<String8, String8> *headers)
36 HTTPLiveSource( const sp<AMessage> &notify, const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
H A DNuPlayerDriver.cpp81 const KeyedVector<String8, String8> *headers) {
78 setDataSource( 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/media/libstagefright/
H A DDataSource.cpp196 const KeyedVector<String8, String8> *headers,
235 KeyedVector<String8, String8> nonCacheSpecificHeaders;
193 CreateFromURI( const sp<IMediaHTTPService> &httpService, const char *uri, const KeyedVector<String8, String8> *headers, String8 *contentType, HTTPBase *httpSource) argument
H A DMediaCodecListOverrides.cpp265 KeyedVector<AString, CodecSettings> encoder_results;
266 KeyedVector<AString, CodecSettings> decoder_results;
274 KeyedVector<AString, CodecSettings> *encoder_results,
275 KeyedVector<AString, CodecSettings> *decoder_results,
277 KeyedVector<AString, sp<MediaCodecInfo::Capabilities>> codecsNeedMeasure;
352 static AString codecResultsToXml(const KeyedVector<AString, CodecSettings>& results) { argument
383 const KeyedVector<AString, CodecSettings>& encoder_results,
384 const KeyedVector<AString, CodecSettings>& decoder_results) {
380 exportResultsToXML( const char *fileName, const CodecSettings& global_results, const KeyedVector<AString, CodecSettings>& encoder_results, const KeyedVector<AString, CodecSettings>& decoder_results) argument
H A DNuMediaExtractor.cpp66 const KeyedVector<String8, String8> *headers) {
63 setDataSource( const sp<IMediaHTTPService> &httpService, const char *path, const KeyedVector<String8, String8> *headers) argument
H A DNuCachedSource2.cpp748 KeyedVector<String8, String8> *headers,
747 RemoveCacheSpecificHeaders( KeyedVector<String8, String8> *headers, String8 *cacheConfig, bool *disconnectAtHighwatermark) argument
H A DStagefrightMetadataRetriever.cpp73 const KeyedVector<String8, String8> *headers) {
70 setDataSource( const sp<IMediaHTTPService> &httpService, const char *uri, const KeyedVector<String8, String8> *headers) 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/base/media/jni/
H A Dandroid_media_MediaExtractor.cpp78 const KeyedVector<String8, String8> *headers) {
638 KeyedVector<String8, String8> headers;
75 setDataSource( const sp<IMediaHTTPService> &httpService, const char *path, const KeyedVector<String8, String8> *headers) argument
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp21 #include <utils/KeyedVector.h>
87 read_snapshot_file(int fd, KeyedVector<String8,FileState>* snapshot)
144 write_snapshot_file(int fd, const KeyedVector<String8,FileRec>& snapshot) argument
338 KeyedVector<String8,FileState> oldSnapshot;
339 KeyedVector<String8,FileRec> newSnapshot;
903 KeyedVector<String8,FileRec> snapshot;
942 KeyedVector<String8,FileState> readSnapshot;
962 KeyedVector<String8,FileRec> snapshot;
1079 KeyedVector<String8,FileState> readSnapshot;
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp33 template class android::KeyedVector<SLuint32, member in class:android

Completed in 321 milliseconds

12