Home
last modified time | relevance | path

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

/drivers/hdf_core/interfaces/inner_api/utils/
Dhdf_sbuf.h156 bool HdfSbufWriteInt16(struct HdfSBuf *sbuf, int16_t value);
/drivers/hdf_core/framework/support/platform/src/i2c/
Di2c_if_u.c210 if (!HdfSbufWriteInt16(data, count)) { in WriteI2cMsgs()
/drivers/peripheral/vibrator/hal/src/
Dvibrator_controller.c176 if (!HdfSbufWriteInt16(msg, frequency)) { in EnableVibratorModulation()
/drivers/hdf_core/framework/core/manager/test/unittest/common/
Dhdf_sbuf_test.cpp368 ret = HdfSbufWriteInt16(sBuf, INT16_MAX);
655 ret = HdfSbufWriteInt16(sBuf, INT16_MIN);
915 bool ret = HdfSbufWriteInt16(sBuf, data);
/drivers/hdf_core/framework/utils/src/
Dhdf_sbuf.c169 bool HdfSbufWriteInt16(struct HdfSBuf *sbuf, int16_t value) in HdfSbufWriteInt16() function