/system/bt/osi/src/ |
D | ringbuffer.c | 66 size_t ringbuffer_insert(ringbuffer_t *rb, const uint8_t *p, size_t length) { in ringbuffer_insert() 83 size_t ringbuffer_delete(ringbuffer_t *rb, size_t length) { in ringbuffer_delete() 97 size_t ringbuffer_peek(const ringbuffer_t *rb, uint8_t *p, size_t length) { in ringbuffer_peek() 114 size_t ringbuffer_pop(ringbuffer_t *rb, uint8_t *p, size_t length) { in ringbuffer_pop()
|
/system/core/libcutils/ |
D | uevent.c | 32 ssize_t uevent_kernel_multicast_recv(int socket, void *buffer, size_t length) in uevent_kernel_multicast_recv() 47 ssize_t uevent_kernel_multicast_uid_recv(int socket, void *buffer, size_t length, uid_t *uid) in uevent_kernel_multicast_uid_recv() 52 ssize_t uevent_kernel_recv(int socket, void *buffer, size_t length, bool require_group, uid_t *uid) in uevent_kernel_recv()
|
/system/keymaster/ |
D | android_keymaster_messages.cpp | 26 static void set_key_blob(keymaster_key_blob_t* key_blob, const void* key_material, size_t length) { in set_key_blob() 98 void GetKeyCharacteristicsRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial() 130 void BeginOperationRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial() 282 void ImportKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial() 311 void ImportKeyResponse::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial() 330 void ExportKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial() 351 void ExportKeyResponse::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial() 375 void DeleteKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
|
D | android_keymaster_utils.cpp | 36 int memcmp_s(const void* p1, const void* p2, size_t length) { in memcmp_s()
|
/system/extras/perfprofd/quipper/ |
D | perf_utils.cc | 43 string HexToString(const u8* array, size_t length) { in HexToString() 55 bool StringToHex(const string& str, u8* array, size_t length) { in StringToHex() 160 size_t length = in.tellg(); in ReadFileToData() local
|
/system/extras/verity/ |
D | verify_boot_signature.c | 45 ASN1_INTEGER *length; member 172 static int validate_signature_block(const BootSignature *bs, uint64_t length) in validate_signature_block() 230 static int hash_image(int fd, uint64_t length, const AuthAttrs *aa, in hash_image() 321 static int verify_signature(int fd, uint64_t length, const BootSignature *bs) in verify_signature()
|
D | BootSignature.java | 70 private ASN1Integer length; field in BootSignature 81 public BootSignature(String target, int length) { in BootSignature() 206 int length = pageSize // include the page aligned image header in getSignableImageSize() local
|
/system/vold/ |
D | Process.cpp | 37 int length; in readSymLink() local 53 int length = strlen(mountPoint); in pathMatchesMountPoint() local 73 int length = read(fd, buffer, max - 1); in getProcessName() local
|
/system/bt/btif/src/ |
D | btif_debug_btsnoop.c | 45 static void btsnoop_cb(const uint16_t type, const uint8_t *data, const size_t length) { in btsnoop_cb() 94 const size_t length = BLOCK_SIZE - zs.avail_out; in btsnoop_compress() local
|
/system/bt/osi/test/ |
D | eager_reader_test.cpp | 89 int length = strlen(data); in expect_data() local 102 int length = strlen(data); in expect_data_multibyte() local
|
/system/bt/hci/src/ |
D | btsnoop_mem.c | 38 size_t length = 0; in btsnoop_mem_capture() local
|
D | hci_hal_mct.c | 143 static uint16_t transmit_data(serial_data_type_t type, uint8_t *data, uint16_t length) { in transmit_data() 156 static uint16_t transmit_data_on(int fd, uint8_t *data, uint16_t length) { in transmit_data_on()
|
D | btsnoop.c | 189 static void btsnoop_write(const void *data, size_t length) { in btsnoop_write() 198 int length; in btsnoop_write_packet() local
|
D | btsnoop_net.c | 65 void btsnoop_net_write(const void *data, size_t length) { in btsnoop_net_write()
|
/system/core/libziparchive/ |
D | entry_name_utils-inl.h | 25 inline bool IsValidEntryName(const uint8_t* entry_name, const size_t length) { in IsValidEntryName()
|
/system/extras/ksmutils/ |
D | lookup3.c | 176 size_t length, /* the length of the key, in uint32_ts */ in hashword() 220 size_t length, /* the length of the key, in uint32_ts */ in hashword2() 283 uint32_t hashlittle( const void *key, size_t length, uint32_t initval) in hashlittle() 465 size_t length, /* length of the key */ in hashlittle2() 645 uint32_t hashbig( const void *key, size_t length, uint32_t initval) in hashbig()
|
/system/core/libutils/ |
D | Tokenizer.cpp | 39 bool ownBuffer, size_t length) : in Tokenizer() 66 size_t length = size_t(stat.st_size); in open() local
|
/system/gatekeeper/include/gatekeeper/ |
D | gatekeeper_utils.h | 47 static inline int memcmp_s(const void* p1, const void* p2, size_t length) { in memcmp_s()
|
/system/bt/btif/include/ |
D | btif_debug_btsnoop.h | 34 uint16_t length; member
|
/system/bt/hci/test/ |
D | packet_fragmenter_test.cpp | 96 uint16_t length; in expect_packet_fragmented() local 181 uint16_t length; in expect_packet_reassembled() local
|
D | hci_hal_h4_test.cpp | 61 int length = strlen(packet_data); in expect_packet_synchronous() local
|
D | hci_hal_mct_test.cpp | 62 int length = strlen(packet_data); in expect_packet_synchronous() local
|
/system/bt/stack/smp/ |
D | smp_cmac.c | 79 static void padding ( BT_OCTET16 dest, UINT8 length ) in padding() 294 BOOLEAN aes_cipher_msg_auth_code(BT_OCTET16 key, UINT8 *input, UINT16 length, in aes_cipher_msg_auth_code()
|
/system/core/include/private/ |
D | android_logger.h | 86 int32_t length; // Little Endian Order member 94 int32_t length; // Little Endian Order member
|
/system/core/base/ |
D | stringprintf.cpp | 53 int length = result + 1; in StringAppendV() local
|