Home
last modified time | relevance | path

Searched refs:notify_call_pending_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/device/bluetooth/
Dbluetooth_remote_gatt_characteristic_chromeos.cc42 notify_call_pending_(false), in BluetoothRemoteGattCharacteristicChromeOS()
264 if (notify_call_pending_) { in StartNotifySession()
269 notify_call_pending_ = true; in StartNotifySession()
286 DCHECK(!notify_call_pending_); in RemoveNotifySession()
300 if (notify_call_pending_ || num_notify_sessions_ == 0) { in RemoveNotifySession()
306 notify_call_pending_ = true; in RemoveNotifySession()
409 DCHECK(notify_call_pending_); in OnStartNotifySuccess()
412 notify_call_pending_ = false; in OnStartNotifySuccess()
437 DCHECK(notify_call_pending_); in OnStartNotifyError()
439 notify_call_pending_ = false; in OnStartNotifyError()
[all …]
Dbluetooth_remote_gatt_characteristic_chromeos.h149 bool notify_call_pending_; variable