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

  /external/chromium_org/device/bluetooth/
bluetooth_discovery_session.h 16 // BluetoothDiscoverySession represents a current active or inactive device
20 // of an active BluetoothDiscoverySession exists. A BluetoothDiscoverySession is
22 // instance has not called BluetoothDiscoverySession::Stop. A
23 // BluetoothDiscoverySession might unexpectedly become inactive, if the adapter
27 // BluetoothDiscoverySession if their existing sessions have become inactive.
28 class BluetoothDiscoverySession {
37 // users are highly encouraged to call BluetoothDiscoverySession::Stop,
39 virtual ~BluetoothDiscoverySession();
45 // should request a new BluetoothDiscoverySession to make sure that devic
    [all...]
bluetooth_discovery_session.cc 12 BluetoothDiscoverySession::BluetoothDiscoverySession(
18 BluetoothDiscoverySession::BluetoothDiscoverySession()
21 BluetoothDiscoverySession::~BluetoothDiscoverySession() {
31 bool BluetoothDiscoverySession::IsActive() const {
35 void BluetoothDiscoverySession::Stop(
46 base::Bind(&BluetoothDiscoverySession::OnStop,
52 void BluetoothDiscoverySession::OnStop(const base::Closure& callback)
    [all...]
bluetooth_adapter.cc 125 scoped_ptr<BluetoothDiscoverySession> discovery_session(
126 new BluetoothDiscoverySession(scoped_refptr<BluetoothAdapter>(this)));
136 std::set<BluetoothDiscoverySession*> temp(discovery_sessions_);
137 for (std::set<BluetoothDiscoverySession*>::iterator
145 BluetoothDiscoverySession* discovery_session) {
bluetooth_adapter.h 21 class BluetoothDiscoverySession;
155 // instance of BluetoothDiscoverySession will be returned to the caller via
157 // The returned BluetoothDiscoverySession is owned by the caller and it's the
164 // should always obtain a BluetoothDiscoverySession and call
165 // BluetoothDiscoverySession::Stop when done. When this method gets called,
171 typedef base::Callback<void(scoped_ptr<BluetoothDiscoverySession>)>
248 friend class BluetoothDiscoverySession;
305 BluetoothDiscoverySession* discovery_session);
326 std::set<BluetoothDiscoverySession*> discovery_sessions_;
bluetooth_chromeos_unittest.cc 28 using device::BluetoothDiscoverySession;
263 for (ScopedVector<BluetoothDiscoverySession>::iterator iter =
267 BluetoothDiscoverySession* session = *iter;
291 scoped_ptr<BluetoothDiscoverySession> discovery_session) {
388 ScopedVector<BluetoothDiscoverySession> discovery_sessions_;
    [all...]
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_discovery_session.h 16 class MockBluetoothDiscoverySession : public BluetoothDiscoverySession {
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router.h 30 class BluetoothDiscoverySession;
135 scoped_ptr<device::BluetoothDiscoverySession> discovery_session);
142 // A map that maps extension ids to BluetoothDiscoverySession pointers.
143 typedef std::map<std::string, device::BluetoothDiscoverySession*>
bluetooth_event_router.cc 117 device::BluetoothDiscoverySession* session = iter->second;
222 device::BluetoothDiscoverySession* session = iter->second;
340 scoped_ptr<device::BluetoothDiscoverySession> discovery_session) {
bluetooth_apitest.cc 26 using device::BluetoothDiscoverySession;
76 scoped_ptr<BluetoothDiscoverySession>(mock_session_.release()));
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.h 163 scoped_ptr<device::BluetoothDiscoverySession> discovery_session);
229 scoped_ptr<device::BluetoothDiscoverySession> discovery_session_;
bluetooth_options_handler.cc 262 scoped_ptr<device::BluetoothDiscoverySession> discovery_session) {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
hid_detection_screen_handler.h 159 scoped_ptr<device::BluetoothDiscoverySession> discovery_session);
203 scoped_ptr<device::BluetoothDiscoverySession> discovery_session_;
hid_detection_screen_handler.cc 94 scoped_ptr<device::BluetoothDiscoverySession> discovery_session) {
  /external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.h 242 scoped_ptr<device::BluetoothDiscoverySession> discovery_session);
278 scoped_ptr<device::BluetoothDiscoverySession> bluetooth_discovery_session_;
system_tray_delegate_chromeos.cc     [all...]

Completed in 264 milliseconds