Home
last modified time | relevance | path

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

/system/bt/binder/android/bluetooth/
DIBluetoothHeadset.aidl61 void clccResponse(int index, int direction, int status, int mode, boolean mpty, in clccResponse() argument
/system/bt/include/hardware/
Dbluetooth_headset_interface.h182 bthf_call_mode_t mode, bthf_call_mpty_type_t mpty, const char* number,
Dbt_hf_client.h259 bthf_client_call_mpty_type_t mpty,
/system/bt/bta/hf_client/
Dbta_hf_client_at.cc519 uint16_t mpty, char* numstr, in bta_hf_client_handle_clcc() argument
522 idx, dir, status, mode, mpty); in bta_hf_client_handle_clcc()
528 bta_hf_client_clcc(client_cb, idx, dir, status, mpty, numstr); in bta_hf_client_handle_clcc()
693 bool incoming, uint8_t status, bool mpty, in bta_hf_client_clcc() argument
702 evt.clcc.mpty = mpty; in bta_hf_client_clcc()
1220 uint16_t idx, dir, status, mode, mpty; in bta_hf_client_parse_clcc() local
1229 &mpty, &offset); in bta_hf_client_parse_clcc()
1275 bta_hf_client_handle_clcc(client_cb, idx, dir, status, mode, mpty, numstr, in bta_hf_client_parse_clcc()
1279 bta_hf_client_handle_clcc(client_cb, idx, dir, status, mode, mpty, NULL, 0); in bta_hf_client_parse_clcc()
Dbta_hf_client_int.h321 bool incoming, uint8_t status, bool mpty,
/system/bt/bta/include/
Dbta_hf_client_api.h225 bool mpty; member
/system/bt/btif/src/
Dbtif_hf.cc733 bthf_call_mpty_type_t mpty, const char* number,
1029 bthf_call_mode_t mode, bthf_call_mpty_type_t mpty, const char* number, in ClccResponse() argument
1051 index, dir, state, mode, mpty); in ClccResponse()
Dbtif_hf_client.cc950 p_data->clcc.mpty ? BTHF_CLIENT_CALL_MPTY_TYPE_MULTI in btif_hf_client_upstreams_evt()