Searched defs:AdapterState (Results 1 - 3 of 3) sorted by relevance

/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...]
/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 2128 milliseconds