HomeSort by relevance Sort by last modified time
    Searched defs:p_val (Results 1 - 2 of 2) sorted by null

  /system/bt/bta/hf_client/
bta_hf_client_cmd.c 25 tBTA_HF_CLIENT_DATA_VAL *p_val = (tBTA_HF_CLIENT_DATA_VAL *)p_data; local
28 switch(p_val->uint8_val)
31 bta_hf_client_send_at_vts((char)p_val->uint32_val1);
34 bta_hf_client_send_at_btrh(FALSE, p_val->uint32_val1);
41 bta_hf_client_send_at_chld('0' + p_val->uint32_val1, p_val->uint32_val2);
56 bta_hf_client_send_at_atd(p_val->str, p_val->uint32_val1);
59 bta_hf_client_send_at_vgm(p_val->uint32_val1);
62 bta_hf_client_send_at_vgs(p_val->uint32_val1)
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_DevMgmt.c 137 uint8_t *p_val; member in struct:phHciNfc_DevMgmt_Info
425 uint8_t *p_val
455 psHciContext->p_device_mgmt_info)->p_val = p_val;
    [all...]

Completed in 57 milliseconds