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

  /external/libnfc-nci/src/nfc/ndef/
ndef_utils.c 582 UINT8 *NDEF_MsgGetFirstRecById (UINT8 *p_msg, UINT8 *p_id, UINT8 ilen)
614 if ( (id_len == ilen) && (!memcmp (p_rec, p_id, ilen)) )
639 UINT8 *NDEF_MsgGetNextRecById (UINT8 *p_cur_rec, UINT8 *p_id, UINT8 ilen)
675 if ( (id_len == ilen) && (!memcmp (p_rec, p_id, ilen)) )
838 UINT8 *p_id, UINT8 id_len,
906 if (p_id)
907 memcpy (p_rec, p_id, id_len);
934 UINT8 *p_id, UINT8 id_len,
953 p_id, id_len, p_payload, payload_len);
1002 if (p_id)
1523 UINT8 *p_type, *p_id, *p_pay; local
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test_suite_impl.hpp 68 id_t p_id; // unique id for this test unit member in class:boost::unit_test::test_unit
  /hardware/qcom/bt/msm8992/libbt-vendor/include/
hw_ar3k.h 154 int p_id; member in struct:uart_t
  /system/bt/bta/gatt/
bta_gattc_act.c 1140 tBTA_GATTC_ATTR_ID *p_id; local
    [all...]
  /system/bt/btif/src/
btif_core.c 1258 tBTA_SERVICE_ID *p_id = &service_id; local
1292 tBTA_SERVICE_ID *p_id = &service_id; local
    [all...]

Completed in 314 milliseconds