Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DAudioParameter.cpp56 mParameters.replaceValueFor(key, value); in AudioParameter()
92 mParameters.replaceValueFor(key, value); in add()
DIMediaMetadataRetriever.cpp171 mMetadata.replaceValueFor(keyCode, value); in extractMetadata()
DAudioSystem.cpp489 gOutputs.replaceValueFor(ioHandle, outputDesc); in ioConfigChanged()
DMediaProfiles.cpp383 mStartTimeOffsets.replaceValueFor(cameraId, offsetTimeMs); in addStartTimeOffset()
/frameworks/base/libs/hwui/
DDisplayListRenderer.h228 mPathMap.replaceValueFor(path, pathCopy); in refPath()
247 mPaintMap.replaceValueFor(paint, paintCopy); in refPaint()
264 mRegionMap.replaceValueFor(region, regionCopy); in refRegion()
312 mShaderMap.replaceValueFor(shader, shaderCopy); in refShader()
/frameworks/av/include/camera/
DCameraParameters2.h168 ssize_t replaceValueFor(const KeyT& key, const ValueT& value) { in replaceValueFor() function
/frameworks/av/camera/
DCameraParameters2.cpp106 ssize_t res = mMap.replaceValueFor(String8(key), String8(value)); in set()
DCameraParameters.cpp250 mMap.replaceValueFor(String8(key), String8(value)); in set()
/frameworks/native/libs/input/
DKeyCharacterMap.cpp187 map->mKeysByScanCode.replaceValueFor(overlay->mKeysByScanCode.keyAt(i), in combine()
192 map->mKeysByUsageCode.replaceValueFor(overlay->mKeysByUsageCode.keyAt(i), in combine()
/frameworks/base/tools/aapt/
DResourceTable.cpp717 skippedResourceNames->replaceValueFor( in parseAndAddEntry()
926 nextPublicId.replaceValueFor(type, ident+1); in compileResourceFile()
934 nextPublicId.replaceValueFor(type, ident+1); in compileResourceFile()
1025 nextPublicId.replaceValueFor(type, end+1); in compileResourceFile()
3213 mBag.replaceValueFor(key, item); in addToBag()
/frameworks/base/services/input/tests/
DInputReader_test.cpp388 device->keyCodeStates.replaceValueFor(keyCode, state); in setKeyCodeState()
393 device->scanCodeStates.replaceValueFor(scanCode, state); in setScanCodeState()
398 device->switchStates.replaceValueFor(switchCode, state); in setSwitchState()
403 device->absoluteAxisValue.replaceValueFor(axis, value); in setAbsoluteAxisValue()
832 mKeyCodeStates.replaceValueFor(keyCode, state); in setKeyCodeState()
836 mScanCodeStates.replaceValueFor(scanCode, state); in setScanCodeState()
840 mSwitchStates.replaceValueFor(switchCode, state); in setSwitchState()
/frameworks/av/services/audioflinger/
DThreads.cpp701 mSuspendedSessions.replaceValueFor(sessionId, sessionEffects); in updateSuspendedSessions_l()