Home
last modified time | relevance | path

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

/frameworks/av/media/libmediahelper/
DAudioParameter.cpp116 mParameters.replaceValueFor(key, value); in AudioParameter()
154 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/native/services/inputflinger/tests/
DFakeEventHub.cpp120 getDevice(deviceId)->keyCodeStates.replaceValueFor(keyCode, state); in setKeyCodeState()
128 getDevice(deviceId)->scanCodeStates.replaceValueFor(scanCode, state); in setScanCodeState()
132 getDevice(deviceId)->switchStates.replaceValueFor(switchCode, state); in setSwitchState()
136 getDevice(deviceId)->absoluteAxisValue.replaceValueFor(axis, value); in setAbsoluteAxisValue()
DInputReader_test.cpp260 mKeyCodeStates.replaceValueFor(keyCode, state); in setKeyCodeState()
264 mScanCodeStates.replaceValueFor(scanCode, state); in setScanCodeState()
268 mSwitchStates.replaceValueFor(switchCode, state); in setSwitchState()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DClientDescriptor.cpp82 mEnabledEffects.replaceValueFor(effect->mId, effect); in trackEffectEnabled()
DAudioInputDescriptor.cpp425 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.cpp219 mMetadata.replaceValueFor(keyCode, value); in extractMetadata()
DMediaProfiles.cpp716 mStartTimeOffsets.replaceValueFor(cameraId, offsetTimeMs); in addStartTimeOffset()
/frameworks/base/tools/aapt/
DResourceTable.cpp741 skippedResourceNames->replaceValueFor( in parseAndAddEntry()
974 nextPublicId.replaceValueFor(type, ident+1); in compileResourceFile()
982 nextPublicId.replaceValueFor(type, ident+1); in compileResourceFile()
1073 nextPublicId.replaceValueFor(type, end+1); in compileResourceFile()
3573 mBag.replaceValueFor(key, item); in addToBag()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp1380 mConfiguredOutputs.replaceValueFor(streamId, outputConfiguration); in updateOutputConfiguration()
1753 mConfiguredOutputs.replaceValueFor(streamId, outputConfiguration); in finalizeOutputConfigurations()
/frameworks/base/libs/androidfw/
DAssetManager2.cpp232 package_group->dynamic_ref_table->mEntries.replaceValueFor( in BuildDynamicRefTable()
DResourceTypes.cpp7188 mEntries.replaceValueFor(String16(tmpName), (uint8_t) packageId); in load()
/frameworks/av/services/audioflinger/
DThreads.cpp1400 mSuspendedSessions.replaceValueFor(sessionId, sessionEffects); in updateSuspendedSessions_l()