/external/bluetooth/bluedroid/stack/sdp/ |
D | sdp_utils.c | 178 UINT8 *sdpu_build_attrib_seq (UINT8 *p_out, UINT16 *p_attr, UINT16 num_attrs) in sdpu_build_attrib_seq() argument 191 UINT8_TO_BE_STREAM (p_out, (DATA_ELE_SEQ_DESC_TYPE << 3) | SIZE_IN_NEXT_WORD); in sdpu_build_attrib_seq() 192 UINT16_TO_BE_STREAM (p_out, xx); in sdpu_build_attrib_seq() 196 UINT8_TO_BE_STREAM (p_out, (DATA_ELE_SEQ_DESC_TYPE << 3) | SIZE_IN_NEXT_BYTE); in sdpu_build_attrib_seq() 197 UINT8_TO_BE_STREAM (p_out, xx); in sdpu_build_attrib_seq() 203 UINT8_TO_BE_STREAM (p_out, (UINT_DESC_TYPE << 3) | SIZE_FOUR_BYTES); in sdpu_build_attrib_seq() 204 UINT16_TO_BE_STREAM (p_out, 0); in sdpu_build_attrib_seq() 205 UINT16_TO_BE_STREAM (p_out, 0xFFFF); in sdpu_build_attrib_seq() 212 UINT8_TO_BE_STREAM (p_out, (UINT_DESC_TYPE << 3) | SIZE_TWO_BYTES); in sdpu_build_attrib_seq() 213 UINT16_TO_BE_STREAM (p_out, *p_attr); in sdpu_build_attrib_seq() [all …]
|
D | sdp_discovery.c | 71 static UINT8 *sdpu_build_uuid_seq (UINT8 *p_out, UINT16 num_uuids, tSDP_UUID *p_uuid_list) in sdpu_build_uuid_seq() argument 77 UINT8_TO_BE_STREAM (p_out, (DATA_ELE_SEQ_DESC_TYPE << 3) | SIZE_IN_NEXT_BYTE); in sdpu_build_uuid_seq() 80 p_len = p_out; in sdpu_build_uuid_seq() 81 p_out += 1; in sdpu_build_uuid_seq() 88 UINT8_TO_BE_STREAM (p_out, (UUID_DESC_TYPE << 3) | SIZE_TWO_BYTES); in sdpu_build_uuid_seq() 89 UINT16_TO_BE_STREAM (p_out, p_uuid_list->uu.uuid16); in sdpu_build_uuid_seq() 93 UINT8_TO_BE_STREAM (p_out, (UUID_DESC_TYPE << 3) | SIZE_FOUR_BYTES); in sdpu_build_uuid_seq() 94 UINT32_TO_BE_STREAM (p_out, p_uuid_list->uu.uuid32); in sdpu_build_uuid_seq() 98 UINT8_TO_BE_STREAM (p_out, (UUID_DESC_TYPE << 3) | SIZE_SIXTEEN_BYTES); in sdpu_build_uuid_seq() 99 ARRAY_TO_BE_STREAM (p_out, p_uuid_list->uu.uuid128, p_uuid_list->len); in sdpu_build_uuid_seq() [all …]
|
D | sdpint.h | 281 extern UINT8 *sdpu_build_attrib_seq (UINT8 *p_out, UINT16 *p_attr, UINT16 num_attrs); 282 extern UINT8 *sdpu_build_attrib_entry (UINT8 *p_out, tSDP_ATTRIBUTE *p_attr); 298 extern UINT8 *sdpu_build_partial_attrib_entry (UINT8 *p_out, tSDP_ATTRIBUTE *p_attr, UINT16 len, UI…
|
/external/libselinux/src/ |
D | mapping.c | 63 struct selinux_mapping *p_out = current_mapping + j; in selinux_set_mapping() local 65 p_out->value = string_to_security_class(p_in->name); in selinux_set_mapping() 66 if (!p_out->value) in selinux_set_mapping() 76 p_out->perms[k] = string_to_av_perm(p_out->value, in selinux_set_mapping() 78 if (!p_out->perms[k]) in selinux_set_mapping() 82 p_out->num_perms = k; in selinux_set_mapping()
|
/external/libnfc-nci/src/gki/ulinux/ |
D | gki_ulinux.c | 1036 INT8 *p_out = tbuf; in GKI_get_time_stamp() local 1048 *p_out++ = (INT8)((h_time / 10) + '0'); in GKI_get_time_stamp() 1049 *p_out++ = (INT8)((h_time % 10) + '0'); in GKI_get_time_stamp() 1050 *p_out++ = ':'; in GKI_get_time_stamp() 1051 *p_out++ = (INT8)((m_time / 10) + '0'); in GKI_get_time_stamp() 1052 *p_out++ = (INT8)((m_time % 10) + '0'); in GKI_get_time_stamp() 1053 *p_out++ = ':'; in GKI_get_time_stamp() 1054 *p_out++ = (INT8)((s_time / 10) + '0'); in GKI_get_time_stamp() 1055 *p_out++ = (INT8)((s_time % 10) + '0'); in GKI_get_time_stamp() 1056 *p_out++ = ':'; in GKI_get_time_stamp() [all …]
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
D | gki_ulinux.c | 1058 INT8 *p_out = tbuf; in GKI_get_time_stamp() local 1070 *p_out++ = (INT8)((h_time / 10) + '0'); in GKI_get_time_stamp() 1071 *p_out++ = (INT8)((h_time % 10) + '0'); in GKI_get_time_stamp() 1072 *p_out++ = ':'; in GKI_get_time_stamp() 1073 *p_out++ = (INT8)((m_time / 10) + '0'); in GKI_get_time_stamp() 1074 *p_out++ = (INT8)((m_time % 10) + '0'); in GKI_get_time_stamp() 1075 *p_out++ = ':'; in GKI_get_time_stamp() 1076 *p_out++ = (INT8)((s_time / 10) + '0'); in GKI_get_time_stamp() 1077 *p_out++ = (INT8)((s_time % 10) + '0'); in GKI_get_time_stamp() 1078 *p_out++ = ':'; in GKI_get_time_stamp() [all …]
|
/external/bluetooth/bluedroid/gki/ulinux/ |
D | gki_ulinux.c | 1293 INT8 *p_out = tbuf; in GKI_get_time_stamp() local 1305 *p_out++ = (INT8)((h_time / 10) + '0'); in GKI_get_time_stamp() 1306 *p_out++ = (INT8)((h_time % 10) + '0'); in GKI_get_time_stamp() 1307 *p_out++ = ':'; in GKI_get_time_stamp() 1308 *p_out++ = (INT8)((m_time / 10) + '0'); in GKI_get_time_stamp() 1309 *p_out++ = (INT8)((m_time % 10) + '0'); in GKI_get_time_stamp() 1310 *p_out++ = ':'; in GKI_get_time_stamp() 1311 *p_out++ = (INT8)((s_time / 10) + '0'); in GKI_get_time_stamp() 1312 *p_out++ = (INT8)((s_time % 10) + '0'); in GKI_get_time_stamp() 1313 *p_out++ = ':'; in GKI_get_time_stamp() [all …]
|
/external/bluetooth/bluedroid/stack/smp/ |
D | smp_keys.c | 100 tSMP_ENC *p_out) in smp_encrypt_data() argument 110 if ( (p_out == NULL ) || (key_len != SMP_ENCRYT_KEY_SIZE) ) in smp_encrypt_data() 139 p = p_out->param_buf; in smp_encrypt_data() 141 …smp_debug_print_nbyte_little_endian(p_out->param_buf, (const UINT8 *)"Encrypted text", SMP_ENCRYT_… in smp_encrypt_data() 143 p_out->param_len = SMP_ENCRYT_KEY_SIZE; in smp_encrypt_data() 144 p_out->status = HCI_SUCCESS; in smp_encrypt_data() 145 p_out->opcode = HCI_BLE_ENCRYPT; in smp_encrypt_data()
|
D | smp_api.c | 328 tSMP_ENC *p_out) in SMP_Encrypt() argument 332 status = smp_encrypt_data(key, key_len, plain_text, pt_len, p_out); in SMP_Encrypt()
|
D | smp_int.h | 305 tSMP_ENC *p_out);
|
/external/bluetooth/bluedroid/stack/hid/ |
D | hidh_conn.c | 821 UINT8 *p_out; in hidh_conn_snd_data() local 894 p_out = (UINT8 *)(p_buf + 1) + p_buf->offset; in hidh_conn_snd_data() 895 *p_out++ = HID_BUILD_HDR(trans_type, param); in hidh_conn_snd_data() 900 *p_out = report_id; in hidh_conn_snd_data() 907 memcpy (p_out, (((UINT8 *)(buf+1)) + buf->offset), bytes_copied); in hidh_conn_snd_data() 913 *(p_out+bytes_copied) = data & 0xff; in hidh_conn_snd_data() 917 *(p_out+bytes_copied) = data & 0xff; in hidh_conn_snd_data() 918 *(p_out+bytes_copied+1) = (data >> 8) & 0xff ; in hidh_conn_snd_data()
|
/external/kernel-headers/original/linux/ |
D | capella_cm3602.h | 34 int p_out; /* proximity-sensor outpuCAPELLA_CM3602_IOCTL_ENABLE,t */ member
|
/external/bluetooth/bluedroid/stack/include/ |
D | smp_api.h | 296 tSMP_ENC *p_out);
|