OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:device_num
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gbm/main/
gbm.c
49
static int
device_num
= 0;
variable
117
for (i = 0; i <
device_num
; ++i) {
153
if (
device_num
== 0)
164
if (
device_num
< ARRAY_SIZE(devices)-1)
165
devices[
device_num
++] = gbm;
/external/mesa3d/src/gbm/main/
gbm.c
49
static int
device_num
= 0;
variable
117
for (i = 0; i <
device_num
; ++i) {
153
if (
device_num
== 0)
164
if (
device_num
< ARRAY_SIZE(devices)-1)
165
devices[
device_num
++] = gbm;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcdeviceinfo.h
58
virtual int32_t GetDeviceName(uint32_t
device_num
,
65
Device* dev = GetDeviceByIndex(
device_num
);
/external/bluetooth/bluedroid/btif/include/
btif_hh.h
90
UINT32
device_num
;
member in struct:__anon625
/external/bluetooth/bluedroid/btif/co/
bta_hh_co.c
282
btif_hh_cb.
device_num
++;
/external/bluetooth/bluedroid/btif/src/
btif_hh.c
541
if (btif_hh_cb.
device_num
> 0) {
542
btif_hh_cb.
device_num
--;
545
BTIF_TRACE_WARNING1("%s:
device_num
= 0", __FUNCTION__);
644
if (dev == NULL && btif_hh_cb.
device_num
>= BTIF_HH_MAX_HID) {
[
all
...]
Completed in 540 milliseconds