Searched defs:callheld (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DNativeInterface.java225 private void onCallHeld(int callheld, byte[] address) { argument
227 event.valueInt = callheld;
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfpclient.cpp189 bthf_client_callheld_t callheld) {
196 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onCallHeld, (jint)callheld,
188 callheld_cb(const bt_bdaddr_t* bd_addr, bthf_client_callheld_t callheld) argument

Completed in 76 milliseconds