OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SortedVector
(Results
1 - 25
of
98
) sorted by null
1
2
3
4
/frameworks/base/tools/split-select/
Grouper.h
22
#include <utils/
SortedVector
.h>
27
android::Vector<android::
SortedVector
<SplitDescription> >
RuleGenerator.h
24
#include <utils/
SortedVector
.h>
31
static android::sp<Rule> generate(const android::
SortedVector
<SplitDescription>& group, size_t index);
SplitSelector.h
21
#include <utils/
SortedVector
.h>
39
android::Vector<android::
SortedVector
<SplitDescription> > mGroups;
Grouper.cpp
30
Vector<
SortedVector
<SplitDescription> >
32
Vector<
SortedVector
<SplitDescription> > groups;
35
KeyedVector<SplitDescription,
SortedVector
<SplitDescription> > densityGroups;
36
KeyedVector<SplitDescription,
SortedVector
<SplitDescription> > abiGroups;
SplitSelector.cpp
18
#include <utils/
SortedVector
.h>
37
static void selectBestFromGroup(const
SortedVector
<SplitDescription>& splits,
73
const
SortedVector
<SplitDescription>& splits = mGroups[i];
/system/core/include/utils/
SortedVector.h
35
class
SortedVector
: private SortedVectorImpl
46
SortedVector
();
47
SortedVector
(const
SortedVector
<TYPE>& rhs);
48
virtual ~
SortedVector
();
51
const
SortedVector
<TYPE>& operator = (const
SortedVector
<TYPE>& rhs) const;
52
SortedVector
<TYPE>& operator = (const
SortedVector
<TYPE>& rhs);
116
ssize_t merge(const
SortedVector
<TYPE>& vector)
[
all
...]
/frameworks/av/media/img_utils/include/img_utils/
SortedEntryVector.h
23
#include <utils/
SortedVector
.h>
29
* Subclass of
SortedVector
that has been extended to
32
class SortedEntryVector : public
SortedVector
<sp<TiffEntry> > {
/frameworks/base/libs/hwui/
FboCache.h
22
#include <utils/
SortedVector
.h>
72
SortedVector
<GLuint> mCache;
/frameworks/native/include/binder/
PermissionCache.h
25
#include <utils/
SortedVector
.h>
53
SortedVector
< String16 > mPermissionNamesPool;
55
SortedVector
< Entry > mCache;
/frameworks/av/include/media/
IMediaDeathNotifier.h
22
#include <utils/
SortedVector
.h>
56
static
SortedVector
< wp<IMediaDeathNotifier> > sObitRecipients;
Metadata.h
23
#include <utils/
SortedVector
.h>
50
typedef
SortedVector
<Type> Filter;
/frameworks/native/services/surfaceflinger/RenderEngine/
GLExtensions.h
24
#include <utils/
SortedVector
.h>
45
SortedVector
<String8> mExtensionList;
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioInputDescriptor.h
24
#include <utils/
SortedVector
.h>
54
void setPreemptedSessions(const
SortedVector
<audio_session_t>& sessions);
55
SortedVector
<audio_session_t> getPreemptedSessions() const;
85
SortedVector
<audio_session_t> mPreemptedSessions;
DeviceDescriptor.h
22
#include <utils/
SortedVector
.h>
67
class DeviceVector : public
SortedVector
<sp<DeviceDescriptor> >
70
DeviceVector() :
SortedVector
(), mDeviceTypes(AUDIO_DEVICE_NONE) {}
/frameworks/base/include/androidfw/
AssetDir.h
26
#include <utils/
SortedVector
.h>
99
/* need this for
SortedVector
; must compare only on file name */
127
static int findEntry(const
SortedVector
<FileInfo>* pVector,
138
void setFileList(
SortedVector
<FileInfo>* list) { mFileInfo = list; }
140
SortedVector
<FileInfo>* mFileInfo;
AssetManager.h
27
#include <utils/
SortedVector
.h>
267
bool scanAndMergeDirLocked(
SortedVector
<AssetDir::FileInfo>* pMergedInfo,
269
SortedVector
<AssetDir::FileInfo>* scanDirLocked(const String8& path);
270
bool scanAndMergeZipLocked(
SortedVector
<AssetDir::FileInfo>* pMergedInfo,
272
void mergeInfoLocked(
SortedVector
<AssetDir::FileInfo>* pMergedInfo,
273
const
SortedVector
<AssetDir::FileInfo>* pContents);
276
void fncScanLocked(
SortedVector
<AssetDir::FileInfo>* pMergedInfo,
279
SortedVector
<AssetDir::FileInfo>* pMergedInfo,
394
SortedVector
<AssetDir::FileInfo> mCache;
/frameworks/base/tools/aapt/
AaptUtil.h
21
#include <utils/
SortedVector
.h>
35
void appendValue(android::KeyedVector<KEY, android::
SortedVector
<VALUE> >& keyedVector,
53
void appendValue(android::KeyedVector<KEY, android::
SortedVector
<VALUE> >& keyedVector,
57
idx = keyedVector.add(key, android::
SortedVector
<VALUE>());
/frameworks/native/services/sensorservice/
SensorRecord.h
38
SortedVector
< wp<SensorEventConnection> > mConnections;
SensorFusion.h
23
#include <utils/
SortedVector
.h>
53
SortedVector
<void*> mClients[3];
/hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayerList.h
21
#include <utils/
SortedVector
.h>
72
class HwcLayerVector : public
SortedVector
<HwcLayer*> {
83
class PriorityVector : public
SortedVector
<HwcLayer*> {
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayerList.h
21
#include <utils/
SortedVector
.h>
71
class HwcLayerVector : public
SortedVector
<HwcLayer*> {
82
class PriorityVector : public
SortedVector
<HwcLayer*> {
/frameworks/base/libs/androidfw/
AssetDir.cpp
33
/*static*/ int AssetDir::FileInfo::findEntry(const
SortedVector
<FileInfo>* pVector,
41
#if 0 // don't need this after all (uses 1/2 compares of
SortedVector
though)
/frameworks/av/include/camera/
VendorTagDescriptor.h
85
SortedVector
<String8> getAllSectionNames() const;
111
SortedVector
<String8> mSections;
/frameworks/av/media/libmedia/
IMediaDeathNotifier.cpp
31
SortedVector
< wp<IMediaDeathNotifier> > IMediaDeathNotifier::sObitRecipients;
82
SortedVector
< wp<IMediaDeathNotifier> > list;
/frameworks/base/cmds/bootanimation/
BootAnimation.h
75
SortedVector
<Frame> frames;
117
SortedVector
<String8> mLoadedFiles;
Completed in 3023 milliseconds
1
2
3
4