Searched refs:valueFor (Results 1 - 25 of 63) sorted by relevance

123

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DSessionRoute.cpp40 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;
H A DAudioInputDescriptor.cpp143 return mSessions.valueFor(session);
254 sp<AudioInputDescriptor> inputDesc = valueFor(handle);
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DStreamDescriptor.h78 return valueFor(stream).getVolumeIndexMin();
82 return valueFor(stream).getVolumeIndex(device);
86 return valueFor(stream).getVolumeIndexMax();
96 return valueFor(stream).hasVolumeIndexForDevice(device);
H A DVolumeCurve.h85 return valueFor(device);
95 return mIndexCur.valueFor(device);
117 return mOriginVolumeCurves.valueFor(deviceCategory);
230 return valueFor(stream);
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DSessionLibrary.cpp57 return mSessions.valueFor(sessionId);
63 return mSessions.valueFor(sessionId);
H A DSession.cpp76 const Vector<uint8_t>& key = mKeyMap.valueFor(keyIdVector);
/frameworks/base/tools/aapt/
H A DCrunchCache.cpp102 time_t sourceDate = mSourceFiles.valueFor(mSourcePath.appendPathCopy(relativePath));
103 time_t destDate = mDestFiles.valueFor(mDestPath.appendPathCopy(relativePath));
H A DResourceTable.cpp971 ident = nextPublicId.valueFor(type);
1042 start = nextPublicId.valueFor(type);
1905 sp<Package> p = mPackages.valueFor(package);
1907 sp<Type> t = p->getTypes().valueFor(type);
1998 sp<Package> p = mPackages.valueFor(package);
2000 sp<Type> t = p->getTypes().valueFor(type);
2002 sp<ConfigList> c = t->getConfigs().valueFor(name);
2024 sp<Package> p = mPackages.valueFor(package);
2026 sp<Type> t = p->getTypes().valueFor(type);
2028 sp<ConfigList> c = t->getConfigs().valueFor(nam
[all...]
/frameworks/base/tools/aapt/tests/
H A DMockFileFinder.h39 const KeyedVector<String8,time_t>* payload(&mFiles.valueFor(basePath));
/frameworks/av/media/libmediaplayerservice/tests/
H A DDrmSessionManager_test.cpp180 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/
H A DDrmSessionManager_test.cpp176 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);
/frameworks/av/camera/
H A DVendorTagDescriptor.cpp195 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/
H A DPlugInManager.h122 return *(m_plugInMap.valueFor(rsPlugInId)->pInstance);
177 PlugInContainer* pPlugInContainer = m_plugInMap.valueFor(rsPlugInPath);
/frameworks/av/drm/common/
H A DDrmInfo.cpp51 return mAttributes.valueFor(key);
H A DDrmInfoRequest.cpp48 return mRequestInformationMap.valueFor(key);
H A DDrmConstraints.cpp52 return mConstraintMap.valueFor(*key);
H A DDrmMetadata.cpp50 return mMetadataMap.valueFor(*key);
/frameworks/av/drm/libdrmframework/plugins/common/util/include/
H A DSessionMap.h181 value = (TValue) map.valueFor(key);
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp279 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(drmSupportInf
[all...]
/frameworks/av/include/camera/
H A DCameraParameters2.h135 const ValueT& valueFor(const KeyT& key) const { function in struct:android::CameraParameters2::OrderedKeyedVector
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp334 timeUs += mDiscontinuityOffsetTimesUs.valueFor(discontinuitySeq);
342 sp<AnotherPacketSource> packetSource = mPacketSources.valueFor(stream);
397 offsetTimeUs = mDiscontinuityOffsetTimesUs.valueFor(strm.mCurDiscontinuitySeq);
405 firstTimeUs = mDiscontinuityAbsStartTimesUs.valueFor(strm.mCurDiscontinuitySeq);
426 firstTimeUs = mDiscontinuityAbsStartTimesUs.valueFor(strm.mCurDiscontinuitySeq);
457 int64_t firstTimeUs = mDiscontinuityAbsStartTimesUs.valueFor(mdTime.mSeq);
475 sp<AnotherPacketSource> packetSource = mPacketSources.valueFor(stream);
611 mPacketSources.valueFor(stream)->trimBuffersAfterMeta(firstNewMeta[i]);
744 mPacketSources.valueFor(
772 mPacketSources.valueFor(STREAMTYPE_AUDI
[all...]
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgramCache.cpp106 Program* program = mCache.valueFor(shaderKey);
231 Program* program = mCache.valueFor(needs);
/frameworks/av/media/libmedia/
H A DAudioParameter.cpp133 value = mParameters.valueFor(key);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3BufferManager.cpp220 const StreamInfo& info = streamSet.streamInfoMap.valueFor(streamId);
263 streamSet.handoutBufferCountMap.valueFor(firstOtherStreamId);
265 streamSet.attachedBufferCountMap.valueFor(firstOtherStreamId);
292 mStreamMap.valueFor(firstOtherStreamId).promote();
/frameworks/base/tools/split-select/
H A DMain.cpp98 masterRule->subrules.add(rules.valueFor(splitDescriptions[j]));
357 matchingSplitPaths.add(splitApkPathMap.valueFor(matchingConfigs[i]));

Completed in 441 milliseconds

123