Home
last modified time | relevance | path

Searched defs:newValue (Results 1 – 11 of 11) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/testing/
DMockUtils.h85 MockReplacementHandle<T> replaceMock(T* location, U newValue) { in replaceMock()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DObd2SensorStore.cpp40 uint8_t newValue = value ? (byte | (1 << bitIndex)) : (byte & ~(1 << bitIndex)); in set() local
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DObd2SensorStore.cpp54 uint8_t newValue = value ? (byte | (1 << bitIndex)) : (byte & ~(1 << bitIndex)); in set() local
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/userhal/
DFakeUserHal.cpp123 auto newValue = std::unique_ptr<VehiclePropValue>( in onGetUserIdentificationAssociation() local
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/src/
DFakeUserHal.cpp136 auto newValue = mValuePool->obtain(*mSetUserIdentificationAssociationResponseFromCmd); in onGetUserIdentificationAssociation() local
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DSubscriptionManager.cpp443 VehiclePropValue newValue = value; in getSubscribedClients() local
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp1245 GLint TextureUnpackReset::unpackCheckAndUpdate(GLenum name, GLint newValue) { in unpackCheckAndUpdate()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_wgl.cpp784 ConfigDC newValue(format, mDispatch); in getInternalDC() local
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp10849 bool newValue = (value > 0)? true : false; in setRecordingHintValue() local
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_raii.hpp25 VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_INLINE T exchange( T & obj, U && newValue ) in exchange()
Dvulkan_raii.hpp25 VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_INLINE T exchange( T & obj, U && newValue ) in exchange()