Home
last modified time | relevance | path

Searched refs:callheld (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DNativeInterface.java490 private void onCallHeld(int callheld, byte[] address) { in onCallHeld() argument
492 event.valueInt = callheld; in onCallHeld()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp199 bthf_client_callheld_t callheld) { in callheld_cb() argument
206 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onCallHeld, (jint)callheld, in callheld_cb()