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

/frameworks/base/media/libmediaplayerservice/
H A DTestPlayerStub.cpp116 const char *url, const KeyedVector<String8, String8> *headers) {
115 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument
H A DMidiFile.cpp119 const char* path, const KeyedVector<String8, String8> *) {
118 setDataSource( const char* path, const KeyedVector<String8, String8> *) argument
H A DStagefrightPlayer.cpp35 const char *url, const KeyedVector<String8, String8> *headers) {
34 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument
H A DMediaPlayerService.cpp252 const KeyedVector<String8, String8> *headers, int audioSessionId)
805 const char *url, const KeyedVector<String8, String8> *headers)
250 create( pid_t pid, const sp<IMediaPlayerClient>& client, const char* url, const KeyedVector<String8, String8> *headers, int audioSessionId) argument
804 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument
/frameworks/base/media/libstagefright/
H A DDataSource.cpp111 const char *uri, const KeyedVector<String8, String8> *headers) {
110 CreateFromURI( const char *uri, const KeyedVector<String8, String8> *headers) argument
H A DNuHTTPDataSource.cpp96 const KeyedVector<String8, String8> *overrides,
414 const KeyedVector<String8, String8> *overrides, String8 *headers) {
94 connect( const char *uri, const KeyedVector<String8, String8> *overrides, off_t offset) argument
413 MakeFullHeaders( const KeyedVector<String8, String8> *overrides, String8 *headers) argument
H A DAwesomePlayer.cpp300 const char *uri, const KeyedVector<String8, String8> *headers) {
306 const char *uri, const KeyedVector<String8, String8> *headers) {
299 setDataSource( const char *uri, const KeyedVector<String8, String8> *headers) argument
305 setDataSource_l( const char *uri, const KeyedVector<String8, String8> *headers) argument
/frameworks/base/include/utils/
H A DKeyedVector.h33 class KeyedVector class in namespace:android
39 inline KeyedVector();
97 * Variation of KeyedVector that holds a default value to return when
101 class DefaultKeyedVector : public KeyedVector<KEY, VALUE>
114 KeyedVector<KEY,VALUE>::KeyedVector() function in class:android::KeyedVector
119 ssize_t KeyedVector<KEY,VALUE>::indexOfKey(const KEY& key) const {
124 const VALUE& KeyedVector<KEY,VALUE>::valueFor(const KEY& key) const {
131 const VALUE& KeyedVector<KEY,VALUE>::valueAt(size_t index) const {
136 const KEY& KeyedVector<KE
[all...]
/frameworks/base/media/libmedia/
H A DIMediaPlayerService.cpp60 const char* url, const KeyedVector<String8, String8> *headers, int audioSessionId) {
159 KeyedVector<String8, String8> headers;
58 create( pid_t pid, const sp<IMediaPlayerClient>& client, const char* url, const KeyedVector<String8, String8> *headers, int audioSessionId) argument
H A Dmediaplayer.cpp37 #include <utils/KeyedVector.h>
134 const char *url, const KeyedVector<String8, String8> *headers)
133 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument
/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp39 using android::KeyedVector;
60 const KeyedVector<String8, String8> *) {
58 setDataSource( const char *url, const KeyedVector<String8, String8> *) argument
/frameworks/base/libs/utils/
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;
625 KeyedVector<String8,FileRec> snapshot;
664 KeyedVector<String8,FileState> readSnapshot;
684 KeyedVector<String8,FileRec> snapshot;
801 KeyedVector<String8,FileState> readSnapshot;
/frameworks/base/tools/aapt/
H A DResource.cpp50 KeyedVector<String8,sp<AaptGroup> >()
322 KeyedVector<String8, sp<ResourceTypeSet> >* resources)
362 KeyedVector<String8, sp<ResourceTypeSet> >* resources)
514 KeyedVector<String8, sp<ResourceTypeSet> >* overlayRes = overlay->getResources();
794 KeyedVector<String8, sp<ResourceTypeSet> > *resources =
795 new KeyedVector<String8, sp<ResourceTypeSet> >;
818 KeyedVector<String8, sp<ResourceTypeSet> > *resources =
819 new KeyedVector<String8, sp<ResourceTypeSet> >;
882 KeyedVector<String8, sp<ResourceTypeSet> > *resources =
1858 KeyedVector<String
2009 writeProguardForXml(ProguardKeepSet* keep, const sp<AaptFile>& layoutFile, const char* startTag, const KeyedVector<String8, NamespaceAttributePair>* tagAttrPairs) argument
[all...]

Completed in 2952 milliseconds