OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:valueFor
(Results
1 - 25
of
106
) sorted by null
1
2
3
4
5
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
SessionRoute.cpp
40
return indexOfKey(session) >= 0 &&
valueFor
(session)->mDeviceDescriptor != 0;
46
if (
valueFor
(session)->mChanged) {
47
valueFor
(session)->mChanged = false;
56
sp<SessionRoute> route = indexOfKey(session) >= 0 ?
valueFor
(session) : 0;
68
sp<SessionRoute> route = indexOfKey(session) >= 0 ?
valueFor
(session) : 0;
74
sp<SessionRoute> route = indexOfKey(session) >= 0 ?
valueFor
(session) : 0;
104
sp<SessionRoute> route = indexOfKey(session) >= 0 ?
valueFor
(session) : 0;
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehiclePropConfigIndex.h
46
return *mPropToConfig.
valueFor
(property);
64
using PropConfigMap::
valueFor
;
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
Util.java
86
public static int parseInt(String
valueFor
) {
87
if (
valueFor
.startsWith("0x")) {
88
return Integer.parseInt(
valueFor
.substring(2), 16);
90
return Integer.parseInt(
valueFor
, 10);
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
StreamDescriptor.h
78
return
valueFor
(stream).getVolumeIndexMin();
82
return
valueFor
(stream).getVolumeIndex(device);
86
return
valueFor
(stream).getVolumeIndexMax();
96
return
valueFor
(stream).hasVolumeIndexForDevice(device);
VolumeCurve.h
84
return
valueFor
(device);
94
return mIndexCur.
valueFor
(device);
116
return mOriginVolumeCurves.
valueFor
(deviceCategory);
235
return
valueFor
(stream);
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLSharedGroup.cpp
248
return ((m_shaders.
valueFor
(obj)!=NULL) ||
249
(m_programs.
valueFor
(obj)!=NULL) ||
250
(m_shaderPrograms.
valueFor
(m_shaderProgramIdMap[obj]) !=NULL));
256
return m_buffers.
valueFor
(bufferId);
290
BufferData * buf = m_buffers.
valueFor
(bufferId);
296
BufferData * buf = m_buffers.
valueFor
(bufferId);
302
BufferData * buf = m_buffers.
valueFor
(bufferId);
310
BufferData * buf = m_buffers.
valueFor
(bufferId);
333
ProgramData *pData = m_programs.
valueFor
(program);
346
ProgramData *pData = m_programs.
valueFor
(program)
[
all
...]
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
SessionLibrary.cpp
57
return mSessions.
valueFor
(sessionId);
66
return mSessions.
valueFor
(sessionId);
Session.cpp
76
const Vector<uint8_t>& key = mKeyMap.
valueFor
(keyIdVector);
/frameworks/base/tools/aapt/
CrunchCache.cpp
102
time_t sourceDate = mSourceFiles.
valueFor
(mSourcePath.appendPathCopy(relativePath));
103
time_t destDate = mDestFiles.
valueFor
(mDestPath.appendPathCopy(relativePath));
/frameworks/base/tools/aapt/tests/
MockFileFinder.h
39
const KeyedVector<String8,time_t>* payload(&mFiles.
valueFor
(basePath));
/device/generic/goldfish-opengl/system/egl/
eglDisplay.cpp
463
//Though it seems that
valueFor
() is thread-safe, we don't take chanses
465
EGLBoolean ret = getAttribValue(config, m_attribs.
valueFor
(attrib), value);
496
//Though it seems that
valueFor
() is thread-safe, we don't take chanses
498
EGLBoolean ret = setAttribValue(config, m_attribs.
valueFor
(attrib), value);
508
if ( !(getAttribValue(config, m_attribs.
valueFor
(EGL_RED_SIZE), &redSize) &&
509
getAttribValue(config, m_attribs.
valueFor
(EGL_BLUE_SIZE), &blueSize) &&
510
getAttribValue(config, m_attribs.
valueFor
(EGL_GREEN_SIZE), &greenSize) &&
511
getAttribValue(config, m_attribs.
valueFor
(EGL_ALPHA_SIZE), &alphaSize)) )
532
if ( !(getAttribValue(config, m_attribs.
valueFor
(EGL_RED_SIZE), &redSize) &&
533
getAttribValue(config, m_attribs.
valueFor
(EGL_BLUE_SIZE), &blueSize) &
[
all
...]
/frameworks/av/media/libmediaplayerservice/tests/
DrmSessionManager_test.cpp
180
const SessionInfos& infos1 = map.
valueFor
(kTestPid1);
181
const SessionInfos& infos2 = map.
valueFor
(kTestPid2);
193
const SessionInfos& infos1 = map.
valueFor
(kTestPid1);
194
const SessionInfos& infos2 = map.
valueFor
(kTestPid2);
213
const SessionInfos& infos2 = map.
valueFor
(kTestPid2);
/frameworks/av/services/mediadrm/tests/
DrmSessionManager_test.cpp
176
const SessionInfos& infos1 = map.
valueFor
(kTestPid1);
177
const SessionInfos& infos2 = map.
valueFor
(kTestPid2);
189
const SessionInfos& infos1 = map.
valueFor
(kTestPid1);
190
const SessionInfos& infos2 = map.
valueFor
(kTestPid2);
209
const SessionInfos& infos2 = map.
valueFor
(kTestPid2);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
Converter.java
309
String
valueFor
= attrData.getValueFor(key);
310
if (
valueFor
== null) {
313
valueFor
= key;
318
return Util.parseInt(
valueFor
);
/system/core/libutils/include/utils/
KeyedVector.h
69
const VALUE&
valueFor
(const KEY& key) const;
105
*
valueFor
() is called with a key that doesn't exist.
112
const VALUE&
valueFor
(const KEY& key) const;
136
const VALUE& KeyedVector<KEY,VALUE>::
valueFor
(const KEY& key) const {
209
const VALUE& DefaultKeyedVector<KEY,VALUE>::
valueFor
(const KEY& key) const {
/frameworks/av/drm/drmserver/
PlugInManager.h
122
return *(m_plugInMap.
valueFor
(rsPlugInId)->pInstance);
177
PlugInContainer* pPlugInContainer = m_plugInMap.
valueFor
(rsPlugInPath);
DrmManager.cpp
274
IDrmEngine* drmEngine = mDecryptSessionMap.
valueFor
(decryptHandle->decryptId);
285
IDrmEngine* drmEngine = mDecryptSessionMap.
valueFor
(decryptHandle->decryptId);
349
IDrmEngine* drmEngine = mConvertSessionMap.
valueFor
(convertId);
360
IDrmEngine* drmEngine = mConvertSessionMap.
valueFor
(convertId);
491
IDrmEngine* drmEngine = mDecryptSessionMap.
valueFor
(decryptHandle->decryptId);
505
IDrmEngine* drmEngine = mDecryptSessionMap.
valueFor
(decryptHandle->decryptId);
517
IDrmEngine* drmEngine = mDecryptSessionMap.
valueFor
(decryptHandle->decryptId);
529
IDrmEngine* drmEngine = mDecryptSessionMap.
valueFor
(decryptHandle->decryptId);
541
IDrmEngine* drmEngine = mDecryptSessionMap.
valueFor
(decryptHandle->decryptId);
567
plugInId = mSupportInfoToPlugInIdMap.
valueFor
(drmSupportInfo)
[
all
...]
/frameworks/av/drm/common/
DrmInfo.cpp
51
return mAttributes.
valueFor
(key);
DrmInfoRequest.cpp
48
return mRequestInformationMap.
valueFor
(key);
/frameworks/av/drm/libdrmframework/plugins/common/util/include/
SessionMap.h
181
value = (TValue) map.
valueFor
(key);
/frameworks/av/drm/mediacas/plugins/clearkey/
ClearKeySessionLibrary.cpp
80
return mIDToSessionMap.
valueFor
(sessionId);
/frameworks/av/drm/mediacas/plugins/mock/
MockSessionLibrary.cpp
67
return mIDToSessionMap.
valueFor
(sessionId);
/hardware/intel/common/utils/media_resource_manager/omx_adaptor/
OMX_adaptor.cpp
154
String8 sComponentName = mComponentNameMap.
valueFor
(hComponent);
184
frameRate = mComponentFramerateMap.
valueFor
(hComponent);
246
const AdaptorCodecInfo& codecInfo = mComponentInfoMap.
valueFor
(pComponentHandle);
/frameworks/av/services/camera/libcameraservice/device3/
Camera3BufferManager.cpp
182
streamSet.handoutBufferCountMap.
valueFor
(firstOtherStreamId);
184
streamSet.attachedBufferCountMap.
valueFor
(firstOtherStreamId);
207
mStreamMap.
valueFor
(firstOtherStreamId).promote();
273
const StreamInfo& info = streamSet.streamInfoMap.
valueFor
(streamId);
373
size_t attachedBufferCount = streamSet.attachedBufferCountMap.
valueFor
(streamId);
/frameworks/native/services/surfaceflinger/tests/unittests/
TestableSurfaceFlinger.h
270
return mFlinger.mutableDrawingState().displays.
valueFor
(mDisplayToken);
274
return mFlinger.mutableCurrentState().displays.
valueFor
(mDisplayToken);
277
auto& mutableDisplayDevice() { return mFlinger.mutableDisplays().
valueFor
(mDisplayToken); }
Completed in 861 milliseconds
1
2
3
4
5