HomeSort by relevance Sort by last modified time
    Searched defs:AdapterState (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_task_manager_win.h 38 struct AdapterState {
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);
bluetooth_task_manager_win.cc 81 device::BluetoothTaskManagerWin::AdapterState* state) {
115 BluetoothTaskManagerWin::AdapterState::AdapterState() : powered(false) {
118 BluetoothTaskManagerWin::AdapterState::~AdapterState() {
187 AdapterState* state = new AdapterState();
262 void BluetoothTaskManagerWin::OnAdapterStateChanged(const AdapterState* state) {
319 AdapterState* state = new AdapterState();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterState.java 38 final class AdapterState extends StateMachine {
86 private AdapterState(AdapterService service, AdapterProperties adapterProperties) {
96 public static AdapterState make(AdapterService service, AdapterProperties adapterProperties) {
98 AdapterState as = new AdapterState(service, adapterProperties);
  /external/chromium_org/third_party/closure_compiler/externs/
chrome_extensions.js 559 * @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): void} callback *
    [all...]
  /hardware/ti/omap4-aah/camera/inc/
CameraHal.h 927 enum AdapterState {
982 virtual AdapterState getState() = 0;
985 virtual AdapterState getNextState() = 0;
994 virtual status_t getState(AdapterState &state) = 0;
996 virtual status_t getNextState(AdapterState &state) = 0;
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 777 enum AdapterState {
834 virtual AdapterState getState() = 0;
837 virtual AdapterState getNextState() = 0;
846 virtual status_t getState(AdapterState &state) = 0;
848 virtual status_t getNextState(AdapterState &state) = 0;
    [all...]

Completed in 2213 milliseconds