Home
last modified time | relevance | path

Searched refs:newValue (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/contexthub/1.2/default/
DContexthub.h48 Return<void> onSettingChanged(SettingV1_1 setting, SettingValue newValue) override;
53 Return<void> onSettingChanged_1_2(Setting setting, SettingValue newValue) override;
/hardware/interfaces/contexthub/1.1/
DIContexthub.hal28 * @param newValue The update value of the user setting.
30 onSettingChanged(Setting setting, SettingValue newValue);
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DObd2SensorStore.cpp40 uint8_t newValue = value ? (byte | (1 << bitIndex)) : (byte & ~(1 << bitIndex)); in set() local
41 mStorage[byteIndex] = newValue; in set()
/hardware/interfaces/contexthub/1.1/default/
DContexthub.h39 Return<void> onSettingChanged(Setting setting, SettingValue newValue) override;
/hardware/interfaces/contexthub/1.2/
DIContexthub.hal58 * @param newValue The update value of the user setting.
60 onSettingChanged_1_2(Setting setting, @1.1::SettingValue newValue);
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedUserHal.cpp123 auto newValue = std::unique_ptr<VehiclePropValue>( in onGetUserIdentificationAssociation() local
128 newValue->value.int32Values[0] = *requestId; in onGetUserIdentificationAssociation()
132 return newValue; in onGetUserIdentificationAssociation()