Searched refs:setValue (Results 1 – 8 of 8) sorted by relevance
/device/google/contexthub/util/common/ |
D | JSONObject.h | 164 void setValue(const char *key, const JSONValue &value); 169 setValue(key, val); in setInt32() 175 setValue(key, val); in setFloat() 181 setValue(key, val); in setString() 187 setValue(key, val); in setBoolean() 193 setValue(key, val); in setObject() 199 setValue(key, val); in setArray()
|
D | JSONObject.cpp | 159 obj->setValue(keyVal.c_str(), val); in Parse() 678 void JSONObject::setValue(const char *key, const JSONValue &value) { in setValue() function in android::JSONObject
|
/device/google/cuttlefish/guest/hals/oemlock/remote/ |
D | remote_oemlock.cpp | 53 return resultToStatus(setValue(secure_env::OemLockField::ALLOWED_BY_CARRIER, in_allowed)); in setOemUnlockAllowedByCarrier() 61 return resultToStatus(setValue(secure_env::OemLockField::ALLOWED_BY_DEVICE, in_allowed)); in setOemUnlockAllowedByDevice() 81 Result<void> OemLock::setValue(secure_env::OemLockField field, bool value) { in setValue() function in aidl::android::hardware::oemlock::OemLock
|
D | remote_oemlock.h | 49 Result<void> setValue(secure_env::OemLockField field, bool value);
|
/device/generic/car/emulator/vhal_aidl/VehicleEmulator/ |
D | EmulatedVehicleHardware.cpp | 110 if (auto result = setValue(value); !result.ok()) { in setValues() 157 if (auto result = mVehicleHardware->setValue(aidlPropValue); !result.ok()) { in onNewPropValues()
|
D | VehicleEmulator.cpp | 222 auto result = mHal->setValue(val); in doSetProperty()
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/ |
D | BleConnection.java | 143 characteristic.setValue(data); in processRequest() 183 descriptor.setValue(data); in processRequest()
|
/device/google/atv/products/lowram_boot_profiles/ |
D | boot-image-profile.txt | 17931 HSPLandroid/animation/Keyframe$FloatKeyframe;->setValue(Ljava/lang/Object;)V 17937 HSPLandroid/animation/Keyframe$IntKeyframe;->setValue(Ljava/lang/Object;)V 22752 HSPLandroid/content/ContentProviderOperation$Builder;->setValue(Ljava/lang/String;Ljava/lang/Object… 27365 HSPLandroid/graphics/drawable/RippleForeground$2;->setValue(Landroid/graphics/drawable/RippleForegr… 27366 HSPLandroid/graphics/drawable/RippleForeground$2;->setValue(Ljava/lang/Object;F)V 27369 HSPLandroid/graphics/drawable/RippleForeground$3;->setValue(Landroid/graphics/drawable/RippleForegr… 27370 HSPLandroid/graphics/drawable/RippleForeground$3;->setValue(Ljava/lang/Object;F)V 27373 HSPLandroid/graphics/drawable/RippleForeground$4;->setValue(Landroid/graphics/drawable/RippleForegr… 27374 HSPLandroid/graphics/drawable/RippleForeground$4;->setValue(Ljava/lang/Object;F)V 37834 HSPLandroid/text/PackedObjectVector;->setValue(IILjava/lang/Object;)V [all …]
|