/external/bluetooth/bluedroid/btif/src/ |
btif_hf.c | 157 int num_held; member in struct:_btif_hf_cb 298 btif_hf_cb[idx].num_active = btif_hf_cb[idx].num_held = 0; 492 if ((btif_hf_cb[0].num_held + btif_hf_cb[0].num_active) == 0) 504 if ((btif_hf_cb[0].num_held + btif_hf_cb[0].num_active) == 0) [all...] |
/hardware/libhardware/include/hardware/ |
bt_hf.h | 261 bt_status_t (*cind_response)(int svc, int num_active, int num_held, bthf_call_state_t call_setup_state, 289 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 | 686 jint service, jint num_active, jint num_held, jint call_state, 700 if ( (status = sBluetoothHfpInterface->cind_response(service, num_active, num_held, 783 static jboolean phoneStateChangeNative(JNIEnv *env, jobject object, jint num_active, jint num_held, 791 if ( (status = sBluetoothHfpInterface->phone_state_change(num_active, num_held,
|