OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handle_call_action
(Results
1 - 3
of
3
) sorted by null
/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:__anon41272
/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
...]
/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 64 milliseconds