Searched defs:u8 (Results 1 - 17 of 17) sorted by relevance

/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
H A Dtypes.h29 typedef unsigned char u8; typedef
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
H A Dtypes.h16 typedef unsigned char u8; typedef
/system/core/libsparse/
H A Dsparse_defs.h34 #define __u8 u8
40 typedef unsigned char u8; typedef
/system/media/camera/include/system/
H A Dcamera_metadata.h86 uint8_t *u8; member in union:camera_metadata_entry::__anon1901
105 const uint8_t *u8; member in union:camera_metadata_ro_entry::__anon1902
/system/extras/ext4_utils/include/ext4_utils/
H A Dext4_utils.h84 typedef unsigned char u8; typedef
138 int bitmap_get_bit(u8 *bitmap, u32 bit);
139 void bitmap_clear_bit(u8 *bitmap, u32 bit);
/system/nfc/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_nci.c52 uint8_t u8; local
66 u8 = *p++;
68 hdr[0] = u8 & ~NCI_PBF_MASK;
69 if ((u8 & NCI_MT_MASK) == NCI_MT_DATA) {
125 if ((u8 & NCI_PBF_MASK) == NCI_PBF_NO_OR_LAST) {
129 *p = u8; /* this should make the PBF flag as Last Fragment */
H A Dnfc_hal_dm.c584 uint8_t u8; local
709 STREAM_TO_UINT8(u8, p);
710 if (u8 > NFC_HAL_PRM_MAX_CHIP_VER_LEN) u8 = NFC_HAL_PRM_MAX_CHIP_VER_LEN;
711 memcpy(nfc_hal_cb.nvm_cb.chip_ver, p, u8);
734 STREAM_TO_UINT8(u8, p);
735 if (u8) {
742 STREAM_TO_UINT8(u8, p);
743 if (u8) {
783 uint8_t u8; local
[all...]
H A Dnfc_hal_prm.c245 uint8_t u8; local
274 STREAM_TO_UINT8(u8, p);
277 if (u8 > 1) {
278 HAL_TRACE_ERROR1("Invalid i2c fix: invalid number of patches (%i)", u8);
285 STREAM_TO_UINT8(u8, p); /* power mode (not needed for i2c patch) */
662 uint8_t status, u8; local
678 STREAM_TO_UINT8(u8, p);
719 STREAM_TO_UINT8(u8, p);
/system/bt/stack/sdp/
H A Dsdp_api.cc666 p_elem->params[p_elem->num_params++] = p_sattr->attr_value.v.u8;
976 p_device_info->rec.primary_record = (bool)p_curr_attr->attr_value.v.u8;
1008 uint8_t u8; local
1106 u8 = (uint8_t)p_device_info->primary_record;
1108 &u8)))
H A Dsdp_utils.cc546 uint8_t u8; local
567 BE_STREAM_TO_UINT8(u8, p);
568 *p_len = u8;
/system/media/audio/include/system/
H A Daudio_effect.h434 uint8_t* u8; // pointer to unsigned 8 bit data at start of buffer member in union:audio_buffer_s::__anon1865
/system/bt/stack/include/
H A Dsdp_api.h95 uint8_t u8; /* 8-bit integer */ member in union:__anon1176::__anon1177
/system/nfc/src/nfc/nfc/
H A Dnfc_ncif.cc610 uint8_t len, *p_start, u8; local
644 u8 = *p++;
645 if (u8) p_pa->sel_rsp = *p++;
647 (7 + p_pa->nfcid1_len + u8)) /* 2(sens_res) + 1(len) +
648 p_pa->nfcid1_len + 1(len) + u8 + hr
693 u8 = *p++;
694 if (u8) {
1147 uint8_t u8; local
1151 u8 = *p;
1156 while ((u8 >
[all...]
/system/bt/bta/av/
H A Dbta_av_act.cc742 uint8_t u8, pdu, *p; local
778 u8 = *(p_vendor->p_vendor_data + 4);
780 p_rc_rsp->get_caps.capability_id = u8;
786 if (u8 == AVRC_CAP_COMPANY_ID) {
792 } else if (u8 == AVRC_CAP_EVENTS_SUPPORTED) {
798 APPL_TRACE_DEBUG("Invalid capability ID: 0x%x", u8);
/system/keymaster/
H A Docb.c755 uint8_t u8[16]; member in union:__anon1803
775 idx = (unsigned)(tmp.u8[15] & 0x3f); /* Get low 6 bits of nonce */
776 tmp.u8[15] = tmp.u8[15] & 0xc0; /* Zero low 6 bits of nonce */
779 AES_encrypt(tmp.u8, (unsigned char*)&ctx->KtopStr, &ctx->encrypt_key);
792 uint8_t u8[16]; member in union:__anon1804
885 memcpy(tmp.u8, adp + k, remaining);
886 tmp.u8[remaining] = (unsigned char)0x80u;
922 uint8_t u8[16]; member in union:__anon1805
1047 memcpy(tmp.u8, pt
1133 uint8_t u8[16]; member in union:__anon1806
[all...]
/system/media/camera/src/
H A Dcamera_metadata.c116 uint8_t u8; member in union:camera_metadata_data
734 entry->data.u8 = get_data(src) + buffer_entry->data.offset;
736 entry->data.u8 = buffer_entry->data.value;
/system/nfc/src/nfc/tags/
H A Drw_i93.c1381 uint8_t flags, u8 = 0, cc[4]; local
1413 STREAM_TO_UINT8(u8, p); /* DSFID */
1417 if (u8 != I93_DFS_UNSUPPORTED) {
1419 RW_TRACE_DEBUG1("Got unknown DSFID (0x%02x)", u8);

Completed in 411 milliseconds