HomeSort by relevance Sort by last modified time
    Searched full:p_ua (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/gki/common/
gki_buffer.c 1036 UINT8 *p_ua = (UINT8 *)p_user_area; local
1040 if ((p_ua > p_cb->pool_start[xx]) && (p_ua < p_cb->pool_end[xx]))
1042 yy = (UINT32)(p_ua - p_cb->pool_start[xx]);
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c 1102 UINT8 *p_ua = (UINT8 *)p_user_area; local
1106 if ((p_ua > p_cb->pool_start[xx]) && (p_ua < p_cb->pool_end[xx]))
1108 yy = (UINT32)(p_ua - p_cb->pool_start[xx]);
    [all...]
  /external/libnfc-nci/src/gki/common/
gki_buffer.c 1102 UINT8 *p_ua = (UINT8 *)p_user_area; local
1106 if ((p_ua > p_cb->pool_start[xx]) && (p_ua < p_cb->pool_end[xx]))
1108 yy = (UINT32)(p_ua - p_cb->pool_start[xx]);
    [all...]

Completed in 75 milliseconds