/frameworks/base/include/utils/ |
Looper.h | 22 #include <utils/KeyedVector.h> 320 KeyedVector<int, Request> mRequests; // guarded by mLock
|
/frameworks/base/libs/hwui/ |
ProgramCache.h | 20 #include <utils/KeyedVector.h> 303 KeyedVector<programid, Program*> mCache;
|
/frameworks/media/libvideoeditor/lvpp/ |
PreviewPlayer.h | 59 const char *uri, const KeyedVector<String8, String8> *headers); 104 const char *uri, const KeyedVector<String8, String8> *headers);
|
PreviewPlayerBase.h | 66 const KeyedVector<String8, String8> *headers = NULL); 151 KeyedVector<String8, String8> mUriHeaders; 232 const KeyedVector<String8, String8> *headers = NULL);
|
/frameworks/base/media/libmediaplayerservice/ |
MidiFile.h | 35 const char* path, const KeyedVector<String8, String8> *headers);
|
TestPlayerStub.h | 69 const char* url, const KeyedVector<String8, String8> *headers);
|
MediaPlayerService.h | 25 #include <utils/KeyedVector.h> 220 KeyedVector<int, BatteryUsageInfo> mBatteryData; 280 const KeyedVector<String8, String8> *headers);
|
TestPlayerStub.cpp | 116 const char *url, const KeyedVector<String8, String8> *headers) {
|
/frameworks/base/media/libmediaplayerservice/nuplayer/ |
NuPlayerDriver.h | 34 const char *url, const KeyedVector<String8, String8> *headers);
|
NuPlayer.h | 43 const char *url, const KeyedVector<String8, String8> *headers);
|
/frameworks/base/media/libstagefright/include/ |
NuCachedSource2.h | 63 KeyedVector<String8, String8> *headers,
|
AwesomePlayer.h | 69 const KeyedVector<String8, String8> *headers = NULL); 168 KeyedVector<String8, String8> mUriHeaders; 251 const KeyedVector<String8, String8> *headers = NULL);
|
/frameworks/base/opengl/libagl/ |
BufferObjectManager.cpp | 23 #include <utils/KeyedVector.h>
|
/hardware/ti/omap4xxx/camera/inc/ |
TICameraParameters.h | 23 #include <utils/KeyedVector.h>
|
CameraHal.h | 631 KeyedVector<unsigned int, unsigned int> mVideoHeaps; 632 KeyedVector<unsigned int, unsigned int> mVideoBuffers; 633 KeyedVector<unsigned int, unsigned int> mVideoMap; 636 KeyedVector<uint32_t, uint32_t> mVideoMetadataBufferMemoryMap; 637 KeyedVector<uint32_t, uint32_t> mVideoMetadataBufferReverseMap; 653 KeyedVector<unsigned int, sp<MemoryHeapBase> > mSharedPreviewHeaps; 654 KeyedVector<unsigned int, sp<MemoryBase> > mSharedPreviewBuffers; 696 KeyedVector<unsigned int, unsigned int> mIonHandleMap; 697 KeyedVector<unsigned int, unsigned int> mIonFdMap; 698 KeyedVector<unsigned int, unsigned int> mIonBufLength [all...] |
ANativeWindowDisplayAdapter.h | 163 KeyedVector<int, int> mFramesWithCameraAdapterMap;
|
CameraProperties.h | 23 #include <utils/KeyedVector.h>
|
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/ |
V4LCameraAdapter.h | 126 KeyedVector<int, int> mPreviewBufs;
|
/system/core/libpixelflinger/codeflinger/ |
CodeCache.h | 27 #include "tinyutils/KeyedVector.h" 117 KeyedVector<key_t, cache_entry_t> mCacheData; 124 // KeyedVector uses compare_type(), which is more efficient, than
|
/frameworks/base/media/libstagefright/chromium_http/ |
ChromiumHTTPDataSource.cpp | 60 const KeyedVector<String8, String8> *headers, 75 const KeyedVector<String8, String8> *headers, 176 KeyedVector<String8, String8> tmpHeaders = mHeaders;
|
/frameworks/base/tools/aapt/ |
AaptAssets.h | 11 #include <utils/KeyedVector.h> 455 const KeyedVector<String8, AaptSymbolEntry>& getSymbols() const 492 KeyedVector<String8, AaptSymbolEntry> mSymbols; 498 public KeyedVector<String8,sp<AaptGroup> > 563 inline KeyedVector<String8, sp<ResourceTypeSet> >* getResources() { return mRes; } 565 setResources(KeyedVector<String8, sp<ResourceTypeSet> >* res) { delete mRes; mRes = res; } 600 KeyedVector<String8, sp<ResourceTypeSet> >* mRes;
|
/development/tools/emulator/opengl/shared/OpenglCodecCommon/ |
GLSharedGroup.h | 33 #include <utils/KeyedVector.h>
|
/frameworks/base/drm/libdrmframework/include/ |
DrmManagerService.h | 21 #include <utils/KeyedVector.h>
|
/frameworks/base/include/media/stagefright/foundation/ |
AMessage.h | 23 #include <utils/KeyedVector.h>
|
/frameworks/base/media/libstagefright/ |
DataSource.cpp | 126 const char *uri, const KeyedVector<String8, String8> *headers) {
|