Searched refs:replaceValueFor (Results 1 – 17 of 17) sorted by relevance
/frameworks/av/media/libmediahelper/ |
D | AudioParameter.cpp | 116 mParameters.replaceValueFor(key, value); in AudioParameter() 154 mParameters.replaceValueFor(key, value); in add()
|
/frameworks/av/camera/include/camera/ |
D | CameraParameters2.h | 168 ssize_t replaceValueFor(const KeyT& key, const ValueT& value) { in replaceValueFor() function
|
/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/native/services/inputflinger/tests/ |
D | FakeEventHub.cpp | 120 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()
|
D | InputReader_test.cpp | 260 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/ |
D | ClientDescriptor.cpp | 82 mEnabledEffects.replaceValueFor(effect->mId, effect); in trackEffectEnabled()
|
D | AudioInputDescriptor.cpp | 425 mEnabledEffects.replaceValueFor(effect->mId, effect); in trackEffectEnabled()
|
/frameworks/av/services/audiopolicy/engine/common/include/ |
D | VolumeCurve.h | 146 replaceValueFor(deviceCategory, volumeCurve); in setVolumeCurve()
|
/frameworks/av/camera/ |
D | CameraParameters2.cpp | 107 ssize_t res = mMap.replaceValueFor(String8(key), String8(value)); in set()
|
D | CameraParameters.cpp | 252 mMap.replaceValueFor(String8(key), String8(value)); in set()
|
/frameworks/av/media/libmedia/ |
D | IMediaMetadataRetriever.cpp | 219 mMetadata.replaceValueFor(keyCode, value); in extractMetadata()
|
D | MediaProfiles.cpp | 716 mStartTimeOffsets.replaceValueFor(cameraId, offsetTimeMs); in addStartTimeOffset()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 741 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/ |
D | CameraDeviceClient.cpp | 1380 mConfiguredOutputs.replaceValueFor(streamId, outputConfiguration); in updateOutputConfiguration() 1753 mConfiguredOutputs.replaceValueFor(streamId, outputConfiguration); in finalizeOutputConfigurations()
|
/frameworks/base/libs/androidfw/ |
D | AssetManager2.cpp | 232 package_group->dynamic_ref_table->mEntries.replaceValueFor( in BuildDynamicRefTable()
|
D | ResourceTypes.cpp | 7188 mEntries.replaceValueFor(String16(tmpName), (uint8_t) packageId); in load()
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 1400 mSuspendedSessions.replaceValueFor(sessionId, sessionEffects); in updateSuspendedSessions_l()
|