Home
last modified time | relevance | path

Searched refs:replaceValueFor (Results 1 – 18 of 18) sorted by relevance

/frameworks/av/media/libmediahelper/
DAudioParameter.cpp82 mParameters.replaceValueFor(key, value); in AudioParameter()
120 mParameters.replaceValueFor(key, value); in add()
/frameworks/av/camera/include/camera/
DCameraParameters2.h168 ssize_t replaceValueFor(const KeyT& key, const ValueT& value) { in replaceValueFor() function
/frameworks/base/tools/split-select/
DMain.cpp344 apkPathSplitMap.replaceValueFor(splitApkPaths[i], splits); in main()
347 splitApkPathMap.replaceValueFor(splits[j], splitApkPaths[i]); in main()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DClientDescriptor.cpp78 mEnabledEffects.replaceValueFor(effect->mId, effect); in trackEffectEnabled()
DAudioInputDescriptor.cpp424 mEnabledEffects.replaceValueFor(effect->mId, effect); in trackEffectEnabled()
/frameworks/av/services/audiopolicy/engine/common/include/
DVolumeCurve.h146 replaceValueFor(deviceCategory, volumeCurve); in setVolumeCurve()
/frameworks/av/camera/
DCameraParameters2.cpp106 ssize_t res = mMap.replaceValueFor(String8(key), String8(value)); in set()
DCameraParameters.cpp251 mMap.replaceValueFor(String8(key), String8(value)); in set()
/frameworks/av/media/libmedia/
DIMediaMetadataRetriever.cpp271 mMetadata.replaceValueFor(keyCode, value); in extractMetadata()
DMediaProfiles.cpp452 mStartTimeOffsets.replaceValueFor(cameraId, offsetTimeMs); in addStartTimeOffset()
/frameworks/native/libs/input/
DKeyCharacterMap.cpp188 map->mKeysByScanCode.replaceValueFor(overlay->mKeysByScanCode.keyAt(i), in combine()
193 map->mKeysByUsageCode.replaceValueFor(overlay->mKeysByUsageCode.keyAt(i), in combine()
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp545 mIoDescriptors.replaceValueFor(ioDesc->mIoHandle, ioDesc); in ioConfigChanged()
589 mIoDescriptors.replaceValueFor(ioDesc->mIoHandle, ioDesc); in ioConfigChanged()
/frameworks/base/tools/aapt/
DResourceTable.cpp739 skippedResourceNames->replaceValueFor( in parseAndAddEntry()
972 nextPublicId.replaceValueFor(type, ident+1); in compileResourceFile()
980 nextPublicId.replaceValueFor(type, ident+1); in compileResourceFile()
1071 nextPublicId.replaceValueFor(type, end+1); in compileResourceFile()
3580 mBag.replaceValueFor(key, item); in addToBag()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp496 device->keyCodeStates.replaceValueFor(keyCode, state); in setKeyCodeState()
501 device->scanCodeStates.replaceValueFor(scanCode, state); in setScanCodeState()
506 device->switchStates.replaceValueFor(switchCode, state); in setSwitchState()
511 device->absoluteAxisValue.replaceValueFor(axis, value); in setAbsoluteAxisValue()
1030 mKeyCodeStates.replaceValueFor(keyCode, state); in setKeyCodeState()
1034 mScanCodeStates.replaceValueFor(scanCode, state); in setScanCodeState()
1038 mSwitchStates.replaceValueFor(switchCode, state); in setSwitchState()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp1358 mConfiguredOutputs.replaceValueFor(streamId, outputConfiguration); in updateOutputConfiguration()
1931 mConfiguredOutputs.replaceValueFor(streamId, outputConfiguration); in finalizeOutputConfigurations()
/frameworks/base/libs/androidfw/
DAssetManager2.cpp167 package_group->dynamic_ref_table->mEntries.replaceValueFor( in BuildDynamicRefTable()
DResourceTypes.cpp6922 mEntries.replaceValueFor(String16(tmpName), (uint8_t) packageId); in load()
/frameworks/av/services/audioflinger/
DThreads.cpp1183 mSuspendedSessions.replaceValueFor(sessionId, sessionEffects); in updateSuspendedSessions_l()