Searched refs:mpty (Results 1 – 8 of 8) sorted by relevance
/system/bt/include/hardware/ |
D | bluetooth_headset_interface.h | 200 bthf_call_mode_t mode, bthf_call_mpty_type_t mpty, const char* number,
|
D | bt_hf_client.h | 259 bthf_client_call_mpty_type_t mpty,
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_at.cc | 539 uint16_t mpty, char* numstr, in bta_hf_client_handle_clcc() argument 542 idx, dir, status, mode, mpty); in bta_hf_client_handle_clcc() 548 bta_hf_client_clcc(client_cb, idx, dir, status, mpty, numstr); in bta_hf_client_handle_clcc() 713 bool incoming, uint8_t status, bool mpty, in bta_hf_client_clcc() argument 722 evt.clcc.mpty = mpty; in bta_hf_client_clcc() 1280 uint16_t idx, dir, status, mode, mpty; in bta_hf_client_parse_clcc() local 1289 &mpty, &offset); in bta_hf_client_parse_clcc() 1335 bta_hf_client_handle_clcc(client_cb, idx, dir, status, mode, mpty, numstr, in bta_hf_client_parse_clcc() 1339 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 | 329 bool incoming, uint8_t status, bool mpty,
|
/system/bt/bta/include/ |
D | bta_hf_client_api.h | 232 bool mpty; member
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothHeadset.aidl | 90 …void clccResponse(int index, int direction, int status, int mode, boolean mpty, String number, int… in clccResponse() argument
|
/system/bt/btif/src/ |
D | btif_hf.cc | 736 bthf_call_mpty_type_t mpty, const char* number, 1058 bthf_call_mode_t mode, bthf_call_mpty_type_t mpty, const char* number, in ClccResponse() argument 1080 index, dir, state, mode, mpty); in ClccResponse()
|
D | btif_hf_client.cc | 946 p_data->clcc.mpty ? BTHF_CLIENT_CALL_MPTY_TYPE_MULTI in btif_hf_client_upstreams_evt()
|