Searched refs:pin (Results 1 – 10 of 10) sorted by relevance
/system/core/libcutils/ |
D | ashmem-dev.cpp | 431 ashmem_pin pin = { static_cast<uint32_t>(offset), static_cast<uint32_t>(len) }; in ashmem_pin_region() local 432 return __ashmem_check_failure(fd, TEMP_FAILURE_RETRY(ioctl(fd, ASHMEM_PIN, &pin))); in ashmem_pin_region() 447 ashmem_pin pin = { static_cast<uint32_t>(offset), static_cast<uint32_t>(len) }; in ashmem_unpin_region() local 448 return __ashmem_check_failure(fd, TEMP_FAILURE_RETRY(ioctl(fd, ASHMEM_UNPIN, &pin))); in ashmem_unpin_region()
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_bt_spec.h | 152 uint8_t pin[OI_BT_PIN_CODE_SIZE]; member
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | bpfloader.te | 11 # These permission is required for pin bpf program for netd.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | bpfloader.te | 6 # These permission is required for pin bpf program for netd.
|
/system/sepolicy/private/ |
D | bpfloader.te | 6 # These permissions are required to pin ebpf maps & programs.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | bpfloader.te | 6 # These permissions are required to pin ebpf maps & programs.
|
/system/bt/btif/src/ |
D | btif_dm.cc | 946 pin_code.pin[0] = 0x30; in btif_dm_pin_req_evt() 947 pin_code.pin[1] = 0x30; in btif_dm_pin_req_evt() 948 pin_code.pin[2] = 0x30; in btif_dm_pin_req_evt() 949 pin_code.pin[3] = 0x30; in btif_dm_pin_req_evt() 952 BTA_DmPinReply(bd_addr, true, 4, pin_code.pin); in btif_dm_pin_req_evt() 961 pin_code.pin[0] = 0x30; in btif_dm_pin_req_evt() 962 pin_code.pin[1] = 0x30; in btif_dm_pin_req_evt() 963 pin_code.pin[2] = 0x30; in btif_dm_pin_req_evt() 964 pin_code.pin[3] = 0x30; in btif_dm_pin_req_evt() 967 BTA_DmPinReply(bd_addr, true, 4, pin_code.pin); in btif_dm_pin_req_evt() [all …]
|
/system/bt/main/shim/ |
D | btif_dm.cc | 197 passkey += (multi[i] * (pin_code.pin[i] - '0')); in BTIF_DM_pin_reply()
|
/system/bt/include/hardware/ |
D | bluetooth.h | 100 typedef struct { uint8_t pin[16]; } __attribute__((packed)) bt_pin_code_t; member
|
/system/core/bootstat/ |
D | bootstat.rc | 44 # Record the time at which the user has successfully entered the pin to decrypt
|