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

12

/frameworks/av/media/libmediaplayerservice/
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 DTestPlayerStub.cpp116 const char *url, const KeyedVector<String8, String8> *headers) {
115 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 DStagefrightPlayer.cpp57 const char *url, const KeyedVector<String8, String8> *headers) {
56 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument
/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/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 Dmediametadataretriever.cpp96 const char *srcUrl, const KeyedVector<String8, String8> *headers)
95 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 Dmediaplayer.cpp37 #include <utils/KeyedVector.h>
141 const char *url, const KeyedVector<String8, String8> *headers)
140 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
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 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 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
H A DNuPlayer.cpp118 const char *url, const KeyedVector<String8, String8> *headers) {
117 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument
/frameworks/av/media/libstagefright/
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 DNuMediaExtractor.cpp61 const char *path, const KeyedVector<String8, String8> *headers) {
60 setDataSource( const char *path, const KeyedVector<String8, String8> *headers) argument
H A DStagefrightMetadataRetriever.cpp53 const char *uri, const KeyedVector<String8, String8> *headers) {
52 setDataSource( 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
/frameworks/av/media/libstagefright/chromium_http/
H A DChromiumHTTPDataSource.cpp60 const KeyedVector<String8, String8> *headers,
75 const KeyedVector<String8, String8> *headers,
179 KeyedVector<String8, String8> tmpHeaders = mHeaders;
58 connect( const char *uri, const KeyedVector<String8, String8> *headers, off64_t offset) argument
73 connect_l( const char *uri, const KeyedVector<String8, String8> *headers, off64_t offset) argument
H A Dsupport.cpp414 const KeyedVector<String8, String8> *headers,
433 const KeyedVector<String8, String8> *headers,
440 const KeyedVector<String8, String8> *extra,
412 initiateConnection( const char *uri, const KeyedVector<String8, String8> *headers, off64_t offset) argument
431 OnInitiateConnectionWrapper( SfDelegate *me, GURL url, const KeyedVector<String8, String8> *headers, off64_t offset) argument
438 onInitiateConnection( const GURL &url, const KeyedVector<String8, String8> *extra, off64_t offset) argument
/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/av/media/libstagefright/httplive/
H A DLiveSession.cpp76 const char *url, const KeyedVector<String8, String8> *headers) {
83 new KeyedVector<String8, String8>(*headers));
160 KeyedVector<String8, String8> *headers = NULL;
235 KeyedVector<String8, String8> headers = mExtraHeaders;
75 connect( const char *url, const KeyedVector<String8, String8> *headers) argument
/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/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

Completed in 1183 milliseconds

12