Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/src/i2c/
H A Di2c_msg.c17 int32_t AssignReplayBuffer(uint32_t lenReply, uint8_t **bufReply, struct I2cMsg *msgs, int16_t coun… in AssignReplayBuffer() function
76 if (lenReply > 0 && AssignReplayBuffer(lenReply, bufReply, msgs, count) != HDF_SUCCESS) { in RebuildMsgs()