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

  /system/bt/btif/include/
btif_common.h 177 typedef void (tBTIF_CBACK) (UINT16 event, char *p_param);
193 char __attribute__ ((aligned)) p_param[]; /* parameter area needs to be last */ member in struct:__anon72176
217 void btif_init_ok(UNUSED_ATTR uint16_t event, UNUSED_ATTR char *p_param);
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_prm.c 452 nfc_hal_cb.prm.p_param = (void *)nfc_hal_prm_rm_rf_20795a1;
614 tNFC_HAL_PRM_RM_RF *p_param = (tNFC_HAL_PRM_RM_RF *)(nfc_hal_cb.prm.p_param); local
619 if (p_param)
620 len = p_param[nfc_hal_cb.prm.param_idx].len;
641 UINT16_TO_STREAM (p, p_param[nfc_hal_cb.prm.param_idx].offset);
    [all...]
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 319 void *p_param; /* general purpose param for PRM */ member in struct:__anon16118
  /system/bt/stack/btm/
btm_ble_int.h 231 void *p_param; member in struct:__anon72453
435 extern void btm_ble_enqueue_direct_conn_req(void *p_param);
  /system/bt/bta/dm/
bta_dm_int.h 374 void * p_param; member in struct:__anon71690
    [all...]

Completed in 4780 milliseconds