Home
last modified time | relevance | path

Searched refs:params_size (Results 1 – 2 of 2) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/src/
Dpacket_stream.cc34 vector<uint8_t> params_size; in ReceiveCommand() local
42 if (!ReceiveAll(params_size, 1, fd)) { in ReceiveCommand()
47 if (!ReceiveAll(payload, params_size[0], fd)) { in ReceiveCommand()
/system/nfc/src/nfc/nfc/
Dnfc_main.cc885 int params_size; in NFC_DiscoveryStart() local
896 params_size = sizeof(tNFC_DISCOVER_PARAMS) * num_params; in NFC_DiscoveryStart()
898 GKI_getbuf((uint16_t)(NFC_HDR_SIZE + 1 + params_size)); in NFC_DiscoveryStart()
902 memcpy(p, p_params, params_size); in NFC_DiscoveryStart()