/frameworks/av/include/media/stagefright/ |
MetaData.h | 26 #include <utils/KeyedVector.h> 265 KeyedVector<uint32_t, typed_data> mItems;
|
/frameworks/av/media/libstagefright/ |
DataSource.cpp | 183 const char *uri, const KeyedVector<String8, String8> *headers) { 210 KeyedVector<String8, String8> copy = *headers;
|
/frameworks/av/media/libstagefright/httplive/ |
PlaylistFetcher.h | 107 KeyedVector<LiveSession::StreamType, sp<AnotherPacketSource> > 110 KeyedVector<AString, sp<ABuffer> > mAESKeyForURI;
|
/frameworks/av/include/media/ |
IMediaPlayerService.h | 21 #include <utils/KeyedVector.h>
|
/frameworks/av/media/libmediaplayerservice/ |
MidiFile.h | 35 const char* path, const KeyedVector<String8, String8> *headers);
|
TestPlayerStub.h | 69 const char* url, const KeyedVector<String8, String8> *headers);
|
/frameworks/av/media/libstagefright/include/ |
NuCachedSource2.h | 63 KeyedVector<String8, String8> *headers,
|
AwesomePlayer.h | 67 const KeyedVector<String8, String8> *headers = NULL); 163 KeyedVector<String8, String8> mUriHeaders; 251 const KeyedVector<String8, String8> *headers = NULL);
|
/frameworks/av/services/camera/libcameraservice/api2/ |
CameraDeviceClient.h | 144 KeyedVector<sp<IBinder>, int> mStreamMap;
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3Device.h | 25 #include <utils/KeyedVector.h> 176 typedef KeyedVector<int, sp<camera3::Camera3OutputStreamInterface> > 427 typedef KeyedVector<uint32_t/*tag*/, RequestTrigger> TriggerMap; 463 // Default constructor needed by KeyedVector 481 typedef KeyedVector<uint32_t, InFlightRequest> InFlightMap;
|
/frameworks/native/include/gui/ |
SurfaceControl.h | 23 #include <utils/KeyedVector.h>
|
/frameworks/native/opengl/libagl/ |
BufferObjectManager.cpp | 23 #include <utils/KeyedVector.h>
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_context.h | 22 #include <utils/KeyedVector.h>
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
ProgramCache.h | 23 #include <utils/KeyedVector.h>
|
/hardware/ti/omap4xxx/camera/inc/ |
TICameraParameters.h | 23 #include <utils/KeyedVector.h>
|
CameraHal.h | 639 KeyedVector<unsigned int, unsigned int> mVideoHeaps; 640 KeyedVector<unsigned int, unsigned int> mVideoBuffers; 641 KeyedVector<unsigned int, unsigned int> mVideoMap; 644 KeyedVector<uint32_t, uint32_t> mVideoMetadataBufferMemoryMap; 645 KeyedVector<uint32_t, uint32_t> mVideoMetadataBufferReverseMap; 661 KeyedVector<unsigned int, sp<MemoryHeapBase> > mSharedPreviewHeaps; 662 KeyedVector<unsigned int, sp<MemoryBase> > mSharedPreviewBuffers; 702 KeyedVector<unsigned int, unsigned int> mIonHandleMap; 703 KeyedVector<unsigned int, unsigned int> mIonFdMap; 704 KeyedVector<unsigned int, unsigned int> mIonBufLength [all...] |
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/ |
V4LCameraAdapter.h | 126 KeyedVector<int, int> mPreviewBufs;
|
/system/core/libpixelflinger/codeflinger/ |
CodeCache.h | 26 #include "tinyutils/KeyedVector.h" 115 KeyedVector<key_t, cache_entry_t> mCacheData; 122 // KeyedVector uses compare_type(), which is more efficient, than
|
ARMAssembler.h | 25 #include "tinyutils/KeyedVector.h" 183 KeyedVector< const char*, uint32_t* > mLabels; 184 KeyedVector< uint32_t*, const char* > mLabelsInverseMapping; 185 KeyedVector< uint32_t*, const char* > mComments;
|
/device/generic/goldfish/camera/ |
EmulatedFakeCamera2.h | 31 #include <utils/KeyedVector.h> 419 KeyedVector<uint32_t, Stream> mStreams; 420 KeyedVector<uint32_t, ReprocessStream> mReprocessStreams;
|
EmulatedCameraDevice.h | 30 #include <utils/KeyedVector.h>
|
/frameworks/av/media/libstagefright/chromium_http/ |
ChromiumHTTPDataSource.cpp | 60 const KeyedVector<String8, String8> *headers, 78 const KeyedVector<String8, String8> *headers, 189 KeyedVector<String8, String8> tmpHeaders = mHeaders;
|
/frameworks/base/libs/hwui/ |
Program.h | 20 #include <utils/KeyedVector.h> 421 KeyedVector<const char*, int> mAttributes; 422 KeyedVector<const char*, int> mUniforms;
|
/frameworks/base/tools/aapt/ |
AaptAssets.h | 12 #include <utils/KeyedVector.h> 464 const KeyedVector<String8, AaptSymbolEntry>& getSymbols() const 501 KeyedVector<String8, AaptSymbolEntry> mSymbols; 507 public KeyedVector<String8,sp<AaptGroup> > 587 inline KeyedVector<String8, sp<ResourceTypeSet> >* getResources() { return mRes; } 589 setResources(KeyedVector<String8, sp<ResourceTypeSet> >* res) { delete mRes; mRes = res; } 626 KeyedVector<String8, sp<ResourceTypeSet> >* mRes;
|
/frameworks/av/drm/libdrmframework/include/ |
DrmManagerService.h | 21 #include <utils/KeyedVector.h>
|