Searched refs:mpty (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetClccResponse.java | 67 HeadsetClccResponse(int index, int direction, int status, int mode, boolean mpty, String number, in HeadsetClccResponse() argument 73 mMpty = mpty; in HeadsetClccResponse()
|
D | HeadsetNativeInterface.java | 390 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
|
D | HeadsetService.java | 615 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/ |
D | BluetoothHeadsetProxy.java | 39 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/ |
D | com_android_bluetooth_hfpclient.cpp | 265 bthf_client_call_mpty_type_t mpty, in current_calls_cb() argument 283 state, mpty, js_number.get(), addr.get()); in current_calls_cb()
|
D | com_android_bluetooth_hfp.cpp | 791 jboolean mpty, jstring number_str, jint type, in clccResponseNative() argument 812 mpty ? bluetooth::headset::BTHF_CALL_MPTY_TYPE_MULTI in clccResponseNative()
|