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

  /external/bluetooth/bluedroid/btif/src/
btif_hf_client.c 434 ** Function handle_call_action
441 static bt_status_t handle_call_action(bthf_client_call_action_t action, int idx) function
680 .handle_call_action = handle_call_action,
    [all...]
  /hardware/libhardware/include/hardware/
bt_hf_client.h 337 bt_status_t (*handle_call_action) (bthf_client_call_action_t action, int idx); member in struct:__anon40358
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfpclient.cpp 506 if ( (status = sBluetoothHfpClientInterface->handle_call_action((bthf_client_call_action_t)action, (int)index)) != BT_STATUS_SUCCESS) {

Completed in 550 milliseconds