Home
last modified time | relevance | path

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

/system/bt/bta/hf_client/
Dbta_hf_client_act.c702 void bta_hf_client_clcc(UINT32 idx, BOOLEAN incoming, UINT8 status, BOOLEAN mpty, char *number) in bta_hf_client_clcc() argument
711 evt.clcc.mpty = mpty; in bta_hf_client_clcc()
Dbta_hf_client_at.c572 …nt_handle_clcc(UINT16 idx, UINT16 dir, UINT16 status, UINT16 mode, UINT16 mpty, char *numstr, UINT… in bta_hf_client_handle_clcc() argument
575 __FUNCTION__, idx, dir, status, mode, mpty); in bta_hf_client_handle_clcc()
582 bta_hf_client_clcc(idx, dir, status, mpty, numstr); in bta_hf_client_handle_clcc()
1018 UINT16 idx, dir, status, mode, mpty; in bta_hf_client_parse_clcc() local
1027 &idx, &dir, &status, &mode, &mpty, &offset); in bta_hf_client_parse_clcc()
1073 bta_hf_client_handle_clcc(idx, dir, status, mode, mpty, numstr, type); in bta_hf_client_parse_clcc()
1078 bta_hf_client_handle_clcc(idx, dir, status, mode, mpty, NULL, 0); in bta_hf_client_parse_clcc()
Dbta_hf_client_int.h288 extern void bta_hf_client_clcc(UINT32 idx, BOOLEAN incoming, UINT8 status, BOOLEAN mpty, char *numb…
/system/bt/bta/include/
Dbta_hf_client_api.h212 BOOLEAN mpty; member
/system/bt/btif/src/
Dbtif_hf.c1194 bthf_call_mpty_type_t mpty, const char *number, in clcc_response() argument
1224 index, dir, state, mode, mpty); in clcc_response()
Dbtif_hf_client.c849 … p_data->clcc.mpty ? BTHF_CLIENT_CALL_MPTY_TYPE_MULTI : BTHF_CLIENT_CALL_MPTY_TYPE_SINGLE, in btif_hf_client_upstreams_evt()