Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DAudioParameter.cpp74 mParameters.replaceValueFor(key, value); in AudioParameter()
112 mParameters.replaceValueFor(key, value); in add()
DIMediaMetadataRetriever.cpp278 mMetadata.replaceValueFor(keyCode, value); in extractMetadata()
DMediaProfiles.cpp392 mStartTimeOffsets.replaceValueFor(cameraId, offsetTimeMs); in addStartTimeOffset()
/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/base/libs/hwui/
DRecordingCanvas.h259 mPaintMap.replaceValueFor(key, cachedPaint); in refPaint()
279 mRegionMap.replaceValueFor(region, cachedRegion); in refRegion()
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp539 mIoDescriptors.replaceValueFor(ioDesc->mIoHandle, ioDesc); in ioConfigChanged()
583 mIoDescriptors.replaceValueFor(ioDesc->mIoHandle, ioDesc); in ioConfigChanged()
618 mAudioDeviceCallbacks.replaceValueFor(ioDesc->mIoHandle, callbacks); in ioConfigChanged()
687 mAudioDeviceCallbacks.replaceValueFor(audioIo, callbacks); in addAudioDeviceCallback()
712 mAudioDeviceCallbacks.replaceValueFor(audioIo, callbacks); in removeAudioDeviceCallback()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DVolumeCurve.h121 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/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/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp986 mConfiguredOutputs.replaceValueFor(streamId, outputConfiguration); in updateOutputConfiguration()
1555 mConfiguredOutputs.replaceValueFor(streamId, outputConfiguration); in finalizeOutputConfigurations()
/frameworks/av/services/soundtrigger/
DSoundTriggerHwService.cpp616 mModels.replaceValueFor(*handle, model); in loadSoundModel()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp495 device->keyCodeStates.replaceValueFor(keyCode, state); in setKeyCodeState()
500 device->scanCodeStates.replaceValueFor(scanCode, state); in setScanCodeState()
505 device->switchStates.replaceValueFor(switchCode, state); in setSwitchState()
510 device->absoluteAxisValue.replaceValueFor(axis, value); in setAbsoluteAxisValue()
953 mKeyCodeStates.replaceValueFor(keyCode, state); in setKeyCodeState()
957 mScanCodeStates.replaceValueFor(scanCode, state); in setScanCodeState()
961 mSwitchStates.replaceValueFor(switchCode, state); in setSwitchState()
/frameworks/base/tools/aapt/
DResourceTable.cpp742 skippedResourceNames->replaceValueFor( in parseAndAddEntry()
975 nextPublicId.replaceValueFor(type, ident+1); in compileResourceFile()
983 nextPublicId.replaceValueFor(type, ident+1); in compileResourceFile()
1074 nextPublicId.replaceValueFor(type, end+1); in compileResourceFile()
3583 mBag.replaceValueFor(key, item); in addToBag()
/frameworks/base/libs/androidfw/
DAssetManager2.cpp117 package_group->dynamic_ref_table.mEntries.replaceValueFor( in BuildDynamicRefTable()
DResourceTypes.cpp6908 mEntries.replaceValueFor(String16(tmpName), (uint8_t) packageId); in load()
/frameworks/av/services/audioflinger/
DThreads.cpp1093 mSuspendedSessions.replaceValueFor(sessionId, sessionEffects); in updateSuspendedSessions_l()