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
99
) sorted by null
1
2
3
4
/external/mockito/src/org/mockito/
ReturnValues.java
36
Object
valueFor
(InvocationOnMock invocation) throws Throwable;
/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;
/external/mockito/src/org/mockito/internal/stubbing/answers/
AnswerReturnValuesAdapter.java
25
return returnValues.
valueFor
(invocation);
/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
85
return
valueFor
(device);
95
return mIndexCur.
valueFor
(device);
117
return mOriginVolumeCurves.
valueFor
(deviceCategory);
230
return
valueFor
(stream);
/hardware/ti/omap4xxx/camera/
MemoryManager.cpp
172
if(mIonBufLength.
valueFor
(ptr))
174
munmap((void *)ptr, mIonBufLength.
valueFor
(ptr));
175
close(mIonFdMap.
valueFor
(ptr));
176
ion_free(mIonFd, (ion_handle*)mIonHandleMap.
valueFor
(ptr));
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLSharedGroup.cpp
246
return ((m_shaders.
valueFor
(obj)!=NULL) || (m_programs.
valueFor
(obj)!=NULL));
252
return m_buffers.
valueFor
(bufferId);
276
BufferData * buf = m_buffers.
valueFor
(bufferId);
297
ProgramData *pData = m_programs.
valueFor
(program);
310
ProgramData *pData = m_programs.
valueFor
(program);
320
ProgramData* pData = m_programs.
valueFor
(program);
331
ProgramData *pData = m_programs.
valueFor
(program);
340
ProgramData* programData = m_programs.
valueFor
(program);
352
ProgramData* programData = m_programs.
valueFor
(program)
[
all
...]
/frameworks/av/drm/mediadrm/plugins/clearkey/
SessionLibrary.cpp
57
return mSessions.
valueFor
(sessionId);
63
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));
/device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp
394
//Though it seems that
valueFor
() is thread-safe, we don't take chanses
396
EGLBoolean ret = getAttribValue(config, m_attribs.
valueFor
(attrib), value);
427
//Though it seems that
valueFor
() is thread-safe, we don't take chanses
429
EGLBoolean ret = setAttribValue(config, m_attribs.
valueFor
(attrib), value);
439
if ( !(getAttribValue(config, m_attribs.
valueFor
(EGL_RED_SIZE), &redSize) &&
440
getAttribValue(config, m_attribs.
valueFor
(EGL_BLUE_SIZE), &blueSize) &&
441
getAttribValue(config, m_attribs.
valueFor
(EGL_GREEN_SIZE), &greenSize) &&
442
getAttribValue(config, m_attribs.
valueFor
(EGL_ALPHA_SIZE), &alphaSize)) )
463
if ( !(getAttribValue(config, m_attribs.
valueFor
(EGL_RED_SIZE), &redSize) &&
464
getAttribValue(config, m_attribs.
valueFor
(EGL_BLUE_SIZE), &blueSize) &
[
all
...]
/frameworks/base/tools/aapt/tests/
MockFileFinder.h
39
const KeyedVector<String8,time_t>* payload(&mFiles.
valueFor
(basePath));
/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);
/system/core/include/utils/
KeyedVector.h
68
const VALUE&
valueFor
(const KEY& key) const;
111
*
valueFor
() is called with a key that doesn't exist.
118
const VALUE&
valueFor
(const KEY& key) const;
142
const VALUE& KeyedVector<KEY,VALUE>::
valueFor
(const KEY& key) const {
215
const VALUE& DefaultKeyedVector<KEY,VALUE>::
valueFor
(const KEY& key) const {
/frameworks/av/camera/
VendorTagDescriptor.cpp
195
String8 sectionString = mSections[mTagToSectionMap.
valueFor
(tag)];
202
mReverseMapping[reverseIndex]->add(mTagToNameMap.
valueFor
(tag), tag);
244
return mTagToTypeMap.
valueFor
(tag);
264
sectionIndex = mTagToSectionMap.
valueFor
(tag);
265
tagType = mTagToTypeMap.
valueFor
(tag);
325
uint32_t sectionId = mTagToSectionMap.
valueFor
(tag);
327
int type = mTagToTypeMap.
valueFor
(tag);
402
String8 sectionString = tagToSectionMap.
valueFor
(tag);
415
desc->mReverseMapping[reverseIndex]->add(desc->mTagToNameMap.
valueFor
(tag), tag);
/frameworks/av/drm/libdrmframework/include/
PlugInManager.h
122
return *(m_plugInMap.
valueFor
(rsPlugInId)->pInstance);
177
PlugInContainer* pPlugInContainer = m_plugInMap.
valueFor
(rsPlugInPath);
/frameworks/av/drm/common/
DrmInfo.cpp
51
return mAttributes.
valueFor
(key);
DrmInfoRequest.cpp
48
return mRequestInformationMap.
valueFor
(key);
DrmConstraints.cpp
52
return mConstraintMap.
valueFor
(*key);
DrmMetadata.cpp
50
return mMetadataMap.
valueFor
(*key);
/frameworks/av/drm/libdrmframework/plugins/common/util/include/
SessionMap.h
181
value = (TValue) map.
valueFor
(key);
/frameworks/av/drm/drmserver/
DrmManager.cpp
279
IDrmEngine* drmEngine = mDecryptSessionMap.
valueFor
(decryptHandle->decryptId);
290
IDrmEngine* drmEngine = mDecryptSessionMap.
valueFor
(decryptHandle->decryptId);
354
IDrmEngine* drmEngine = mConvertSessionMap.
valueFor
(convertId);
365
IDrmEngine* drmEngine = mConvertSessionMap.
valueFor
(convertId);
496
IDrmEngine* drmEngine = mDecryptSessionMap.
valueFor
(decryptHandle->decryptId);
510
IDrmEngine* drmEngine = mDecryptSessionMap.
valueFor
(decryptHandle->decryptId);
522
IDrmEngine* drmEngine = mDecryptSessionMap.
valueFor
(decryptHandle->decryptId);
534
IDrmEngine* drmEngine = mDecryptSessionMap.
valueFor
(decryptHandle->decryptId);
546
IDrmEngine* drmEngine = mDecryptSessionMap.
valueFor
(decryptHandle->decryptId);
572
plugInId = mSupportInfoToPlugInIdMap.
valueFor
(drmSupportInfo)
[
all
...]
/hardware/intel/common/utils/media_resource_manager/omx_adaptor/
OMX_adaptor.cpp
154
String8 sComponentName = mComponentNameMap.
valueFor
(hComponent);
184
frameRate = mComponentFramerateMap.
valueFor
(hComponent);
234
const AdaptorCodecInfo& codecInfo = mComponentInfoMap.
valueFor
(pComponentHandle);
/frameworks/av/include/camera/
CameraParameters2.h
135
const ValueT&
valueFor
(const KeyT& key) const {
Completed in 8640 milliseconds
1
2
3
4