Home
last modified time | relevance | path

Searched defs:num_active (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_hf.c120 int num_active; member
761 static bt_status_t cind_response(int svc, int num_active, int num_held, in cind_response()
907 static bt_status_t phone_state_change(int num_active, int num_held, bthf_call_state_t call_setup_st… in phone_state_change()
/external/chromium_org/third_party/libevent/test/
Dbench.c63 static int num_pipes, num_active, num_writes; variable
/external/chromium/third_party/libevent/test/
Dbench.c63 static int num_pipes, num_active, num_writes; variable
/external/chromium_org/chrome/browser/net/
Dload_time_stats.cc125 int num_active() { return num_active_; } in num_active() function in chrome_browser_net::LoadTimeStats::TabLoadStats::PerStatusStats
126 void set_num_active(int num_active) { num_active_ = num_active; } in set_num_active()