Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediahelper/
H A DAudioParameter.cpp86 mParameters.replaceValueFor(key, value); in AudioParameter()
124 mParameters.replaceValueFor(key, value); in add()
/aosp12/system/core/libutils/include/utils/
H A DKeyedVector.h87 ssize_t replaceValueFor(const KEY& key, const VALUE& item);
175 ssize_t KeyedVector<KEY,VALUE>::replaceValueFor(const KEY& key, const VALUE& value) { in replaceValueFor() function
/aosp12/frameworks/base/tools/split-select/
H A DMain.cpp348 apkPathSplitMap.replaceValueFor(splitApkPaths[i], splits); in main()
351 splitApkPathMap.replaceValueFor(splits[j], splitApkPaths[i]); in main()
/aosp12/frameworks/av/camera/include/camera/
H A DCameraParameters2.h168 ssize_t replaceValueFor(const KeyT& key, const ValueT& value) { in replaceValueFor() function
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DClientDescriptor.cpp78 mEnabledEffects.replaceValueFor(effect->mId, effect); in trackEffectEnabled()
H A DAudioInputDescriptor.cpp424 mEnabledEffects.replaceValueFor(effect->mId, effect); in trackEffectEnabled()
/aosp12/frameworks/av/services/audiopolicy/engine/common/include/
H A DVolumeCurve.h146 replaceValueFor(deviceCategory, volumeCurve); in setVolumeCurve()
/aosp12/frameworks/av/camera/
H A DCameraParameters2.cpp107 ssize_t res = mMap.replaceValueFor(String8(key), String8(value)); in set()
H A DCameraParameters.cpp252 mMap.replaceValueFor(String8(key), String8(value)); in set()
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DCameraParameters.cpp258 mMap.replaceValueFor(String8(key), String8(value)); in set()
/aosp12/frameworks/av/media/libmedia/
H A DIMediaMetadataRetriever.cpp271 mMetadata.replaceValueFor(keyCode, value); in extractMetadata()
H A DMediaProfiles.cpp499 mStartTimeOffsets.replaceValueFor(cameraId, offsetTimeMs); in addStartTimeOffset()
/aosp12/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp262 mKeysByScanCode.replaceValueFor(overlay.mKeysByScanCode.keyAt(i), in combine()
267 mKeysByUsageCode.replaceValueFor(overlay.mKeysByUsageCode.keyAt(i), in combine()
/aosp12/frameworks/base/tools/aapt/
H A 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()
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp1233 mConfiguredOutputs.replaceValueFor(streamId, outputConfiguration); in updateOutputConfiguration()
1592 mConfiguredOutputs.replaceValueFor(streamId, outputConfiguration); in finalizeOutputConfigurations()
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp564 mIoDescriptors.replaceValueFor(ioDesc->mIoHandle, ioDesc); in ioConfigChanged()
613 mIoDescriptors.replaceValueFor(ioDesc->mIoHandle, ioDesc); in ioConfigChanged()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp549 device->keyCodeStates.replaceValueFor(keyCode, state); in setKeyCodeState()
554 device->scanCodeStates.replaceValueFor(scanCode, state); in setScanCodeState()
559 device->switchStates.replaceValueFor(switchCode, state); in setSwitchState()
564 device->absoluteAxisValue.replaceValueFor(axis, value); in setAbsoluteAxisValue()
1070 mKeyCodeStates.replaceValueFor(keyCode, state); in setKeyCodeState()
1074 mScanCodeStates.replaceValueFor(scanCode, state); in setScanCodeState()
1078 mSwitchStates.replaceValueFor(switchCode, state); in setSwitchState()
/aosp12/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp206 package_group->dynamic_ref_table->mEntries.replaceValueFor( in BuildDynamicRefTable()
H A DResourceTypes.cpp7031 mEntries.replaceValueFor(String16(tmpName), (uint8_t) packageId); in load()
/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp1246 mSuspendedSessions.replaceValueFor(sessionId, sessionEffects); in updateSuspendedSessions_l()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraParameters.cpp12869 m_tempMap.replaceValueFor(String8(key), String8(value)); in updateParamEntry()