Home
last modified time | relevance | path

Searched refs:HdfSbufWriteInt8 (Results 1 - 11 of 11) sorted by relevance

/drivers/peripheral/usb/gadget/function/usbfn/
H A Ddev_usbfn.c84 if (!HdfSbufWriteInt8(reply, 0)) { in UsbFnRegistUsbfnDevice()
90 if (!HdfSbufWriteInt8(reply, value)) { in UsbFnRegistUsbfnDevice()
/drivers/hdf_core/adapter/uhdf2/hdi/test/buffer_handle/
H A Dbuffer_handle_test.cpp303 ret = HdfSbufWriteInt8(data, 0); in HWTEST_F()
340 ret = HdfSbufWriteInt8(data, 1); in HWTEST_F()
378 ret = HdfSbufWriteInt8(data, 1); in HWTEST_F()
422 ret = HdfSbufWriteInt8(data, 1); in HWTEST_F()
/drivers/peripheral/codec/hal/src/
H A Dcodec_component_type_proxy.c131 if (!HdfSbufWriteInt8(data, cmdData[i])) { in CodecComponentTypeProxySendCommand()
181 if (!HdfSbufWriteInt8(data, paramStruct[i])) { in CodecComponentTypeProxyGetParameter()
238 if (!HdfSbufWriteInt8(data, paramStruct[i])) { in CodecComponentTypeProxySetParameter()
288 if (!HdfSbufWriteInt8(data, cfgStruct[i])) { in CodecComponentTypeProxyGetConfig()
345 if (!HdfSbufWriteInt8(data, cfgStruct[i])) { in CodecComponentTypeProxySetConfig()
819 if (!HdfSbufWriteInt8(data, eglImage[i])) { in CodecComponentTypeProxyUseEglImage()
H A Dcodec_callback_type_proxy.c60 if (!HdfSbufWriteInt8(data, array[i])) { in WriteArray()
H A Dcodec_types.c430 IF_FALSE_PRINT_MSG_RETURN_FALSE(HdfSbufWriteInt8(data, isSoftwareCodec), in CodecCompCapabilityBlockMarshalling()
441 IF_FALSE_PRINT_MSG_RETURN_FALSE(HdfSbufWriteInt8(data, canSwapWidthHeight), in CodecCompCapabilityBlockMarshalling()
H A Dcodec_component_type_stub.c160 if (!HdfSbufWriteInt8(reply, paramStruct[i])) { in SerStubGetParameter()
267 if (!HdfSbufWriteInt8(reply, cfgStruct[i])) { in SerStubGetConfig()
/drivers/hdf_core/interfaces/inner_api/utils/
H A Dhdf_sbuf.h167 bool HdfSbufWriteInt8(struct HdfSBuf *sbuf, int8_t value);
/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Dbuffer_util.c140 if (!HdfSbufWriteInt8(data, validFd ? 1 : 0)) { in HdfSbufWriteNativeBufferHandle()
/drivers/hdf_core/framework/utils/src/
H A Dhdf_sbuf.c173 bool HdfSbufWriteInt8(struct HdfSBuf *sbuf, int8_t value) in HdfSbufWriteInt8() function
/drivers/hdf_core/framework/core/manager/test/unittest/common/
H A Dhdf_sbuf_test.cpp335 ret = HdfSbufWriteInt8(sBuf, INT8_MAX); in HWTEST_F()
902 bool ret = HdfSbufWriteInt8(sBuf, data);
/drivers/peripheral/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_server_common.c391 if (!HdfSbufWriteInt8(data, dataBlock->hardwareMode ? 1 : 0)) { in AudioPortCapabilityBlockMarshalling()

Completed in 10 milliseconds