HomeSort by relevance Sort by last modified time
    Searched refs:notify_call_pending_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_remote_gatt_characteristic_chromeos.cc 42 notify_call_pending_(false),
264 if (notify_call_pending_) {
269 notify_call_pending_ = true;
286 DCHECK(!notify_call_pending_);
300 if (notify_call_pending_ || num_notify_sessions_ == 0) {
306 notify_call_pending_ = true;
409 DCHECK(notify_call_pending_);
412 notify_call_pending_ = false;
437 DCHECK(notify_call_pending_);
439 notify_call_pending_ = false
    [all...]
bluetooth_remote_gatt_characteristic_chromeos.h 149 bool notify_call_pending_; member in class:chromeos::BluetoothRemoteGattCharacteristicChromeOS

Completed in 126 milliseconds