Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/pn8x/ls_client/inc/
DLsLib.h257 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/google/gfxstream/guest/mesa/src/egl/wayland/wayland-drm/
Dwayland-drm.c62 int32_t offset1, int32_t stride1, int32_t offset2, in create_buffer() argument
80 buffer->offset[1] = offset1; in create_buffer()
133 int32_t stride0, int32_t offset1, int32_t stride1, in drm_create_planar_buffer() argument
152 stride0, offset1, stride1, offset2, stride2); in drm_create_planar_buffer()
159 int32_t offset1, int32_t stride1, int32_t offset2, in drm_create_prime_buffer() argument
163 stride0, offset1, stride1, offset2, stride2); in drm_create_prime_buffer()
/hardware/nxp/secure_element/pn8x/ls_client/src/
DLsLib.cpp1502 LSCSTATUS Check_Certificate_Tag(uint8_t* read_buf, uint16_t* offset1) { in Check_Certificate_Tag() argument
1504 uint16_t offset = *offset1; in Check_Certificate_Tag()
1512 *offset1 = offset; in Check_Certificate_Tag()
1528 LSCSTATUS Check_SerialNo_Tag(uint8_t* read_buf, uint16_t* offset1) { in Check_SerialNo_Tag() argument
1530 uint16_t offset = *offset1; in Check_SerialNo_Tag()
1536 *offset1 = offset; in Check_SerialNo_Tag()
1554 LSCSTATUS Check_LSRootID_Tag(uint8_t* read_buf, uint16_t* offset1) { in Check_LSRootID_Tag() argument
1556 uint16_t offset = *offset1; in Check_LSRootID_Tag()
1566 *offset1 = offset; in Check_LSRootID_Tag()
1583 LSCSTATUS Check_CertHoldID_Tag(uint8_t* read_buf, uint16_t* offset1) { in Check_CertHoldID_Tag() argument
[all …]
/hardware/google/gchips/libvendorgraphicbuffer/include/
DVendorGraphicBuffer.h96 uint32_t offset1 = 0; member
/hardware/qcom/audio/hal/
Daudio_hw.c4035 unsigned int offset1; in out_create_mmap_buffer() local
4074 ret = pcm_mmap_begin(out->pcm, &info->shared_memory_address, &offset1, &frames1); in out_create_mmap_buffer()
4774 unsigned int offset1; in in_create_mmap_buffer() local
4815 ret = pcm_mmap_begin(in->pcm, &info->shared_memory_address, &offset1, &frames1); in in_create_mmap_buffer()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp3482 gmeta.offset1, gmeta.offset2, gmeta.format, gmeta.frameworkFormat); in dumpBuffer()