/aosp12/frameworks/av/media/libmediahelper/ |
H A D | AudioParameter.cpp | 86 mParameters.replaceValueFor(key, value); in AudioParameter() 124 mParameters.replaceValueFor(key, value); in add()
|
/aosp12/system/core/libutils/include/utils/ |
H A D | KeyedVector.h | 87 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 D | Main.cpp | 348 apkPathSplitMap.replaceValueFor(splitApkPaths[i], splits); in main() 351 splitApkPathMap.replaceValueFor(splits[j], splitApkPaths[i]); in main()
|
/aosp12/frameworks/av/camera/include/camera/ |
H A D | CameraParameters2.h | 168 ssize_t replaceValueFor(const KeyT& key, const ValueT& value) { in replaceValueFor() function
|
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
H A D | ClientDescriptor.cpp | 78 mEnabledEffects.replaceValueFor(effect->mId, effect); in trackEffectEnabled()
|
H A D | AudioInputDescriptor.cpp | 424 mEnabledEffects.replaceValueFor(effect->mId, effect); in trackEffectEnabled()
|
/aosp12/frameworks/av/services/audiopolicy/engine/common/include/ |
H A D | VolumeCurve.h | 146 replaceValueFor(deviceCategory, volumeCurve); in setVolumeCurve()
|
/aosp12/frameworks/av/camera/ |
H A D | CameraParameters2.cpp | 107 ssize_t res = mMap.replaceValueFor(String8(key), String8(value)); in set()
|
H A D | CameraParameters.cpp | 252 mMap.replaceValueFor(String8(key), String8(value)); in set()
|
/aosp12/hardware/interfaces/camera/common/1.0/default/ |
H A D | CameraParameters.cpp | 258 mMap.replaceValueFor(String8(key), String8(value)); in set()
|
/aosp12/frameworks/av/media/libmedia/ |
H A D | IMediaMetadataRetriever.cpp | 271 mMetadata.replaceValueFor(keyCode, value); in extractMetadata()
|
H A D | MediaProfiles.cpp | 499 mStartTimeOffsets.replaceValueFor(cameraId, offsetTimeMs); in addStartTimeOffset()
|
/aosp12/frameworks/native/libs/input/ |
H A D | KeyCharacterMap.cpp | 262 mKeysByScanCode.replaceValueFor(overlay.mKeysByScanCode.keyAt(i), in combine() 267 mKeysByUsageCode.replaceValueFor(overlay.mKeysByUsageCode.keyAt(i), in combine()
|
/aosp12/frameworks/base/tools/aapt/ |
H A D | ResourceTable.cpp | 739 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 D | CameraDeviceClient.cpp | 1233 mConfiguredOutputs.replaceValueFor(streamId, outputConfiguration); in updateOutputConfiguration() 1592 mConfiguredOutputs.replaceValueFor(streamId, outputConfiguration); in finalizeOutputConfigurations()
|
/aosp12/frameworks/av/media/libaudioclient/ |
H A D | AudioSystem.cpp | 564 mIoDescriptors.replaceValueFor(ioDesc->mIoHandle, ioDesc); in ioConfigChanged() 613 mIoDescriptors.replaceValueFor(ioDesc->mIoHandle, ioDesc); in ioConfigChanged()
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputReader_test.cpp | 549 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 D | AssetManager2.cpp | 206 package_group->dynamic_ref_table->mEntries.replaceValueFor( in BuildDynamicRefTable()
|
H A D | ResourceTypes.cpp | 7031 mEntries.replaceValueFor(String16(tmpName), (uint8_t) packageId); in load()
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | Threads.cpp | 1246 mSuspendedSessions.replaceValueFor(sessionId, sessionEffects); in updateSuspendedSessions_l()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
H A D | QCameraParameters.cpp | 12869 m_tempMap.replaceValueFor(String8(key), String8(value)); in updateParamEntry()
|