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 193 discovery_simulation_step_(0),
518 discovery_simulation_step_ = 1;
530 discovery_simulation_step_ = 0;
574 if (!discovery_simulation_step_)
579 VLOG(1) << "discovery simulation, step " << discovery_simulation_step_;
580 if (discovery_simulation_step_ == 2) {
604 } else if (discovery_simulation_step_ == 4) {
648 } else if (discovery_simulation_step_ == 7) {
673 } else if (discovery_simulation_step_ == 8) {
718 } else if (discovery_simulation_step_ == 10)
    [all...]
fake_bluetooth_device_client.h 210 uint32_t discovery_simulation_step_; member in class:chromeos::FakeBluetoothDeviceClient

Completed in 301 milliseconds