/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
D | HeadsetClccResponse.java | 57 int index, int direction, int status, int mode, boolean mpty, String number, int type) { in HeadsetClccResponse() argument 62 mMpty = mpty; in HeadsetClccResponse()
|
D | BluetoothHeadsetProxy.java | 50 int index, int direction, int status, int mode, boolean mpty, String number, int type) { in clccResponse() argument 52 mBluetoothHeadset.clccResponse(index, direction, status, mode, mpty, number, type); in clccResponse()
|
D | HeadsetNativeInterface.java | 481 boolean mpty, in clccResponse() argument 485 index, dir, status, mode, mpty, number, type, getByteAddress(device)); in clccResponse() 613 boolean mpty, in clccResponseNative() argument
|
D | HeadsetService.java | 770 boolean mpty, in clccResponse() argument 779 service.clccResponse(index, direction, status, mode, mpty, number, type); in clccResponse() 2085 int index, int direction, int status, int mode, boolean mpty, String number, int type) { in clccResponse() argument 2092 index, direction, status, mode, mpty, number, type))); in clccResponse()
|
/packages/modules/Bluetooth/system/bta/hf_client/ |
D | bta_hf_client_at.cc | 591 uint16_t mpty, char* numstr, in bta_hf_client_handle_clcc() argument 594 mode, mpty); in bta_hf_client_handle_clcc() 601 bta_hf_client_clcc(client_cb, idx, dir, status, mpty, numstr); in bta_hf_client_handle_clcc() 767 bool incoming, uint8_t status, bool mpty, in bta_hf_client_clcc() argument 776 evt.clcc.mpty = mpty; in bta_hf_client_clcc() 1336 uint16_t idx, dir, status, mode, mpty; in bta_hf_client_parse_clcc() local 1345 &mpty, &offset); in bta_hf_client_parse_clcc() 1391 bta_hf_client_handle_clcc(client_cb, idx, dir, status, mode, mpty, numstr, in bta_hf_client_parse_clcc() 1395 bta_hf_client_handle_clcc(client_cb, idx, dir, status, mode, mpty, NULL, 0); in bta_hf_client_parse_clcc()
|
D | bta_hf_client_int.h | 316 bool incoming, uint8_t status, bool mpty, char* number);
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bluetooth_headset_interface.h | 205 bthf_call_mode_t mode, bthf_call_mpty_type_t mpty, const char* number,
|
D | bt_hf_client.h | 260 bthf_client_call_mpty_type_t mpty,
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothHeadset.aidl | 76 …void clccResponse(int index, int direction, int status, int mode, boolean mpty, String number, int… in clccResponse() argument
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_hf_client_api.h | 239 bool mpty; member
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHeadset.java | 1174 int index, int direction, int status, int mode, boolean mpty, String number, int type) { in clccResponse() argument 1182 index, direction, status, mode, mpty, number, type, mAttributionSource); in clccResponse()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hf.cc | 863 bthf_call_mpty_type_t mpty, const char* number, 1182 bthf_call_mode_t mode, bthf_call_mpty_type_t mpty, const char* number, in ClccResponse() argument 1204 index, dir, state, mode, mpty); in ClccResponse()
|
D | btif_hf_client.cc | 981 p_data->clcc.mpty ? BTHF_CLIENT_CALL_MPTY_TYPE_MULTI in btif_hf_client_upstreams_evt()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_hfpclient.cpp | 279 bthf_client_call_mpty_type_t mpty, in current_calls_cb() argument 297 state, mpty, js_number.get(), addr.get()); in current_calls_cb()
|
D | com_android_bluetooth_hfp.cpp | 825 jint mode, jboolean mpty, jstring number_str, in clccResponseNative() argument 846 mpty ? bluetooth::headset::BTHF_CALL_MPTY_TYPE_MULTI in clccResponseNative()
|