Home
last modified time | relevance | path

Searched refs:offset1 (Results 1 – 4 of 4) sorted by relevance

/hardware/nxp/secure_element/ls_client/inc/
DLsLib.h243 LSCSTATUS Check_Certificate_Tag(uint8_t* read_buf, uint16_t* offset1);
255 LSCSTATUS Check_SerialNo_Tag(uint8_t* read_buf, uint16_t* offset1);
267 LSCSTATUS Check_LSRootID_Tag(uint8_t* read_buf, uint16_t* offset1);
278 LSCSTATUS Check_CertHoldID_Tag(uint8_t* read_buf, uint16_t* offset1);
289 LSCSTATUS Check_Date_Tag(uint8_t* read_buf, uint16_t* offset1);
301 LSCSTATUS Check_45_Tag(uint8_t* read_buf, uint16_t* offset1, uint8_t* tag45Len);
315 uint8_t* read_buf, uint16_t* offset1,
/hardware/nxp/secure_element/ls_client/src/
DLsLib.cpp1525 LSCSTATUS Check_Certificate_Tag(uint8_t* read_buf, uint16_t* offset1) { in Check_Certificate_Tag() argument
1527 uint16_t offset = *offset1; in Check_Certificate_Tag()
1535 *offset1 = offset; in Check_Certificate_Tag()
1551 LSCSTATUS Check_SerialNo_Tag(uint8_t* read_buf, uint16_t* offset1) { in Check_SerialNo_Tag() argument
1553 uint16_t offset = *offset1; in Check_SerialNo_Tag()
1559 *offset1 = offset; in Check_SerialNo_Tag()
1577 LSCSTATUS Check_LSRootID_Tag(uint8_t* read_buf, uint16_t* offset1) { in Check_LSRootID_Tag() argument
1579 uint16_t offset = *offset1; in Check_LSRootID_Tag()
1589 *offset1 = offset; in Check_LSRootID_Tag()
1606 LSCSTATUS Check_CertHoldID_Tag(uint8_t* read_buf, uint16_t* offset1) { in Check_CertHoldID_Tag() argument
[all …]
/hardware/intel/common/libva/va/wayland/
Dwayland-drm-client-protocol.h194 …t32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1,… in wl_drm_create_planar_buffer() argument
204 …WL_DRM_CREATE_PLANAR_BUFFER, id, name, width, height, format, offset0, stride0, offset1, stride1, … in wl_drm_create_planar_buffer()
/hardware/qcom/audio/hal/
Daudio_hw.c3337 unsigned int offset1; in out_create_mmap_buffer() local
3376 ret = pcm_mmap_begin(out->pcm, &info->shared_memory_address, &offset1, &frames1); in out_create_mmap_buffer()
3971 unsigned int offset1; in in_create_mmap_buffer() local
4012 ret = pcm_mmap_begin(in->pcm, &info->shared_memory_address, &offset1, &frames1); in in_create_mmap_buffer()