Searched refs:offset1 (Results 1 – 3 of 3) sorted by relevance
/hardware/nxp/secure_element/ls_client/inc/ |
D | LsLib.h | 257 LSCSTATUS Check_Certificate_Tag(uint8_t* read_buf, uint16_t* offset1); 269 LSCSTATUS Check_SerialNo_Tag(uint8_t* read_buf, uint16_t* offset1); 281 LSCSTATUS Check_LSRootID_Tag(uint8_t* read_buf, uint16_t* offset1); 292 LSCSTATUS Check_CertHoldID_Tag(uint8_t* read_buf, uint16_t* offset1); 303 LSCSTATUS Check_Date_Tag(uint8_t* read_buf, uint16_t* offset1); 315 LSCSTATUS Check_45_Tag(uint8_t* read_buf, uint16_t* offset1, uint8_t* tag45Len); 329 uint8_t* read_buf, uint16_t* offset1,
|
/hardware/nxp/secure_element/ls_client/src/ |
D | LsLib.cpp | 1506 LSCSTATUS Check_Certificate_Tag(uint8_t* read_buf, uint16_t* offset1) { in Check_Certificate_Tag() argument 1508 uint16_t offset = *offset1; in Check_Certificate_Tag() 1516 *offset1 = offset; in Check_Certificate_Tag() 1532 LSCSTATUS Check_SerialNo_Tag(uint8_t* read_buf, uint16_t* offset1) { in Check_SerialNo_Tag() argument 1534 uint16_t offset = *offset1; in Check_SerialNo_Tag() 1540 *offset1 = offset; in Check_SerialNo_Tag() 1558 LSCSTATUS Check_LSRootID_Tag(uint8_t* read_buf, uint16_t* offset1) { in Check_LSRootID_Tag() argument 1560 uint16_t offset = *offset1; in Check_LSRootID_Tag() 1570 *offset1 = offset; in Check_LSRootID_Tag() 1587 LSCSTATUS Check_CertHoldID_Tag(uint8_t* read_buf, uint16_t* offset1) { in Check_CertHoldID_Tag() argument [all …]
|
/hardware/qcom/audio/hal/ |
D | audio_hw.c | 3945 unsigned int offset1; in out_create_mmap_buffer() local 3984 ret = pcm_mmap_begin(out->pcm, &info->shared_memory_address, &offset1, &frames1); in out_create_mmap_buffer() 4683 unsigned int offset1; in in_create_mmap_buffer() local 4724 ret = pcm_mmap_begin(in->pcm, &info->shared_memory_address, &offset1, &frames1); in in_create_mmap_buffer()
|