Home
last modified time | relevance | path

Searched +defs:has +defs:value (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/bta/has/
Dhas_ctp.cc37 namespace has { namespace
39 static bool ParsePresetGenericUpdate(uint16_t& len, const uint8_t* value, HasCtpNtf& ntf) { in ParsePresetGenericUpdate()
52 static bool ParsePresetIndex(uint16_t& len, const uint8_t* value, HasCtpNtf& ntf) { in ParsePresetIndex()
63 static bool ParsePresetReadResponse(uint16_t& len, const uint8_t* value, HasCtpNtf& ntf) { in ParsePresetReadResponse()
76 static bool ParsePresetChanged(uint16_t len, const uint8_t* value, HasCtpNtf& ntf) { in ParsePresetChanged()
110 std::optional<HasCtpNtf> HasCtpNtf::FromCharacteristicValue(uint16_t len, const uint8_t* value) { in FromCharacteristicValue()
147 std::vector<uint8_t> value; in ToCharacteristicValue() local
198 std::ostream& operator<<(std::ostream& out, const PresetCtpChangeId value) { in operator <<()
212 std::ostream& operator<<(std::ostream& out, const PresetCtpOpcode value) { in operator <<()
Dhas_preset.cc33 namespace has { namespace
35 std::optional<HasPreset> HasPreset::FromCharacteristicValue(uint16_t& len, const uint8_t* value) { in FromCharacteristicValue()
Dhas_client_test.cc52 namespace has { namespace
136 bool has; member
264 std::vector<uint8_t> value; in set_sample_database() local
297 GATT_WRITE_OP_CB cb, void* cb_data) { in set_sample_database()
701 void* cb_data) -> void { in SetUp()
835 std::vector<uint8_t> value, bool indicate = false) { in InjectNotificationEvent()
869 std::vector<uint8_t> value; in InjectNotifyReadPresetResponse() local
883 std::vector<uint8_t> value; in InjectPresetChanged() local
908 std::vector<uint8_t> value, bool indicate, int index, in InjectNotifyReadPresetsResponse()
961 std::vector<uint8_t> value; in InjectActivePresetNotification() local
[all …]
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DRandomVariable.h41 explicit RandomVariableRange(int value) : mChoices({value}) {} in RandomVariableRange()
51 bool has(int value) const { in has() function
100 int value = 0; member
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherPrefs.kt137 sharedPref.edit().apply { itemList.forEach { (item, value) -> putValue(item, value) } } in <lambda>() method
197 fun has(vararg items: Item): Boolean { in <lambda>() method
440 op.all.forEach { (key, value) -> in getSharedPrefs() method