Searched defs:KeyedVector (Results 1 - 25 of 30) sorted by last modified time

12

/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp29 template class android::KeyedVector<SLuint32, android::AudioEffect* > ; member in class:android
/frameworks/native/include/utils/
H A DKeyedVector.h35 class KeyedVector class in namespace:android
41 inline KeyedVector();
63 inline bool isIdenticalTo(const KeyedVector& rhs) const;
100 // KeyedVector<KEY, VALUE> can be trivially moved using memcpy() because its
102 template<typename KEY, typename VALUE> struct trait_trivial_move<KeyedVector<KEY, VALUE> > {
110 * Variation of KeyedVector that holds a default value to return when
114 class DefaultKeyedVector : public KeyedVector<KEY, VALUE>
127 KeyedVector<KEY,VALUE>::KeyedVector() function in class:android::KeyedVector
132 bool KeyedVector<KE argument
[all...]
/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp40 using android::KeyedVector;
61 const KeyedVector<String8, String8> *) {
59 setDataSource( const char *url, const KeyedVector<String8, String8> *) argument
/frameworks/base/tools/aapt/
H A DResource.cpp67 KeyedVector<String8,sp<AaptGroup> >()
378 KeyedVector<String8, sp<ResourceTypeSet> >* resources)
427 KeyedVector<String8, sp<ResourceTypeSet> >* resources)
582 KeyedVector<String8, sp<ResourceTypeSet> >* overlayRes = overlay->getResources();
926 KeyedVector<String8, sp<ResourceTypeSet> > *resources =
927 new KeyedVector<String8, sp<ResourceTypeSet> >;
956 KeyedVector<String8, sp<ResourceTypeSet> > *resources =
957 new KeyedVector<String8, sp<ResourceTypeSet> >;
1051 KeyedVector<String8, sp<ResourceTypeSet> > *resources =
2249 KeyedVector<String
2417 writeProguardForXml(ProguardKeepSet* keep, const sp<AaptFile>& layoutFile, const char* startTag, const KeyedVector<String8, Vector<NamespaceAttributePair> >* tagAttrPairs) argument
[all...]
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp21 #include <utils/KeyedVector.h>
90 read_snapshot_file(int fd, KeyedVector<String8,FileState>* snapshot)
147 write_snapshot_file(int fd, const KeyedVector<String8,FileRec>& snapshot) argument
336 KeyedVector<String8,FileState> oldSnapshot;
337 KeyedVector<String8,FileRec> newSnapshot;
902 KeyedVector<String8,FileRec> snapshot;
941 KeyedVector<String8,FileState> readSnapshot;
961 KeyedVector<String8,FileRec> snapshot;
1078 KeyedVector<String8,FileState> readSnapshot;
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.cpp137 const char *path, const KeyedVector<String8, String8> *headers) {
644 KeyedVector<String8, String8> headers;
136 setDataSource( const char *path, const KeyedVector<String8, String8> *headers) argument
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp60 const char *url, const KeyedVector<String8, String8> *headers) {
59 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument
/frameworks/av/media/libmedia/
H A DIMediaMetadataRetriever.cpp86 const char *srcUrl, const KeyedVector<String8, String8> *headers)
185 KeyedVector<String8, String8> headers;
85 setDataSource( const char *srcUrl, const KeyedVector<String8, String8> *headers) argument
H A DIMediaPlayer.cpp79 const KeyedVector<String8, String8>* headers)
359 KeyedVector<String8, String8> headers;
78 setDataSource(const char* url, const KeyedVector<String8, String8>* headers) argument
H A Dmediametadataretriever.cpp96 const char *srcUrl, const KeyedVector<String8, String8> *headers)
95 setDataSource( const char *srcUrl, const KeyedVector<String8, String8> *headers) argument
H A Dmediaplayer.cpp37 #include <utils/KeyedVector.h>
139 const char *url, const KeyedVector<String8, String8> *headers)
138 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp609 const char *url, const KeyedVector<String8, String8> *headers)
608 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument
H A DMetadataRetrieverClient.cpp109 const char *url, const KeyedVector<String8, String8> *headers)
108 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument
H A DMidiFile.cpp117 const char* path, const KeyedVector<String8, String8> *) {
116 setDataSource( const char* path, const KeyedVector<String8, String8> *) argument
H A DMidiMetadataRetriever.cpp39 const char *url, const KeyedVector<String8, String8> *headers)
38 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument
H A DStagefrightPlayer.cpp57 const char *url, const KeyedVector<String8, String8> *headers) {
56 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument
H A DTestPlayerStub.cpp116 const char *url, const KeyedVector<String8, String8> *headers) {
115 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp36 const KeyedVector<String8, String8> *headers,
34 GenericSource( const char *url, const KeyedVector<String8, String8> *headers, bool uidValid, uid_t uid) argument
H A DHTTPLiveSource.cpp38 const KeyedVector<String8, String8> *headers,
36 HTTPLiveSource( const char *url, const KeyedVector<String8, String8> *headers, bool uidValid, uid_t uid) argument
H A DNuPlayer.cpp119 const char *url, const KeyedVector<String8, String8> *headers) {
118 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument
H A DNuPlayerDriver.cpp68 const char *url, const KeyedVector<String8, String8> *headers) {
67 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument
H A DRTSPSource.cpp33 const KeyedVector<String8, String8> *headers,
31 RTSPSource( const char *url, const KeyedVector<String8, String8> *headers, bool uidValid, uid_t uid) argument
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp259 const char *uri, const KeyedVector<String8, String8> *headers) {
265 const char *uri, const KeyedVector<String8, String8> *headers) {
258 setDataSource( const char *uri, const KeyedVector<String8, String8> *headers) argument
264 setDataSource_l( const char *uri, const KeyedVector<String8, String8> *headers) argument
H A DDataSource.cpp135 const char *uri, const KeyedVector<String8, String8> *headers) {
162 KeyedVector<String8, String8> copy = *headers;
134 CreateFromURI( const char *uri, const KeyedVector<String8, String8> *headers) argument
H A DNuCachedSource2.cpp683 KeyedVector<String8, String8> *headers,
682 RemoveCacheSpecificHeaders( KeyedVector<String8, String8> *headers, String8 *cacheConfig, bool *disconnectAtHighwatermark) argument

Completed in 427 milliseconds

12