Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java331 private boolean waitForIndicators(int call, int callsetup, int callheld) { in waitForIndicators()
582 private void updateCallHeldIndicator(int callheld) { in updateCallHeldIndicator()
2510 private void onCallHeld(int callheld) { in onCallHeld()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp160 static void callheld_cb (bthf_client_callheld_t callheld) { in callheld_cb()