Home
last modified time | relevance | path

Searched defs:p_length (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dadvertise_data_parser.h115 uint8_t* p_length) { in GetFieldByType()
148 uint8_t* p_length) { in GetFieldByType()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_framer_test.cc1208 size_t p_length = ABSL_ARRAYSIZE(packet); in TEST_P() local
1302 size_t p_length = ABSL_ARRAYSIZE(packet); in TEST_P() local
1372 size_t p_length = ABSL_ARRAYSIZE(packet); in TEST_P() local
2213 size_t p_length = ABSL_ARRAYSIZE(packet); in TEST_P() local
5141 size_t p_length = ABSL_ARRAYSIZE(packet); in TEST_P() local
5218 size_t p_length = ABSL_ARRAYSIZE(packet); in TEST_P() local
11818 size_t p_length = ABSL_ARRAYSIZE(packet); in TEST_P() local
11939 size_t p_length = ABSL_ARRAYSIZE(packet); in TEST_P() local
12095 size_t p_length = ABSL_ARRAYSIZE(packet); in TEST_P() local
12190 size_t p_length = ABSL_ARRAYSIZE(packet); in TEST_P() local
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/
Dad_parser_unittest.cc107 uint8_t p_length; in TEST() local
/aosp_15_r20/device/linaro/dragonboard/shared/utils/qrtr/lib/
Dqmi.c60 #define QMI_ENCDEC_DECODE_TLV(p_type, p_length, p_src) do { \ argument
/aosp_15_r20/external/python/cpython3/Modules/_sre/
Dsre.c371 getstring(PyObject* string, Py_ssize_t* p_length, in getstring()
1458 Py_ssize_t p_length; in _sre_compile_impl() local
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc1226 uint8_t* p_length; in bta_dm_set_eir() local
/aosp_15_r20/external/python/cpython2/Modules/
D_sre.c1698 getstring(PyObject* string, Py_ssize_t* p_length, int* p_charsize) in getstring()