Searched refs:AdapterState (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api_utils.h22 // Fill in an AdapterState object from a BluetoothAdapter.
24 AdapterState* out);
H A Dbluetooth_api_utils.cc137 AdapterState* out) {
H A Dbluetooth_api.cc105 bluetooth::AdapterState state;
H A Dbluetooth_apitest.cc136 api::bluetooth::AdapterState state;
137 ASSERT_TRUE(api::bluetooth::AdapterState::Populate(*result, &state));
H A Dbluetooth_event_router.cc287 core_api::bluetooth::AdapterState state;
/external/chromium_org/device/bluetooth/
H A Dbluetooth_task_manager_win.h38 struct AdapterState { struct in class:device::BluetoothTaskManagerWin
39 AdapterState();
40 ~AdapterState();
80 virtual void AdapterStateChanged(const AdapterState& state) {}
123 // Notify all Observers of updated AdapterState. Should only be called on the
125 void OnAdapterStateChanged(const AdapterState* state);
H A Dbluetooth_task_manager_win.cc81 device::BluetoothTaskManagerWin::AdapterState* state) {
115 BluetoothTaskManagerWin::AdapterState::AdapterState() : powered(false) { function in class:device::BluetoothTaskManagerWin::AdapterState
118 BluetoothTaskManagerWin::AdapterState::~AdapterState() {
187 AdapterState* state = new AdapterState();
262 void BluetoothTaskManagerWin::OnAdapterStateChanged(const AdapterState* state) {
319 AdapterState* state = new AdapterState();
[all...]
H A Dbluetooth_task_manager_win_unittest.cc27 const device::BluetoothTaskManagerWin::AdapterState& state) OVERRIDE {
H A Dbluetooth_adapter_win_unittest.cc180 BluetoothTaskManagerWin::AdapterState state;
186 BluetoothTaskManagerWin::AdapterState state;
194 BluetoothTaskManagerWin::AdapterState state;
201 BluetoothTaskManagerWin::AdapterState empty_state;
207 BluetoothTaskManagerWin::AdapterState state;
221 BluetoothTaskManagerWin::AdapterState state;
H A Dbluetooth_adapter_win.h71 const BluetoothTaskManagerWin::AdapterState& state) OVERRIDE;
H A Dbluetooth_adapter_win.cc191 const BluetoothTaskManagerWin::AdapterState& state) {
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js559 * @see https://developer.chrome.com/apps/bluetooth#type-AdapterState
561 chrome.bluetooth.AdapterState = function() {};
565 chrome.bluetooth.AdapterState.prototype.address;
569 chrome.bluetooth.AdapterState.prototype.name;
573 chrome.bluetooth.AdapterState.prototype.powered;
577 chrome.bluetooth.AdapterState.prototype.available;
581 chrome.bluetooth.AdapterState.prototype.discovering;
636 * @param {function(!chrome.bluetooth.AdapterState)} callback
678 /** @param {function(!chrome.bluetooth.AdapterState): void} callback */
683 /** @param {function(!chrome.bluetooth.AdapterState)
[all...]

Completed in 251 milliseconds