Searched defs:KeyedVector (Results 26 - 34 of 34) sorted by relevance

12

/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.cpp80 const KeyedVector<String8, String8> *headers) {
649 KeyedVector<String8, String8> headers;
77 setDataSource( const sp<IMediaHTTPService> &httpService, const char *path, const KeyedVector<String8, String8> *headers) argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp109 const KeyedVector<String8, String8> *headers) {
106 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
H A DNuPlayer.cpp252 const KeyedVector<String8, String8> *headers) {
249 setDataSourceAsync( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp501 const char *url, const KeyedVector<String8, String8> *headers) {
508 new KeyedVector<String8, String8>(*headers));
998 KeyedVector<String8, String8> *headers = NULL;
500 connectAsync( const char *url, const KeyedVector<String8, String8> *headers) argument
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp38 template class android::KeyedVector<SLuint32, member in class:android
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp782 const KeyedVector<String8, String8> *headers)
779 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
/frameworks/base/tools/aapt/
H A DCommand.cpp16 #include <utils/KeyedVector.h>
538 KeyedVector<String8, Feature> features;
547 const KeyedVector<String8, ImpliedFeature>& implied) {
556 static void addImpliedFeature(KeyedVector<String8, ImpliedFeature>* impliedFeatures,
574 const KeyedVector<String8, ImpliedFeature>* impliedFeatures) {
632 const KeyedVector<String8, ImpliedFeature>& impliedFeatures) {
664 KeyedVector<String8, ImpliedFeature>* impliedFeatures,
1105 KeyedVector<String8, ImpliedFeature> impliedFeatures;
546 hasFeature(const char* name, const FeatureGroup& grp, const KeyedVector<String8, ImpliedFeature>& implied) argument
573 printFeatureGroupImpl(const FeatureGroup& grp, const KeyedVector<String8, ImpliedFeature>* impliedFeatures) argument
631 printDefaultFeatureGroup(const FeatureGroup& grp, const KeyedVector<String8, ImpliedFeature>& impliedFeatures) argument
H A DResource.cpp72 KeyedVector<String8,sp<AaptGroup> >()
393 KeyedVector<String8, sp<ResourceTypeSet> >* resources)
450 KeyedVector<String8, sp<ResourceTypeSet> >* resources)
609 KeyedVector<String8, sp<ResourceTypeSet> >* overlayRes = overlay->getResources();
1287 KeyedVector<String8, sp<ResourceTypeSet> > *resources =
1288 new KeyedVector<String8, sp<ResourceTypeSet> >;
1321 KeyedVector<String8, sp<ResourceTypeSet> > *resources =
1322 new KeyedVector<String8, sp<ResourceTypeSet> >;
1432 KeyedVector<String8, sp<ResourceTypeSet> > *resources =
1758 KeyedVector<Symbo
3099 writeProguardForXml(ProguardKeepSet* keep, const sp<AaptFile>& layoutFile, const Vector<String8>& startTags, const KeyedVector<String8, Vector<NamespaceAttributePair> >* tagAttrPairs) argument
[all...]
H A DResourceTable.cpp702 KeyedVector<type_ident_pair_t, bool>* skippedResourceNames,
862 KeyedVector<type_ident_pair_t, bool> skippedResourceNames;
3796 KeyedVector<uint32_t, const Item*> items;
4662 KeyedVector<int, Vector<String16> > attributesToRemove;
4663 const KeyedVector<String16, Item>& bag = e->getBag();
4973 KeyedVector<Symbol, Vector<SymbolDefinition> >& resources) {
4972 getDensityVaryingResources( KeyedVector<Symbol, Vector<SymbolDefinition> >& resources) argument

Completed in 3326 milliseconds

12