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

  /external/chromium_org/chromeos/dbus/
bluetooth_device_client.h 51 // Indicates that the device is currently paired. Read-only.
52 dbus::Property<bool> paired; member in struct:chromeos::BluetoothDeviceClient::Properties
  /external/chromium_org/ash/system/tray/
system_tray_delegate.h 51 bool paired; member in struct:ash::BluetoothDeviceInfo
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothControllerImpl.java 151 final PairedDevice paired = new PairedDevice(); local
152 paired.id = device.getAddress();
153 paired.tag = device;
154 paired.name = device.getAliasName();
155 paired.state = connectionStateToPairedDeviceState(info.connectionState);
156 rt.add(paired);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 67 /** If the scheduler has paired an RGB and an Alpha instruction together,
985 int paired = 0; local
1008 paired = 1;
1014 if (!paired) {
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 67 /** If the scheduler has paired an RGB and an Alpha instruction together,
985 int paired = 0; local
1008 paired = 1;
1014 if (!paired) {
    [all...]

Completed in 605 milliseconds