Searched defs:mpty (Results 1 - 4 of 4) sorted by relevance

/system/bt/bta/hf_client/
H A Dbta_hf_client_act.c702 void bta_hf_client_clcc(UINT32 idx, BOOLEAN incoming, UINT8 status, BOOLEAN mpty, char *number) argument
711 evt.clcc.mpty = mpty;
H A Dbta_hf_client_at.c572 static void bta_hf_client_handle_clcc(UINT16 idx, UINT16 dir, UINT16 status, UINT16 mode, UINT16 mpty, char *numstr, UINT16 type) argument
574 APPL_TRACE_DEBUG("%s idx: %u dir: %u status: %u mode: %u mpty: %u",
575 __FUNCTION__, idx, dir, status, mode, mpty);
582 bta_hf_client_clcc(idx, dir, status, mpty, numstr);
1018 UINT16 idx, dir, status, mode, mpty; local
1027 &idx, &dir, &status, &mode, &mpty, &offset);
1073 bta_hf_client_handle_clcc(idx, dir, status, mode, mpty, numstr, type);
1078 bta_hf_client_handle_clcc(idx, dir, status, mode, mpty, NULL, 0);
/system/bt/btif/src/
H A Dbtif_hf.c1194 bthf_call_mpty_type_t mpty, const char *number,
1224 index, dir, state, mode, mpty);
1192 clcc_response(int index, bthf_call_direction_t dir, bthf_call_state_t state, bthf_call_mode_t mode, bthf_call_mpty_type_t mpty, const char *number, bthf_call_addrtype_t type, bt_bdaddr_t *bd_addr) argument
/system/bt/bta/include/
H A Dbta_hf_client_api.h212 BOOLEAN mpty; member in struct:__anon397

Completed in 37 milliseconds