HomeSort by relevance Sort by last modified time
    Searched refs:num_held (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/btif/src/
btif_hf.c 121 int num_held; 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]"\
919 num_held, btif_hf_cb.num_held,
923 if (num_active == 0 && num_held == 0 && call_setup_state == BTHF_CALL_STATE_IDLE
    [all...]
  /hardware/libhardware/include/hardware/
bt_hf.h 247 bt_status_t (*cind_response)(int svc, int num_active, int num_held, bthf_call_state_t call_setup_state,
275 bt_status_t (*phone_state_change) (int num_active, int num_held, bthf_call_state_t call_setup_state,
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 465 jint service, jint num_active, jint num_held, jint call_state,
470 if ( (status = sBluetoothHfpInterface->cind_response(service, num_active, num_held,
525 static jboolean phoneStateChangeNative(JNIEnv *env, jobject object, jint num_active, jint num_held,
533 if ( (status = sBluetoothHfpInterface->phone_state_change(num_active, num_held,

Completed in 170 milliseconds