OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_active
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libevent/test/
bench.c
63
static int num_pipes,
num_active
, num_writes;
variable
98
space = num_pipes /
num_active
;
100
for (i = 0; i <
num_active
; i++, fired++)
132
num_active
= 1;
140
num_active
= atoi(optarg);
/external/bluetooth/bluedroid/btif/src/
btif_hf.c
120
int
num_active
;
member in struct:_btif_hf_cb
227
btif_hf_cb.
num_active
= btif_hf_cb.num_held = 0;
761
static bt_status_t cind_response(int svc, int
num_active
, int num_held,
776
(
num_active
+ num_held) ? 1 : 0, /* Call state */
782
((num_held == 0) ? 0 : ((
num_active
== 0) ? 2 : 1))); /* Call held */
907
static bt_status_t phone_state_change(int
num_active
, int num_held, bthf_call_state_t call_setup_state,
917
BTIF_TRACE_DEBUG6("phone_state_change:
num_active
=%d [prev: %d] num_held=%d[prev: %d]"\
918
" call_setup=%s [prev: %s]",
num_active
, btif_hf_cb.
num_active
,
923
if (
num_active
== 0 && num_held == 0 && call_setup_state == BTHF_CALL_STATE_IDLE
[
all
...]
Completed in 32 milliseconds