HomeSort by relevance Sort by last modified time
    Searched full:num_active (Results 1 - 7 of 7) sorted by null

  /system/bt/btif/src/
btif_hf.cc 132 int num_active; member in struct:_btif_hf_cb
259 btif_hf_cb[idx].num_active = btif_hf_cb[idx].num_held = 0;
439 if ((btif_hf_cb[0].num_held + btif_hf_cb[0].num_active) == 0)
451 if ((btif_hf_cb[0].num_held + btif_hf_cb[0].num_active) == 0)
    [all...]
  /hardware/libhardware/include/hardware/
bt_hf.h 286 bt_status_t (*cind_response)(int svc, int num_active, int num_held, bthf_call_state_t call_setup_state,
314 bt_status_t (*phone_state_change) (int num_active, int num_held, bthf_call_state_t call_setup_state,
  /bionic/libc/kernel/uapi/rdma/hfi/
hfi1_user.h 105 __u16 num_active; member in struct:hfi1_ctxt_info
  /external/ltp/pan/
ltp-pan.c 105 static int check_pids(struct tag_pgrp *running, int *num_active,
165 int num_active = 0; local
517 while ((num_active < keep_active) && (starts != 0)) {
542 ++num_active;
550 } /* while ((num_active < keep_active) && (starts != 0)) */
587 err = check_pids(running, &num_active, keep_active, logfile,
606 if (stop && (num_active == 0))
609 if (go_idle && (num_active == 0)) {
704 check_pids(struct tag_pgrp *running, int *num_active, int keep_active,
754 --*num_active;
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 647 jint num_active, jint num_held,
662 service, num_active, num_held, (bthf_call_state_t)call_state, signal,
771 jint num_active, jint num_held,
780 num_active, num_held, (bthf_call_state_t)call_state, number,
  /external/kernel-headers/original/uapi/rdma/hfi/
hfi1_user.h 242 __u16 num_active; /* number of active units */ member in struct:hfi1_ctxt_info
  /external/autotest/scheduler/
scheduler_models.py 1078 def num_active(self): member in class:Job
    [all...]

Completed in 586 milliseconds