Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetClccResponse.java57 int index, int direction, int status, int mode, boolean mpty, String number, int type) { in HeadsetClccResponse() argument
62 mMpty = mpty; in HeadsetClccResponse()
DBluetoothHeadsetProxy.java50 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()
DHeadsetNativeInterface.java481 boolean mpty, in clccResponse() argument
485 index, dir, status, mode, mpty, number, type, getByteAddress(device)); in clccResponse()
613 boolean mpty, in clccResponseNative() argument
DHeadsetService.java770 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/
Dbta_hf_client_at.cc591 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()
Dbta_hf_client_int.h316 bool incoming, uint8_t status, bool mpty, char* number);
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth_headset_interface.h205 bthf_call_mode_t mode, bthf_call_mpty_type_t mpty, const char* number,
Dbt_hf_client.h260 bthf_client_call_mpty_type_t mpty,
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHeadset.aidl76 …void clccResponse(int index, int direction, int status, int mode, boolean mpty, String number, int… in clccResponse() argument
/packages/modules/Bluetooth/system/bta/include/
Dbta_hf_client_api.h239 bool mpty; member
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadset.java1174 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/
Dbtif_hf.cc863 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()
Dbtif_hf_client.cc981 p_data->clcc.mpty ? BTHF_CLIENT_CALL_MPTY_TYPE_MULTI in btif_hf_client_upstreams_evt()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp279 bthf_client_call_mpty_type_t mpty, in current_calls_cb() argument
297 state, mpty, js_number.get(), addr.get()); in current_calls_cb()
Dcom_android_bluetooth_hfp.cpp825 jint mode, jboolean mpty, jstring number_str, in clccResponseNative() argument
846 mpty ? bluetooth::headset::BTHF_CALL_MPTY_TYPE_MULTI in clccResponseNative()