Home
last modified time | relevance | path

Searched defs:callheld (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHfpNativeInterfaceTest.java177 int callheld = 1; in onCallHeld() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java521 void onCallHeld(int callheld, byte[] address) { in onCallHeld()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp211 bthf_client_callheld_t callheld) { in callheld_cb()