HomeSort by relevance Sort by last modified time
    Searched defs:bus_ (Results 26 - 28 of 28) sorted by null

12

  /external/chromium_org/content/browser/
power_save_blocker_x11.cc 124 scoped_refptr<dbus::Bus> bus_; member in class:content::PowerSaveBlockerImpl::Delegate
181 DCHECK(!bus_.get()); // ApplyBlock() should only be called once.
186 bus_ = new dbus::Bus(options);
197 object_proxy = bus_->GetObjectProxy(
227 object_proxy = bus_->GetObjectProxy(
261 DCHECK(bus_.get()); // RemoveBlock() should only be called once.
271 object_proxy = bus_->GetObjectProxy(
278 object_proxy = bus_->GetObjectProxy(
296 bus_->ShutdownAndBlock();
297 bus_ = NULL
    [all...]
  /external/chromium_org/dbus/
end_to_end_async_unittest.cc 64 bus_ = new Bus(bus_options);
65 object_proxy_ = bus_->GetObjectProxy(
68 ASSERT_TRUE(bus_->HasDBusThread());
98 root_object_proxy_ = bus_->GetObjectProxy("org.chromium.TestService",
100 ASSERT_TRUE(bus_->HasDBusThread());
116 bus_->ShutdownOnDBusThreadAndBlock();
133 bus_->ShutdownOnDBusThreadAndBlock();
142 bus_ = new Bus(bus_options);
143 ASSERT_TRUE(bus_->HasDBusThread());
146 object_proxy_ = bus_->GetObjectProxy
261 scoped_refptr<Bus> bus_; member in class:dbus::EndToEndAsyncTest
    [all...]
  /external/chromium_org/media/audio/
audio_power_monitor_unittest.cc 36 this->bus_ = AudioBus::Create(other.bus_->channels(), other.bus_->frames());
37 other.bus_->CopyTo(this->bus_.get());
45 result.bus_->channel(0)[result.bus_->frames() / 2] = bad_value;
50 return *bus_;
66 bus_ = AudioBus::Create(num_channels, kFramesPerBuffer);
70 memcpy(bus_->channel(ch) + frames, data + num_frames * ch
78 scoped_ptr<AudioBus> bus_; member in class:media::__anon8629::TestScenario
    [all...]

Completed in 854 milliseconds

12