Home
last modified time | relevance | path

Searched refs:query_current_calls (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/btif/src/
H A Dbtif_hf_client.cc611 static bt_status_t query_current_calls(UNUSED_ATTR const RawAddress* bd_addr) { in query_current_calls() function
759 .query_current_calls = query_current_calls,
/aosp12/system/bt/include/hardware/
H A Dbt_hf_client.h374 bt_status_t (*query_current_calls)(const RawAddress* bd_addr); member
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfpclient.cpp716 bt_status_t status = sBluetoothHfpClientInterface->query_current_calls( in queryCurrentCallsNative()