OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:device_list
(Results
1 - 7
of
7
) sorted by null
/external/bluetooth/bluez/test/
list-devices
50
device_list
= properties["Devices"]
variable
52
device_list
= []
variable
54
for n in
device_list
:
/external/bluetooth/bluez/tools/
avctrl.c
122
static struct device_id
device_list
[] = {
variable in typeref:struct:device_id
131
for (i = 0;
device_list
[i].func; i++) {
132
if (vendor ==
device_list
[i].vendor &&
133
product ==
device_list
[i].product)
134
return &
device_list
[i];
dfubabel.c
95
static struct device_id
device_list
[] = {
variable in typeref:struct:device_id
104
for (i = 0;
device_list
[i].func; i++) {
105
if (vendor ==
device_list
[i].vendor &&
106
product ==
device_list
[i].product)
107
return &
device_list
[i];
/external/bluetooth/bluez/cups/
main.c
52
static GSList *
device_list
= NULL;
variable
220
for (l =
device_list
; l != NULL; l = l->next) {
240
device_list
= g_slist_prepend(
device_list
, device);
399
g_slist_free(
device_list
);
400
device_list
= NULL;
409
for (l =
device_list
; l != NULL; l = l->next) {
416
device_list
= g_slist_delete_link(
device_list
, l);
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java
65
setContentView(R.layout.
device_list
);
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceListFragment.java
59
mContentView = inflater.inflate(R.layout.
device_list
, null);
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c
471
GDHandle
device_list
;
473
device_list
= GetDeviceList ();
477
if ( (**
device_list
).gdNextGD == NULL ) {
[
all
...]
Completed in 230 milliseconds