Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHfpNativeInterfaceTest.java177 int callheld = 1; in onCallHeld() local
178 mNativeInterface.onCallSetup(callheld, TEST_DEVICE_ADDRESS); in onCallHeld()
183 assertThat(event.getValue().valueInt).isEqualTo(callheld); in onCallHeld()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java521 void onCallHeld(int callheld, byte[] address) { in onCallHeld() argument
523 event.valueInt = callheld; in onCallHeld()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hf_client.h234 bthf_client_callheld_t callheld);
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp211 bthf_client_callheld_t callheld) { in callheld_cb() argument
219 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onCallHeld, (jint)callheld, in callheld_cb()