/aosp12/frameworks/base/startop/scripts/iorap/ |
H A D | compile_handcrafted_file.py | 175 (pin_offset, pin_length) = struct.unpack(PIN_META_FORMAT, data) # (offset, length) 181 …mp entry (%d, %d), offset too large (max file size = %d)" %(pin_offset, pin_length, apk_file_size)) 183 pin_length = pin_length + remaining_size 191 pin_last_offset = pin_offset + pin_length 195 …mp entry (%d, %d), length too large (max file size = %d)" %(pin_offset, pin_length, apk_file_size)) 196 pin_length = pin_length + remaining_size 200 yield InputRecord(pinlist_meta_parent, pin_offset, pin_length, remark)
|
/aosp12/system/bt/bta/dm/ |
H A D | bta_dm_api.cc | 238 uint8_t pin_length) { in BTA_DmAddDevice() argument 254 msg->pin_length = pin_length; in BTA_DmAddDevice()
|
H A D | bta_dm_int.h | 143 uint8_t pin_length; member
|
H A D | bta_dm_act.cc | 680 p_lc, msg->key_type, msg->pin_length); in bta_dm_add_device() 684 msg->key_type, msg->pin_length); in bta_dm_add_device()
|
/aosp12/system/bt/stack/btm/ |
H A D | btm_dev.cc | 65 uint8_t key_type, uint8_t pin_length) { in BTM_SecAddDevice() argument 108 p_dev_rec->pin_code_length = pin_length; in BTM_SecAddDevice() 110 if (pin_length >= 16 || key_type == BTM_LKEY_TYPE_AUTH_COMB || in BTM_SecAddDevice()
|
H A D | btm_dev.h | 44 uint8_t key_type, uint8_t pin_length);
|
H A D | security_device_record.h | 226 uint8_t pin_length);
|
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_btm_dev.cc | 50 uint8_t key_type, uint8_t pin_length) { in BTM_SecAddDevice() argument
|
H A D | mock_bta_dm_api.cc | 67 uint8_t pin_length) { in BTA_DmAddDevice() argument
|
H A D | mock_btif_storage.cc | 75 uint8_t pin_length) { in btif_storage_add_bonded_device() argument
|
H A D | mock_main_shim_btm_api.cc | 88 uint8_t key_type, uint8_t pin_length) { in BTM_SecAddDevice() argument
|
/aosp12/system/bt/btif/include/ |
H A D | btif_storage.h | 156 uint8_t pin_length);
|
/aosp12/system/bt/btif/src/ |
H A D | btif_storage.cc | 461 int pin_length = 0; in btif_in_fetch_bonded_devices() local 464 btif_config_get_int(name, "PinLength", &pin_length); in btif_in_fetch_bonded_devices() 466 pin_length); in btif_in_fetch_bonded_devices() 808 uint8_t pin_length) { in btif_storage_add_bonded_device() argument 811 ret &= btif_config_set_int(bdstr, "PinLength", (int)pin_length); in btif_storage_add_bonded_device()
|
/aosp12/system/bt/stack/include/ |
H A D | btm_api.h | 634 uint8_t key_type, uint8_t pin_length);
|
H A D | btm_client_interface.h | 121 uint8_t pin_length);
|
/aosp12/system/bt/bta/include/ |
H A D | bta_api.h | 837 uint8_t pin_length);
|
/aosp12/system/bt/main/shim/ |
H A D | btm_api.h | 1462 uint8_t key_type, uint8_t pin_length);
|
H A D | btm_api.cc | 1252 uint8_t key_type, uint8_t pin_length) { in BTM_SecAddDevice() argument
|
/aosp12/system/bt/stack/test/common/ |
H A D | mock_main_shim_btm_api.cc | 92 uint8_t key_type, uint8_t pin_length) { in BTM_SecAddDevice() argument
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
H A D | dual_mode_controller.cc | 711 uint8_t pin_length = command_view.GetPinCodeLength(); in PinCodeRequestReply() local 714 if (pin_length >= 1 && pin_length <= 0x10) { in PinCodeRequestReply() 716 peer, std::vector<uint8_t>(pin.begin(), pin.begin() + pin_length)); in PinCodeRequestReply()
|