Home
last modified time | relevance | path

Searched +defs:get +defs:value (Results 1 – 25 of 48) sorted by relevance

12

/hardware/google/aemu/base/include/aemu/base/threads/
DThreadStore.h75 inline void* get() const { in get() function
84 inline void set(void* value) { in set()
89 inline void* swap(void* value) { in swap()
128 T* get() { in get() function
/hardware/google/aemu/base/include/aemu/base/
DOptional.h231 Optional(const T& value) : base_flag(true) { new (&get()) T(value); } in Optional()
233 Optional(T&& value) : base_flag(true) { new (&get()) T(std::move(value)); } in Optional()
358 T& value() { in value() function
365 constexpr const T& value() const { in value() function
462 constexpr const T& get() const { in get() function
468 T& get() { in get() function
DLruCache.h30 Value* get(const Key& key) { in get() function
42 void set(const Key& key, Value&& value) { in set()
74 Value value; member
DMruCache.h63 bool put(const K& key, size_t keySize, V&& value, size_t valueSize) { in put()
93 bool get(const K& key, const V** value) { in get() function
/hardware/qcom/audio/legacy/alsa_sound/
DALSAControl.cpp54 status_t ALSAControl::get(const char *name, unsigned int &value, int index) in get() function in android_audio_legacy::ALSAControl
71 status_t ALSAControl::set(const char *name, unsigned int value, int index) in set()
91 status_t ALSAControl::set(const char *name, const char *value) in set()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DObd2SensorStore.cpp36 void Obd2SensorStore::BitmaskInVector::set(size_t index, bool value) { in set()
44 bool Obd2SensorStore::BitmaskInVector::get(size_t index) const { in get() function in android::hardware::automotive::vehicle::V2_0::Obd2SensorStore::BitmaskInVector
65 StatusCode Obd2SensorStore::setIntegerSensor(DiagnosticIntegerSensorIndex index, int32_t value) { in setIntegerSensor()
68 StatusCode Obd2SensorStore::setFloatSensor(DiagnosticFloatSensorIndex index, float value) { in setFloatSensor()
72 StatusCode Obd2SensorStore::setIntegerSensor(size_t index, int32_t value) { in setIntegerSensor()
78 StatusCode Obd2SensorStore::setFloatSensor(size_t index, float value) { in setFloatSensor()
DVehicleHalManager.cpp111 Return<void> VehicleHalManager::get(const VehiclePropValue& requestedPropValue, get_cb _hidl_cb) { in get() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManager
126 auto value = mHal->get(requestedPropValue, &status); in get() local
133 Return<StatusCode> VehicleHalManager::set(const VehiclePropValue &value) { in set()
384 auto value = mHal->get(input, &status); in cmdDumpOneProperty() local
550 void VehicleHalManager::handlePropertySetEvent(const VehiclePropValue& value) { in handlePropertySetEvent()
/hardware/google/aemu/base/include/aemu/base/containers/
DStaticMap.h31 void set(const K& key, const V& value) { in set()
47 android::base::Optional<V> get(const K& key) const { in get() function
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DObd2SensorStore.cpp47 Result<void> Obd2SensorStore::BitmaskInVector::set(size_t index, bool value) { in set()
59 Result<bool> Obd2SensorStore::BitmaskInVector::get(size_t index) const { in get() function in android::hardware::automotive::vehicle::fake::obd2frame::Obd2SensorStore::BitmaskInVector
83 StatusCode Obd2SensorStore::setIntegerSensor(DiagnosticIntegerSensorIndex index, int32_t value) { in setIntegerSensor()
86 StatusCode Obd2SensorStore::setFloatSensor(DiagnosticFloatSensorIndex index, float value) { in setFloatSensor()
90 StatusCode Obd2SensorStore::setIntegerSensor(size_t index, int32_t value) { in setIntegerSensor()
103 StatusCode Obd2SensorStore::setFloatSensor(size_t index, float value) { in setFloatSensor()
/hardware/google/pixel/vibrator/common/
DHardwareBase.h52 Record(const char *func, const T &value, const std::ios *stream) in Record()
108 bool HwApiBase::get(T *value, std::istream *stream) { in get() function
123 bool HwApiBase::set(const T &value, std::ostream *stream) { in set()
138 bool HwApiBase::poll(const T &value, std::istream *stream, const int32_t timeoutMs) { in poll()
175 void HwApiBase::record(const char *func, const T &value, const std::ios *stream) { in record()
220 bool HwCalBase::getPersist(const char *key, T *value) { in getPersist()
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DTriState.h29 explicit TriState(const T &value) : mIsSet(true), mValue(value) { } in TriState()
39 const T get(const T &defaultValue) const { in get() function
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultVehicleHal.cpp80 [this](const VehiclePropValue& value, bool updateStatus) { in DefaultVehicleHal()
95 auto value = ret.value().get(); in getUserHalProp() local
108 VehicleHal::VehiclePropValuePtr DefaultVehicleHal::get(const VehiclePropValue& requestedPropValue, in get() function in android::hardware::automotive::vehicle::V2_0::impl::DefaultVehicleHal
183 StatusCode DefaultVehicleHal::checkPropValue(const VehiclePropValue& value, in checkPropValue()
238 StatusCode DefaultVehicleHal::checkVendorMixedPropValue(const VehiclePropValue& value, in checkVendorMixedPropValue()
288 StatusCode DefaultVehicleHal::checkValueRange(const VehiclePropValue& value, in checkValueRange()
556 void DefaultVehicleHal::onPropertyValue(const VehiclePropValue& value, bool updateStatus) { in onPropertyValue()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dcpp_bindings.h128 struct nlattr *get() { in get() function
213 wifi_error put_u8(int attribute, uint8_t value) { in put_u8()
216 wifi_error put_u16(int attribute, uint16_t value) { in put_u16()
219 wifi_error put_u32(int attribute, uint32_t value) { in put_u32()
223 wifi_error put_u64(int attribute, uint64_t value) { in put_u64()
227 wifi_error put_s8(int attribute, s8 value) { in put_s8()
230 wifi_error put_s16(int attribute, s16 value) { in put_s16()
233 wifi_error put_s32(int attribute, s32 value) { in put_s32()
236 wifi_error put_s64(int attribute, s64 value) { in put_s64()
284 wifi_error put_ipv6_addr(int attribute, uint8_t *value) { in put_ipv6_addr()
[all …]
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dcpp_bindings.h122 struct nlattr *get() { in get() function
207 wifi_error put_u8(int attribute, uint8_t value) { in put_u8()
210 wifi_error put_u16(int attribute, uint16_t value) { in put_u16()
213 wifi_error put_u32(int attribute, uint32_t value) { in put_u32()
217 wifi_error put_u64(int attribute, uint64_t value) { in put_u64()
221 wifi_error put_s8(int attribute, s8 value) { in put_s8()
224 wifi_error put_s16(int attribute, s16 value) { in put_s16()
227 wifi_error put_s32(int attribute, s32 value) { in put_s32()
230 wifi_error put_s64(int attribute, s64 value) { in put_s64()
278 wifi_error put_string(int attribute, const char *value) { in put_string()
[all …]
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dcpp_bindings.h125 struct nlattr *get() { in get() function
202 int put_s8(int attribute, int8_t value) { in put_s8()
205 int put_u8(int attribute, uint8_t value) { in put_u8()
208 int put_u16(int attribute, uint16_t value) { in put_u16()
211 int put_u32(int attribute, uint32_t value) { in put_u32()
214 int put_u64(int attribute, uint64_t value) { in put_u64()
217 int put_string(int attribute, const char *value) { in put_string()
220 int put_addr(int attribute, mac_addr value) { in put_addr()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcpp_bindings.h125 struct nlattr *get() { in get() function
202 int put_s8(int attribute, int8_t value) { in put_s8()
205 int put_u8(int attribute, uint8_t value) { in put_u8()
208 int put_u16(int attribute, uint16_t value) { in put_u16()
211 int put_u32(int attribute, uint32_t value) { in put_u32()
214 int put_u64(int attribute, uint64_t value) { in put_u64()
217 int put_string(int attribute, const char *value) { in put_string()
220 int put_addr(int attribute, mac_addr value) { in put_addr()
/hardware/interfaces/graphics/mapper/stable-c/vts/
DVtsHalGraphicsMapperStableC_TargetTest.cpp251 const typename StandardMetadata<T>::value_type& value) { in setStandardMetadata()
1298 auto value = getStandardMetadata<StandardMetadataType::WIDTH>(*bufferHandle); in TEST_P() local
1309 auto value = getStandardMetadata<StandardMetadataType::LAYER_COUNT>(*bufferHandle); in TEST_P() local
1317 auto value = getStandardMetadata<StandardMetadataType::PIXEL_FORMAT_REQUESTED>(*bufferHandle); in TEST_P() local
1334 auto value = getStandardMetadata<StandardMetadataType::PIXEL_FORMAT_FOURCC>(*bufferHandle); in TEST_P() local
1350 auto value = getStandardMetadata<StandardMetadataType::PIXEL_FORMAT_FOURCC>(*bufferHandle); in TEST_P() local
1359 auto value = getStandardMetadata<StandardMetadataType::PIXEL_FORMAT_MODIFIER>(*bufferHandle); in TEST_P() local
1369 auto value = getStandardMetadata<StandardMetadataType::USAGE>(*bufferHandle); in TEST_P() local
1377 auto value = getStandardMetadata<StandardMetadataType::ALLOCATION_SIZE>(*bufferHandle); in TEST_P() local
1407 auto value = getStandardMetadata<StandardMetadataType::PROTECTED_CONTENT>(*bufferHandle); in TEST_P() local
[all …]
/hardware/qcom/display/msm8960/libcopybit/
Dcopybit.cpp272 int value) in set_parameter_copybit()
352 static int get(struct copybit_device_t *dev, int name) in get() function
355 int value; in get() local
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp104 MockedVehicleHal::VehiclePropValuePtr MockedVehicleHal::get( in get() function in android::hardware::automotive::vehicle::V2_0::fuzzer::MockedVehicleHal
358 [&refStatus, &refValue](StatusCode status, const VehiclePropValue& value) { in invokeGet()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp66 VehiclePropValuePtr get(const VehiclePropValue& requestedPropValue, in get() function in android::hardware::automotive::vehicle::V2_0::__anondd327c140111::MockedVehicleHal
117 void sendPropEvent(recyclable_ptr<VehiclePropValue> value) { in sendPropEvent()
172 (StatusCode status, const VehiclePropValue& value) { in invokeGet()
589 auto value = hal->get(requestProp, &status); in TEST_F() local
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit.cpp298 int value) in set_parameter_copybit()
388 static int get(struct copybit_device_t *dev, int name) in get() function
391 int value; in get() local
/hardware/qcom/sm8150/display/libcopybit/
Dcopybit.cpp298 int value) in set_parameter_copybit()
388 static int get(struct copybit_device_t *dev, int name) in get() function
391 int value; in get() local
/hardware/qcom/sm7250/display/libcopybit/
Dcopybit.cpp298 int value) in set_parameter_copybit()
388 static int get(struct copybit_device_t *dev, int name) in get() function
391 int value; in get() local
/hardware/qcom/display/msm8994/libcopybit/
Dcopybit.cpp284 int value) in set_parameter_copybit()
371 static int get(struct copybit_device_t *dev, int name) in get() function
374 int value; in get() local
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit.cpp281 int value) in set_parameter_copybit()
368 static int get(struct copybit_device_t *dev, int name) in get() function
371 int value; in get() local

12