Home
last modified time | relevance | path

Searched refs:mpty (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetClccResponse.java67 HeadsetClccResponse(int index, int direction, int status, int mode, boolean mpty, String number, in HeadsetClccResponse() argument
73 mMpty = mpty; in HeadsetClccResponse()
DHeadsetNativeInterface.java390 boolean mpty, String number, int type) { in clccResponse() argument
391 return clccResponseNative(index, dir, status, mode, mpty, number, type, in clccResponse()
491 boolean mpty, String number, int type, byte[] address); in clccResponseNative() argument
DHeadsetService.java615 public void clccResponse(int index, int direction, int status, int mode, boolean mpty, in clccResponse() argument
621 service.clccResponse(index, direction, status, mode, mpty, number, type); in clccResponse()
1544 private void clccResponse(int index, int direction, int status, int mode, boolean mpty, in clccResponse() argument
1549 new HeadsetClccResponse(index, direction, status, mode, mpty, number, in clccResponse()
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothHeadsetProxy.java39 public void clccResponse(int index, int direction, int status, int mode, boolean mpty, in clccResponse() argument
42 mBluetoothHeadset.clccResponse(index, direction, status, mode, mpty, number, type); in clccResponse()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp265 bthf_client_call_mpty_type_t mpty, in current_calls_cb() argument
283 state, mpty, js_number.get(), addr.get()); in current_calls_cb()
Dcom_android_bluetooth_hfp.cpp791 jboolean mpty, jstring number_str, jint type, in clccResponseNative() argument
812 mpty ? bluetooth::headset::BTHF_CALL_MPTY_TYPE_MULTI in clccResponseNative()