OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:deviceList
(Results
1 - 16
of
16
) sorted by null
/external/skia/tools/skpdiff/
skpdiff_main.cpp
67
cl::vector<cl::Device>
deviceList
;
68
platform.getDevices(CL_DEVICE_TYPE_ALL, &
deviceList
);
69
SkDebugf("The number of devices is %u\n",
deviceList
.size());
72
*device =
deviceList
[0];
79
*context = cl::Context(
deviceList
, NULL, error_notify, NULL, &contextErr);
/packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java
63
List<BluetoothDevice>
deviceList
= mService.getConnectedDevices();
64
while (!
deviceList
.isEmpty()) {
65
BluetoothDevice nextDevice =
deviceList
.remove(0);
HeadsetProfile.java
66
List<BluetoothDevice>
deviceList
= mService.getConnectedDevices();
67
while (!
deviceList
.isEmpty()) {
68
BluetoothDevice nextDevice =
deviceList
.remove(0);
126
List<BluetoothDevice>
deviceList
= mService.getConnectedDevices();
127
if (!
deviceList
.isEmpty() &&
deviceList
.get(0).equals(device)) {
140
List<BluetoothDevice>
deviceList
= mService.getConnectedDevices();
142
return !
deviceList
.isEmpty() &&
deviceList
.get(0).equals(device)
HidProfile.java
58
List<BluetoothDevice>
deviceList
= mService.getConnectedDevices();
59
while (!
deviceList
.isEmpty()) {
60
BluetoothDevice nextDevice =
deviceList
.remove(0);
115
List<BluetoothDevice>
deviceList
= mService.getConnectedDevices();
117
return !
deviceList
.isEmpty() &&
deviceList
.get(0).equals(device)
MapProfile.java
66
List<BluetoothDevice>
deviceList
= mService.getConnectedDevices();
67
while (!
deviceList
.isEmpty()) {
68
BluetoothDevice nextDevice =
deviceList
.remove(0);
121
List<BluetoothDevice>
deviceList
= mService.getConnectedDevices();
122
if (!
deviceList
.isEmpty() &&
deviceList
.get(0).equals(device)) {
134
List<BluetoothDevice>
deviceList
= mService.getConnectedDevices();
137
return !
deviceList
.isEmpty() &&
deviceList
.get(0).equals(device)
/packages/services/Telephony/src/com/android/phone/
BluetoothManager.java
120
List<BluetoothDevice>
deviceList
= mBluetoothHeadset.getConnectedDevices();
122
if (
deviceList
.size() > 0) {
123
BluetoothDevice device =
deviceList
.get(0);
145
List<BluetoothDevice>
deviceList
= mBluetoothHeadset.getConnectedDevices();
147
if (
deviceList
.isEmpty()) {
150
BluetoothDevice device =
deviceList
.get(0);
334
List<BluetoothDevice>
deviceList
= mBluetoothHeadset.getConnectedDevices();
336
if (
deviceList
.size() > 0) {
337
BluetoothDevice device =
deviceList
.get(0);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DeviceMenuListener.java
75
List<Device>
deviceList
= chooser.getDeviceList();
83
for (Device device :
deviceList
) {
108
if (!
deviceList
.isEmpty()) {
110
for (Device device :
deviceList
) {
ConfigurationMatcher.java
251
List<Device>
deviceList
= mConfigChooser.getDeviceList();
304
for (Device device :
deviceList
) {
[
all
...]
/external/chromium_org/chrome/browser/resources/inspect/
inspect.js
125
var
deviceList
= $('devices-list');
126
if (alreadyDisplayed(
deviceList
, devices))
136
deviceList
.querySelectorAll('.device'),
149
deviceList
.appendChild(deviceSection);
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java
658
List<BluetoothDevice>
deviceList
= new ArrayList<BluetoothDevice>();
670
deviceList
.add(device);
674
return
deviceList
;
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java
580
List<BluetoothDevice>
deviceList
= new ArrayList<BluetoothDevice>();
592
deviceList
.add(device);
597
return
deviceList
;
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java
[
all
...]
/frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java
[
all
...]
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.5.7/
builder-0.5.7.jar
/prebuilts/devtools/tools/lib/
sdkuilib.jar
Completed in 1134 milliseconds