HomeSort by relevance Sort by last modified time
    Searched refs:p_length (Results 1 - 8 of 8) sorted by null

  /system/bt/stack/include/
advertise_data_parser.h 53 * where a field of |type| is located, together with its length in |p_length|
56 uint8_t type, uint8_t* p_length) {
69 *p_length = len - 1; /* minus the length of type */
76 *p_length = 0;
82 * located, together with it' length in |p_length|
85 uint8_t type, uint8_t* p_length) {
86 return GetFieldByType(ad.data(), ad.size(), type, p_length);
  /system/bt/stack/test/
ad_parser_unittest.cc 63 uint8_t p_length; local
65 AdvertiseDataParser::GetFieldByType(data0, 0x02, &p_length);
67 EXPECT_EQ(2, p_length);
73 data = AdvertiseDataParser::GetFieldByType(data1, 0x02, &p_length);
75 EXPECT_EQ(0x01, p_length);
78 data = AdvertiseDataParser::GetFieldByType(data1, 0x03, &p_length);
80 EXPECT_EQ(0, p_length);
  /system/nfc/src/nfa/include/
nfa_p2p_api.h 401 extern tNFA_STATUS NFA_P2pFlushUI(tNFA_HANDLE handle, uint32_t* p_length);
453 extern tNFA_STATUS NFA_P2pFlushData(tNFA_HANDLE handle, uint32_t* p_length);
  /system/nfc/src/nfa/p2p/
nfa_p2p_api.c 606 tNFA_STATUS NFA_P2pFlushUI(tNFA_HANDLE handle, uint32_t* p_length) {
619 *p_length = 0;
621 *p_length = LLCP_FlushLogicalLinkRxData((uint8_t)xx);
778 tNFA_STATUS NFA_P2pFlushData(tNFA_HANDLE handle, uint32_t* p_length) {
794 *p_length = LLCP_FlushDataLinkRxData(nfa_p2p_cb.conn_cb[xx].local_sap,
    [all...]
  /system/bt/bta/dm/
bta_dm_act.cc 3442 uint8_t* p_length; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
_sre.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
_sre.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_sre.c     [all...]

Completed in 3819 milliseconds