Home
last modified time | relevance | path

Searched refs:msgSize (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/
H A Dposix_help.c56 int FdReadMsg(int fd, HI_VOID* msgBuf, int msgSize) in FdReadMsg() argument
58 HI_ASSERT(msgBuf && msgSize > 0); in FdReadMsg()
63 while (total < msgSize) { in FdReadMsg()
64 ret = read(fd, (char*)msgBuf + total, msgSize - total); in FdReadMsg()
82 return msgSize; in FdReadMsg()
H A Dposix_help.h50 int FdReadMsg(int fd, HI_VOID* msgBuf, int msgSize);
/device/board/hihope/dayu210/audio_drivers/accessory/es8323/src/
H A Des8323_impl.c58 static void Es8323I2cRelease(struct I2cMsg *msgs, int16_t msgSize, DevHandle i2cHandle) in Es8323I2cRelease() argument
61 if (msgSize == 0 && msgs->buf != NULL) { in Es8323I2cRelease()
64 } else if (msgSize == 1 && msgs[0].buf != NULL) { in Es8323I2cRelease()
67 } else if (msgSize >= ES8323_I2C_MSG_NUM) { in Es8323I2cRelease()

Completed in 3 milliseconds