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

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_device_client.cc 221 discovery_simulation_step_(0),
485 discovery_simulation_step_ = 1;
497 discovery_simulation_step_ = 0;
685 if (!discovery_simulation_step_)
690 VLOG(1) << "discovery simulation, step " << discovery_simulation_step_;
691 if (discovery_simulation_step_ == 2) {
697 } else if (discovery_simulation_step_ == 4) {
705 } else if (discovery_simulation_step_ == 7) {
711 } else if (discovery_simulation_step_ == 8) {
719 } else if (discovery_simulation_step_ == 10)
    [all...]
fake_bluetooth_device_client.h 250 uint32_t discovery_simulation_step_; member in class:chromeos::FakeBluetoothDeviceClient

Completed in 55 milliseconds