Home
last modified time | relevance | path

Searched refs:cached_value_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/device/bluetooth/
Dbluetooth_remote_gatt_descriptor_chromeos.cc63 return cached_value_; in GetValue()
117 cached_value_ = value; in OnValueSuccess()
Dbluetooth_remote_gatt_characteristic_chromeos.cc100 return cached_value_; in GetValue()
324 cached_value_ = value; in GattCharacteristicValueUpdated()
387 cached_value_ = value; in OnValueSuccess()
390 service_->NotifyCharacteristicValueChanged(this, cached_value_); in OnValueSuccess()
Dbluetooth_remote_gatt_descriptor_chromeos.h78 std::vector<uint8> cached_value_; variable
Dbluetooth_remote_gatt_characteristic_chromeos.h137 std::vector<uint8> cached_value_; variable