Home
last modified time | relevance | path

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

/frameworks/av/media/libmediahelper/
DAudioParameter.cpp78 mParameters.replaceValueFor(key, value); in AudioParameter()
116 mParameters.replaceValueFor(key, value); in add()
/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/camera/include/camera/
DCameraParameters2.h168 ssize_t replaceValueFor(const KeyT& key, const ValueT& value) { in replaceValueFor() function
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DClientDescriptor.cpp71 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.cpp107 ssize_t res = mMap.replaceValueFor(String8(key), String8(value)); in set()
DCameraParameters.cpp252 mMap.replaceValueFor(String8(key), String8(value)); in set()
/frameworks/av/media/libmedia/
DIMediaMetadataRetriever.cpp279 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.cpp541 mIoDescriptors.replaceValueFor(ioDesc->mIoHandle, ioDesc); in ioConfigChanged()
586 mIoDescriptors.replaceValueFor(ioDesc->mIoHandle, ioDesc); in ioConfigChanged()
/frameworks/av/services/soundtrigger/
DSoundTriggerHwService.cpp639 mModels.replaceValueFor(*handle, model); in loadSoundModel()
/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/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp1286 mConfiguredOutputs.replaceValueFor(streamId, outputConfiguration); in updateOutputConfiguration()
1859 mConfiguredOutputs.replaceValueFor(streamId, outputConfiguration); in finalizeOutputConfigurations()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp449 device->keyCodeStates.replaceValueFor(keyCode, state); in setKeyCodeState()
454 device->scanCodeStates.replaceValueFor(scanCode, state); in setScanCodeState()
459 device->switchStates.replaceValueFor(switchCode, state); in setSwitchState()
464 device->absoluteAxisValue.replaceValueFor(axis, value); in setAbsoluteAxisValue()
928 mKeyCodeStates.replaceValueFor(keyCode, state); in setKeyCodeState()
932 mScanCodeStates.replaceValueFor(scanCode, state); in setScanCodeState()
936 mSwitchStates.replaceValueFor(switchCode, state); in setSwitchState()
/frameworks/base/libs/androidfw/
DAssetManager2.cpp125 package_group->dynamic_ref_table.mEntries.replaceValueFor( in BuildDynamicRefTable()
DResourceTypes.cpp6926 mEntries.replaceValueFor(String16(tmpName), (uint8_t) packageId); in load()
/frameworks/av/services/audioflinger/
DThreads.cpp1146 mSuspendedSessions.replaceValueFor(sessionId, sessionEffects); in updateSuspendedSessions_l()