HomeSort by relevance Sort by last modified time
    Searched refs:KeyedVector (Results 51 - 75 of 226) sorted by null

1 23 4 5 6 7 8 910

  /hardware/invensense/65xx/libsensors_iio/
PressureSensor.IIO.secondary.h 31 #include <utils/KeyedVector.h>
  /frameworks/av/cmds/stagefright/
SimplePlayer.h 19 #include <utils/KeyedVector.h>
91 KeyedVector<size_t, CodecState> mStateByTrackIndex;
  /frameworks/av/drm/libdrmframework/plugins/common/util/include/
SessionMap.h 19 #include <utils/KeyedVector.h>
26 * pointer type over KeyedVector. It keeps pointer as data in the vector and free up memory
131 KeyedVector<int, TValue> map;
  /frameworks/av/include/media/
IMediaPlayer.h 23 #include <utils/KeyedVector.h>
45 const KeyedVector<String8, String8>* headers) = 0;
  /frameworks/av/include/media/stagefright/
DataSource.h 25 #include <utils/KeyedVector.h>
47 const KeyedVector<String8, String8> *headers = NULL);
NuMediaExtractor.h 23 #include <utils/KeyedVector.h>
49 const KeyedVector<String8, String8> *headers = NULL);
  /frameworks/av/include/media/stagefright/foundation/
ANetworkSession.h 22 #include <utils/KeyedVector.h>
107 KeyedVector<int32_t, sp<Session> > mSessions;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.h 38 const KeyedVector<String8, String8> *headers,
92 KeyedVector<String8, String8> mExtraHeaders;
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.h 25 #include <utils/KeyedVector.h>
107 KeyedVector<unsigned, sp<PSISection> > mPSISections;
  /frameworks/base/include/androidfw/
BackupHelpers.h 22 #include <utils/KeyedVector.h>
152 KeyedVector<String8,FileRec> m_files;
  /frameworks/base/libs/hwui/
AssetAtlas.h 24 #include <utils/KeyedVector.h>
189 KeyedVector<SkBitmap*, Entry*> mEntries;
ResourceCache.h 26 #include <utils/KeyedVector.h>
134 KeyedVector<void*, ResourceReference*>* mCache;
  /frameworks/base/tools/aapt/tests/
FileFinder_test.cpp 5 #include <utils/KeyedVector.h>
30 KeyedVector<String8,time_t> testStorage;
  /frameworks/native/include/binder/
BpBinder.h 21 #include <utils/KeyedVector.h>
90 KeyedVector<const void*, entry_t> mObjects;
ProcessState.h 21 #include <utils/KeyedVector.h>
104 KeyedVector<String16, sp<IBinder> >
  /frameworks/native/opengl/libagl/
TextureObjectManager.h 27 #include <utils/KeyedVector.h>
104 KeyedVector< GLuint, sp<EGLTextureObject> > mTextures;
  /frameworks/native/include/media/drm/
DrmAPI.h 23 #include <utils/KeyedVector.h>
137 KeyedVector<String8, String8> const &optionalParameters,
173 KeyedVector<String8, String8> &infoMap) const = 0;
  /frameworks/native/services/sensorservice/
SensorService.h 25 #include <utils/KeyedVector.h>
103 KeyedVector<int, FlushInfo> mSensorInfo;
161 KeyedVector<int32_t, sensors_event_t> mLastEventSeen;
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h 31 KeyedVector<AString,AString> mHeaders;
90 KeyedVector<int32_t, sp<AMessage> > mPendingRequests;
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.h 116 KeyedVector<size_t, sp<Track> > mTracks;
122 KeyedVector<size_t, size_t> mExtractorTrackToInternalTrack;
  /frameworks/base/media/tests/players/
invoke_mock_media_player.cpp 40 using android::KeyedVector;
61 const KeyedVector<String8, String8> *) {
  /hardware/invensense/60xx/libsensors/
MPLSensor.h 27 #include <utils/KeyedVector.h>
125 android::KeyedVector<int, int> mIrqFds;
  /system/core/include/utils/
Looper.h 22 #include <utils/KeyedVector.h>
370 KeyedVector<int, Request> mRequests; // guarded by mLock
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.h 24 #include <utils/KeyedVector.h>
  /frameworks/av/include/drm/
DrmConstraints.h 176 typedef KeyedVector<String8, const char*> DrmConstraintsMap;

Completed in 5190 milliseconds

1 23 4 5 6 7 8 910