HomeSort by relevance Sort by last modified time
    Searched refs:KeyedVector (Results 26 - 50 of 226) sorted by null

12 3 4 5 6 7 8 910

  /frameworks/av/media/libstagefright/include/
ChromiumHTTPDataSource.h 35 const KeyedVector<String8, String8> *headers = NULL,
83 KeyedVector<String8, String8> mHeaders;
102 const KeyedVector<String8, String8> *headers,
OMX.h 22 #include <utils/KeyedVector.h>
155 KeyedVector<wp<IBinder>, OMXNodeInstance *> mLiveNodes;
156 KeyedVector<node_id, OMXNodeInstance *> mNodeIDToInstance;
157 KeyedVector<node_id, sp<CallbackDispatcher> > mDispatchers;
SDPLoader.h 39 void load(const char* url, const KeyedVector<String8, String8> *headers);
  /frameworks/base/tools/aapt/
FileFinder.cpp 10 #include <utils/KeyedVector.h>
42 KeyedVector<String8,time_t>& fileStore,
82 KeyedVector<String8,time_t>& fileStore)
CrunchCache.h 12 #include <utils/KeyedVector.h>
  /frameworks/av/include/media/
MediaMetadataRetrieverInterface.h 36 const KeyedVector<String8, String8> *headers = NULL) = 0;
  /frameworks/av/media/libmediaplayerservice/
MidiMetadataRetriever.h 35 const char *url, const KeyedVector<String8, String8> *headers);
MetadataRetrieverClient.h 25 #include <utils/KeyedVector.h>
46 const char *url, const KeyedVector<String8, String8> *headers);
Drm.h 54 KeyedVector<String8, String8> const &optionalParameters,
67 KeyedVector<String8, String8> &infoMap) const;
135 static KeyedVector<Vector<uint8_t>, String8> mUUIDToLibraryPathMap;
136 static KeyedVector<String8, wp<SharedLibrary> > mLibraryPathToOpenLibraryMap;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h 65 KeyedVector<int32_t, OMX_TICKS> mPvToOmxTimeMap;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
HTTPLiveSource.h 32 const KeyedVector<String8, String8> *headers,
65 KeyedVector<String8, String8> mExtraHeaders;
  /frameworks/av/media/libstagefright/rtsp/
ASessionDescription.h 24 #include <utils/KeyedVector.h>
70 typedef KeyedVector<AString,AString> Attribs;
SDPLoader.cpp 55 void SDPLoader::load(const char *url, const KeyedVector<String8, String8> *headers) {
64 new KeyedVector<String8, String8>(*headers));
94 KeyedVector<String8, String8> *headers = NULL;
  /frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.h 25 #include <utils/KeyedVector.h>
107 KeyedVector<int, ComponentState> mStates;
  /frameworks/base/media/jni/
android_media_MediaExtractor.h 24 #include <utils/KeyedVector.h>
40 const KeyedVector<String8, String8> *headers);
  /frameworks/native/include/ui/
GraphicBufferAllocator.h 26 #include <utils/KeyedVector.h>
84 static KeyedVector<buffer_handle_t, alloc_rec_t> sAllocList;
  /frameworks/native/opengl/libagl/
BufferObjectManager.h 27 #include <utils/KeyedVector.h>
69 KeyedVector<GLuint, gl::buffer_t*> mBuffers;
  /frameworks/native/services/sensorservice/
SensorDevice.h 23 #include <utils/KeyedVector.h>
56 // Store batch parameters in the KeyedVector and the optimal batch_rate and timeout in
66 KeyedVector<void*, BatchParams> batchParams;
70 // in the KeyedVector above.
  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.h 64 KeyedVector<String8, String8> const &optionalParameters,
77 KeyedVector<String8, String8> &infoMap) const;
128 String8 stringMapToString(KeyedVector<String8, String8> map) const;
138 KeyedVector<String8, String8> mStringProperties;
139 KeyedVector<String8, Vector<uint8_t> > mByteArrayProperties;
  /frameworks/av/media/libstagefright/httplive/
LiveSession.h 63 const KeyedVector<String8, String8> *headers = NULL);
143 KeyedVector<String8, String8> mExtraHeaders;
152 KeyedVector<AString, FetcherInfo> mFetcherInfos;
164 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources;
166 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources2;
  /frameworks/av/include/drm/
drm_framework_common.h 21 #include <utils/KeyedVector.h>
303 KeyedVector<DrmCopyControl, int> copyControlVector;
309 KeyedVector<String8, String8> extendedData;
  /frameworks/av/drm/libdrmframework/include/
DrmManager.h 159 KeyedVector< DrmSupportInfo, String8 > mSupportInfoToPlugInIdMap;
160 KeyedVector< int, IDrmEngine*> mConvertSessionMap;
161 KeyedVector< int, sp<IDrmServiceListener> > mServiceListeners;
162 KeyedVector< int, IDrmEngine*> mDecryptSessionMap;
  /frameworks/av/media/libstagefright/chromium_http/
support.h 29 #include <utils/KeyedVector.h>
97 const KeyedVector<String8, String8> *headers,
157 const KeyedVector<String8, String8> *headers,
167 const KeyedVector<String8, String8> *headers,
  /frameworks/native/include/input/
VirtualKeyMap.h 24 #include <utils/KeyedVector.h>
  /frameworks/native/libs/ui/
GraphicBufferAllocator.cpp 35 KeyedVector<buffer_handle_t,
57 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList);
112 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList);
142 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList);

Completed in 143 milliseconds

12 3 4 5 6 7 8 910