Searched refs:enc (Results 1 – 9 of 9) sorted by relevance
/system/bt/stack/test/common/ |
D | mock_hcic_layer.cc | 85 uint8_t framing, uint8_t enc, in btsnd_hcic_create_big() argument 97 .enc = enc, in btsnd_hcic_create_big()
|
/system/bt/stack/include/ |
D | btm_iso_api_types.h | 123 uint8_t enc; member
|
D | hcimsgs.h | 749 uint8_t framing, uint8_t enc, 755 uint8_t enc,
|
/system/bt/test/mock/ |
D | mock_hcic_hciblecmds.cc | 57 uint8_t enc, std::array<uint8_t, 16> bcst_code, in btsnd_hcic_big_create_sync() argument 278 uint8_t framing, uint8_t enc, in btsnd_hcic_create_big() argument
|
/system/keymaster/android_keymaster/ |
D | android_keymaster.cpp | 400 std::vector<uint8_t> enc = macedKey->encode(); in GenerateRkpKey() local 401 response->maced_public_key = KeymasterBlob(enc.data(), enc.size()); in GenerateRkpKey()
|
/system/bt/ |
D | BUILD.gn | 225 pkg_deps = [ "ldacBT-enc" ]
|
/system/bt/stack/hcic/ |
D | hciblecmds.cc | 1015 uint8_t framing, uint8_t enc, in btsnd_hcic_create_big() argument 1037 UINT8_TO_STREAM(pp, enc); in btsnd_hcic_create_big() 1063 uint8_t enc, std::array<uint8_t, 16> bcst_code, in btsnd_hcic_big_create_sync() argument 1079 UINT8_TO_STREAM(pp, enc); in btsnd_hcic_big_create_sync()
|
/system/bt/stack/btm/ |
D | btm_iso_impl.h | 569 big_params.enc, big_params.enc_code); in create_big()
|
/system/bt/stack/test/ |
D | btm_iso_test.cc | 361 .enc = 0, 477 (x.framing == y.framing) && (x.enc == y.enc) && in operator ==()
|