Searched refs:Vector (Results 26 - 50 of 354) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/include/
H A DAACExtractor.h23 #include <utils/Vector.h>
48 Vector<uint64_t> mOffsetVector;
/frameworks/base/include/androidfw/
H A DVirtualKeyMap.h55 inline const Vector<VirtualKeyDefinition>& getVirtualKeys() const {
74 Vector<VirtualKeyDefinition> mVirtualKeys;
/frameworks/base/libs/hwui/
H A DPathCache.h20 #include <utils/Vector.h>
85 Vector<SkPath*> mGarbage;
/frameworks/base/test-runner/src/junit/runner/
H A DSorter.java15 public void swap(Vector values, int left, int right);
18 public static void sortStrings(Vector values , int left, int right, Swapper swapper) {
H A DClassPathTestCollector.java33 Hashtable collectFilesInRoots(Vector roots) {
57 Vector splitClassPath(String classPath) {
58 Vector result= new Vector();
/frameworks/base/tools/aapt/tests/
H A DMockFileFinder.h8 #include <utils/Vector.h>
35 virtual bool findFiles(String8 basePath, Vector<String8>& extensions,
H A DMockDirectoryWalker.h7 #include <utils/Vector.h>
24 StringDirectoryWalker(String8& path, Vector< pair<String8,time_t> >& data)
41 // Advance to next entry in the Vector
77 // Current position in the Vector
82 Vector< pair<String8,time_t> > mData;
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
H A DObjectLoader.h24 #include <utils/Vector.h>
64 bool getSymbolNameList(android::Vector<const char *>& pNameList,
/frameworks/native/include/gui/
H A DSensorManager.h28 #include <utils/Vector.h>
68 mutable Vector<Sensor> mSensors;
/frameworks/native/opengl/libagl/
H A DTokenizer.h22 #include <utils/Vector.h>
52 Vector<run_t> mRanges;
/frameworks/av/services/camera/libcameraservice/camera2/
H A DZslProcessor.h22 #include <utils/Vector.h>
67 void dump(int fd, const Vector<String16>& args) const;
99 Vector<CameraMetadata> mFrameList;
104 Vector<ZslPair> mZslQueue;
H A DStreamingProcessor.h65 const Vector<uint8_t> &outputStreams);
79 status_t dump(int fd, const Vector<String16>& args);
109 Vector<BufferItemConsumer::BufferItem> mRecordingBuffers;
/frameworks/native/libs/gui/
H A DISensorServer.cpp22 #include <utils/Vector.h>
48 virtual Vector<Sensor> getSensorList()
54 Vector<Sensor> v;
83 Vector<Sensor> v(getSensorList());
/frameworks/native/libs/utils/
H A Dmisc.cpp35 #include <utils/Vector.h>
98 static Vector<sysprop_change_callback_info>* gSyspropList = NULL;
105 gSyspropList = new Vector<sysprop_change_callback_info>();
128 Vector<sysprop_change_callback_info> listeners;
/frameworks/av/media/libstagefright/rtsp/
H A DASessionDescription.h26 #include <utils/Vector.h>
73 Vector<Attribs> mTracks;
74 Vector<AString> mFormats;
/frameworks/rs/cpp/
H A DElement.h158 android::Vector<sp</*const*/ Element> > &elements,
159 android::Vector<android::String8> &elementNames,
160 android::Vector<uint32_t> &arraySizes);
174 android::Vector<sp</*const*/ Element> > mElements;
175 android::Vector<android::String8> mElementNames;
176 android::Vector<uint32_t> mArraySizes;
189 android::Vector<sp</*const*/ Element> > mElements;
190 android::Vector<android::String8> mElementNames;
191 android::Vector<uint32_t> mArraySizes;
192 android::Vector<uint32_
[all...]
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSInfo.h29 #include <utils/Vector.h>
145 typedef android::Vector<std::pair<const char *,
147 typedef android::Vector<std::pair<const char*, const char*> > PragmaListTy;
148 typedef android::Vector<uint32_t> ObjectSlotListTy;
149 typedef android::Vector<const char *> ExportVarNameListTy;
150 typedef android::Vector<const char *> ExportFuncNameListTy;
151 typedef android::Vector<std::pair<const char *,
/frameworks/native/services/sensorservice/
H A DSensorService.h23 #include <utils/Vector.h>
66 virtual Vector<Sensor> getSensorList();
68 virtual status_t dump(int fd, const Vector<String16>& args);
118 Vector<Sensor> mSensorList;
119 Vector<Sensor> mUserSensorListDebug;
120 Vector<Sensor> mUserSensorList;
122 Vector<SensorInterface *> mVirtualSensorList;
/frameworks/av/drm/libdrmframework/include/
H A DPlugInManager.h25 #include <utils/Vector.h>
68 typedef Vector<String8> PlugInIdList;
80 Vector<String8> plugInFileList = getPlugInPathList(rsPlugInDirPath);
104 * String type Vector in which all plug-in IDs are stored
106 Vector<String8> getPlugInIdList() const {
200 * String type Vector in which file path of plug-ins are stored
202 Vector<String8> getPlugInPathList(const String8& rsDirPath) {
203 Vector<String8> fileList;
/frameworks/rs/
H A DrsElement.h66 Vector<ObjectBaseRef<const Element> > mBuilderElementRefs;
67 Vector<const Element *> mBuilderElements;
68 Vector<const char*> mBuilderNameStrings;
69 Vector<size_t> mBuilderNameLengths;
70 Vector<uint32_t> mBuilderArrays;
181 Vector<Element *> mElements;
/frameworks/support/renderscript/v8/rs_support/
H A DrsElement.h66 Vector<ObjectBaseRef<const Element> > mBuilderElementRefs;
67 Vector<const Element *> mBuilderElements;
68 Vector<const char*> mBuilderNameStrings;
69 Vector<size_t> mBuilderNameLengths;
70 Vector<uint32_t> mBuilderArrays;
181 Vector<Element *> mElements;
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.h22 #include <utils/Vector.h>
103 Vector<MediaBuffer *> mOutputBuffers;
104 Vector<InputBufferInfo> mInputBufferInfoVec;
/frameworks/av/media/libstagefright/foundation/
H A DAHierarchicalStateMachine.cpp21 #include <utils/Vector.h>
76 Vector<sp<AState> > A;
86 Vector<sp<AState> > B;
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSgTransform.java21 import java.util.Vector;
51 Vector mChildren;
85 mChildren = new Vector();
/frameworks/base/tools/aapt/
H A DFileFinder.cpp8 #include <utils/Vector.h>
41 bool SystemFileFinder::findFiles(String8 basePath, Vector<String8>& extensions,
81 Vector<String8>& extensions,

Completed in 376 milliseconds

1234567891011>>