Searched refs:replaceValueFor (Results 1 – 17 of 17) sorted by relevance
/frameworks/av/media/libmedia/ |
D | AudioParameter.cpp | 57 mParameters.replaceValueFor(key, value); in AudioParameter() 93 mParameters.replaceValueFor(key, value); in add()
|
D | AudioSystem.cpp | 506 mIoDescriptors.replaceValueFor(ioDesc->mIoHandle, ioDesc); in ioConfigChanged() 544 mIoDescriptors.replaceValueFor(ioDesc->mIoHandle, ioDesc); in ioConfigChanged() 633 mAudioDeviceCallbacks.replaceValueFor(audioIo, callbacks); in addAudioDeviceCallback() 658 mAudioDeviceCallbacks.replaceValueFor(audioIo, callbacks); in removeAudioDeviceCallback()
|
D | IMediaMetadataRetriever.cpp | 191 mMetadata.replaceValueFor(keyCode, value); in extractMetadata()
|
D | MediaProfiles.cpp | 390 mStartTimeOffsets.replaceValueFor(cameraId, offsetTimeMs); in addStartTimeOffset()
|
/frameworks/base/tools/split-select/ |
D | Main.cpp | 344 apkPathSplitMap.replaceValueFor(splitApkPaths[i], splits); in main() 347 splitApkPathMap.replaceValueFor(splits[j], splitApkPaths[i]); in main()
|
/frameworks/av/include/camera/ |
D | CameraParameters2.h | 168 ssize_t replaceValueFor(const KeyT& key, const ValueT& value) { in replaceValueFor() function
|
/frameworks/base/libs/hwui/ |
D | DisplayListCanvas.h | 293 mPaintMap.replaceValueFor(key, cachedPaint); in refPaint() 313 mRegionMap.replaceValueFor(region, cachedRegion); in refRegion()
|
D | RecordingCanvas.h | 263 mPaintMap.replaceValueFor(key, cachedPaint); in refPaint() 283 mRegionMap.replaceValueFor(region, cachedRegion); in refRegion()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | VolumeCurve.h | 122 replaceValueFor(deviceCategory, volumeCurve); in setVolumeCurve()
|
/frameworks/av/camera/ |
D | CameraParameters2.cpp | 106 ssize_t res = mMap.replaceValueFor(String8(key), String8(value)); in set()
|
D | CameraParameters.cpp | 251 mMap.replaceValueFor(String8(key), String8(value)); in set()
|
/frameworks/native/libs/input/ |
D | KeyCharacterMap.cpp | 188 map->mKeysByScanCode.replaceValueFor(overlay->mKeysByScanCode.keyAt(i), in combine() 193 map->mKeysByUsageCode.replaceValueFor(overlay->mKeysByUsageCode.keyAt(i), in combine()
|
/frameworks/av/services/soundtrigger/ |
D | SoundTriggerHwService.cpp | 570 mModels.replaceValueFor(*handle, model); in loadSoundModel()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 397 device->keyCodeStates.replaceValueFor(keyCode, state); in setKeyCodeState() 402 device->scanCodeStates.replaceValueFor(scanCode, state); in setScanCodeState() 407 device->switchStates.replaceValueFor(switchCode, state); in setSwitchState() 412 device->absoluteAxisValue.replaceValueFor(axis, value); in setAbsoluteAxisValue() 851 mKeyCodeStates.replaceValueFor(keyCode, state); in setKeyCodeState() 855 mScanCodeStates.replaceValueFor(scanCode, state); in setScanCodeState() 859 mSwitchStates.replaceValueFor(switchCode, state); in setSwitchState()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 731 skippedResourceNames->replaceValueFor( in parseAndAddEntry() 964 nextPublicId.replaceValueFor(type, ident+1); in compileResourceFile() 972 nextPublicId.replaceValueFor(type, ident+1); in compileResourceFile() 1063 nextPublicId.replaceValueFor(type, end+1); in compileResourceFile() 3562 mBag.replaceValueFor(key, item); in addToBag()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 6458 mEntries.replaceValueFor(String16(tmpName), (uint8_t) packageId); in load()
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 1226 mSuspendedSessions.replaceValueFor(sessionId, sessionEffects); in updateSuspendedSessions_l()
|