Home
last modified time | relevance | path

Searched defs: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()
DBluetoothHeadsetProxy.java39 public void clccResponse(int index, int direction, int status, int mode, boolean mpty, in clccResponse()
DHeadsetNativeInterface.java411 boolean mpty, String number, int type) { in clccResponse()
516 boolean mpty, String number, int type, byte[] address); in clccResponseNative()
DHeadsetService.java694 public void clccResponse(int index, int direction, int status, int mode, boolean mpty, in clccResponse()
1648 private void clccResponse(int index, int direction, int status, int mode, boolean mpty, in clccResponse()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp265 bthf_client_call_mpty_type_t mpty, in current_calls_cb()
Dcom_android_bluetooth_hfp.cpp828 jboolean mpty, jstring number_str, jint type, in clccResponseNative()