HomeSort by relevance Sort by last modified time
    Searched refs:KeyedVector (Results 1 - 25 of 326) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tools/aapt/tests/
MockFileFinder.h 9 #include <utils/KeyedVector.h>
18 MockFileFinder (KeyedVector<String8, KeyedVector<String8,time_t> >& files)
36 KeyedVector<String8,time_t>& fileStore,
39 const KeyedVector<String8,time_t>* payload(&mFiles.valueFor(basePath));
40 // Since KeyedVector doesn't implement swap
51 KeyedVector<String8, KeyedVector<String8,time_t> > mFiles;
  /frameworks/base/tools/aapt/
FileFinder.h 14 #include <utils/KeyedVector.h>
26 KeyedVector<String8,time_t>& fileStore,
35 /* findFiles takes a path, a Vector of extensions, and a destination KeyedVector
37 * all files with matching extensions found into the KeyedVector
50 * as keys in the KeyedVector. Each key has the modification time
57 KeyedVector<String8,time_t>& fileStore,
71 * is added to the KeyedVector with the path as the key and the modification
77 KeyedVector<String8,time_t>& fileStore);
  /frameworks/av/media/libstagefright/
MediaCodecListOverrides.h 25 #include <utils/KeyedVector.h>
45 KeyedVector<AString, CodecSettings> *encoder_results,
46 KeyedVector<AString, CodecSettings> *decoder_results,
52 const KeyedVector<AString, CodecSettings>& encoder_results,
53 const KeyedVector<AString, CodecSettings>& decoder_results);
  /frameworks/av/drm/mediadrm/plugins/clearkey/
ClearKeyTypes.h 22 #include <utils/KeyedVector.h>
33 typedef android::KeyedVector<android::Vector<uint8_t>,
  /frameworks/base/tools/split-select/
SplitSelector.h 20 #include <utils/KeyedVector.h>
36 android::KeyedVector<SplitDescription, android::sp<Rule> > getRules() const;
  /hardware/intel/img/hwcomposer/merrifield/common/buffers/
BufferCache.h 19 #include <utils/KeyedVector.h>
41 KeyedVector<uint64_t, BufferMapper*> mBufferPool;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/
BufferCache.h 19 #include <utils/KeyedVector.h>
41 KeyedVector<uint64_t, BufferMapper*> mBufferPool;
  /frameworks/av/include/camera/
VendorTagDescriptor.h 21 #include <utils/KeyedVector.h>
109 KeyedVector<String8, KeyedVector<String8, uint32_t>*> mReverseMapping;
110 KeyedVector<uint32_t, String8> mTagToNameMap;
111 KeyedVector<uint32_t, uint32_t> mTagToSectionMap; // Value is offset in mSections
112 KeyedVector<uint32_t, int32_t> mTagToTypeMap;
  /system/core/include/utils/
KeyedVector.h 35 class KeyedVector
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()
132 bool KeyedVector<KEY,VALUE>::isIdenticalTo(const KeyedVector<KEY,VALUE>& rhs) const
    [all...]
  /hardware/ti/omap4-aah/camera/inc/
BaseCameraAdapter.h 187 android::KeyedVector<int, frame_callback> *subscribers,
229 android::KeyedVector<int, frame_callback> mFrameSubscribers;
230 android::KeyedVector<int, frame_callback> mSnapshotSubscribers;
231 android::KeyedVector<int, frame_callback> mFrameDataSubscribers;
232 android::KeyedVector<int, frame_callback> mVideoSubscribers;
233 android::KeyedVector<int, frame_callback> mVideoInSubscribers;
234 android::KeyedVector<int, frame_callback> mImageSubscribers;
235 android::KeyedVector<int, frame_callback> mRawSubscribers;
236 android::KeyedVector<int, event_callback> mFocusSubscribers;
237 android::KeyedVector<int, event_callback> mZoomSubscribers
    [all...]
  /frameworks/av/media/libstagefright/httplive/
HTTPDownloader.h 22 #include <utils/KeyedVector.h>
37 const KeyedVector<String8, String8> &headers);
76 KeyedVector<String8, String8> mExtraHeaders;
  /frameworks/av/media/libstagefright/include/
StagefrightMetadataRetriever.h 24 #include <utils/KeyedVector.h>
38 const KeyedVector<String8, String8> *headers);
52 KeyedVector<int, String8> mMetaData;
  /frameworks/av/media/libstagefright/omx/
OMXMaster.h 24 #include <utils/KeyedVector.h>
56 KeyedVector<String8, OMXPluginBase *> mPluginByComponentName;
57 KeyedVector<OMX_COMPONENTTYPE *, OMXPluginBase *> mPluginByInstance;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3BufferManager.h 24 #include <utils/KeyedVector.h>
211 typedef KeyedVector<StreamId, GraphicBufferEntry> BufferEntry;
219 typedef KeyedVector<StreamId, StreamInfo> InfoMap;
225 typedef KeyedVector<StreamId, size_t> BufferCountMap;
289 KeyedVector<StreamSetId, StreamSet> mStreamSetMap;
290 KeyedVector<StreamId, wp<Camera3OutputStream>> mStreamMap;
  /frameworks/native/include/input/
KeyLayoutMap.h 22 #include <utils/KeyedVector.h>
89 KeyedVector<int32_t, Key> mKeysByScanCode;
90 KeyedVector<int32_t, Key> mKeysByUsageCode;
91 KeyedVector<int32_t, AxisInfo> mAxes;
92 KeyedVector<int32_t, Led> mLedsByScanCode;
93 KeyedVector<int32_t, Led> mLedsByUsageCode;
  /frameworks/av/include/media/
IMediaHTTPConnection.h 23 #include <utils/KeyedVector.h>
35 const char *uri, const KeyedVector<String8, String8> *headers) = 0;
  /frameworks/av/include/media/stagefright/foundation/
ALooperRoster.h 22 #include <utils/KeyedVector.h>
45 KeyedVector<ALooper::handler_id, HandlerInfo> mHandlers;
  /frameworks/av/media/libstagefright/wifi-display/
Parameters.h 19 #include <utils/KeyedVector.h>
33 KeyedVector<AString, AString> mDict;
  /hardware/intel/img/hwcomposer/merrifield/include/
UeventObserver.h 19 #include <utils/KeyedVector.h>
57 KeyedVector<String8, UeventListener*> mListeners;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
UeventObserver.h 19 #include <utils/KeyedVector.h>
57 KeyedVector<String8, UeventListener*> mListeners;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnRGBPlane.h 19 #include <utils/KeyedVector.h>
59 KeyedVector<uint32_t, uint32_t> mScalingBufferMap;
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
SoundTriggerSession.h 21 #include <utils/KeyedVector.h>
  /hardware/intel/common/utils/media_resource_manager/omx_adaptor/
OMX_adaptor.h 25 #include <utils/KeyedVector.h>
31 typedef KeyedVector <OMX_HANDLETYPE, String8> ComponentNameMap;
32 typedef KeyedVector <OMX_HANDLETYPE, uint> ComponentFramerateMap;
42 typedef KeyedVector <OMX_HANDLETYPE, AdaptorCodecInfo> ComponentInfoMap;
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
SpritePlaneBase.h 19 #include <utils/KeyedVector.h>
  /hardware/intel/img/hwcomposer/merrifield/ips/penwell/
PnwOverlayPlane.h 19 #include <utils/KeyedVector.h>

Completed in 599 milliseconds

1 2 3 4 5 6 7 8 91011>>