Home
last modified time | relevance | path

Searched refs:setCurrentValue (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/mtp/
DMtpProperty.h96 void setCurrentValue(const uint16_t* string);
97 void setCurrentValue(const char* string);
98 void setCurrentValue(MtpDataPacket& packet);
DMtpProperty.cpp233 void MtpProperty::setCurrentValue(const uint16_t* string) { in setCurrentValue() function in android::MtpProperty
243 void MtpProperty::setCurrentValue(const char* string) { in setCurrentValue() function in android::MtpProperty
253 void MtpProperty::setCurrentValue(MtpDataPacket& packet) { in setCurrentValue() function in android::MtpProperty
DMtpDevice.cpp673 property->setCurrentValue(mData); in getObjectPropValue()
/frameworks/av/media/mtp/tests/MtpFuzzer/
Dmtp_property_fuzzer.cpp96 mtpProperty->setCurrentValue(mtpDataPacket); in process()
111 mtpProperty->setCurrentValue(reinterpret_cast<uint16_t*>(data)); in process()
113 mtpProperty->setCurrentValue(str.c_str()); in process()
Dmtp_device_fuzzer.cpp123 mtpProperty.setCurrentValue( in LLVMFuzzerTestOneInput()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedAnimationController.java242 void setCurrentValue(float value) { in setCurrentValue() method in OneHandedAnimationController.OneHandedTransitionAnimator
280 setCurrentValue(currentValue); in ofYOffset()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipAnimationController.java493 void setCurrentValue(T value) { in setCurrentValue() method in PipAnimationController.PipTransitionAnimator
554 setCurrentValue(alpha); in ofAlpha()
662 setCurrentValue(bounds); in ofBounds()
701 setCurrentValue(bounds); in ofBounds()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DViewState.java147 void setCurrentValue(AutofillValue value) { in setCurrentValue() method in ViewState
DSession.java4601 viewState.setCurrentValue(value); in updateLocked()
4830 viewState.setCurrentValue(value); in updateViewStateAndUiOnValueChangedLocked()
5975 viewState.setCurrentValue(findValueLocked(id)); in createOrUpdateViewStateLocked()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp425 property.setCurrentValue(propertyStr); in android_mtp_MtpDevice_set_device_property_init_version()
Dandroid_mtp_MtpDatabase.cpp1301 result->setCurrentValue(str); in getDevicePropertyDesc()