Home
last modified time | relevance | path

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

/drivers/peripheral/usb/gadget/function/usbfn/
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/
Dbuffer_handle_test.cpp303 ret = HdfSbufWriteInt8(data, 0);
340 ret = HdfSbufWriteInt8(data, 1);
378 ret = HdfSbufWriteInt8(data, 1);
422 ret = HdfSbufWriteInt8(data, 1);
/drivers/peripheral/codec/hal/src/
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()
Dcodec_types.c439 bool ret = HdfSbufWriteInt8(data, isSoftwareCodec); in CodecCompCapabilityBlockMarshalling()
465 ret = HdfSbufWriteInt8(data, canSwapWidthHeight); in CodecCompCapabilityBlockMarshalling()
Dcodec_callback_type_proxy.c56 if (!HdfSbufWriteInt8(data, array[i])) { in WriteArray()
Dcodec_component_type_stub.c148 if (!HdfSbufWriteInt8(reply, paramStruct[i])) { in SerStubGetParameter()
247 if (!HdfSbufWriteInt8(reply, cfgStruct[i])) { in SerStubGetConfig()
/drivers/hdf_core/interfaces/inner_api/utils/
Dhdf_sbuf.h167 bool HdfSbufWriteInt8(struct HdfSBuf *sbuf, int8_t value);
/drivers/peripheral/codec/hdi_service/codec_service_stub/
Dstub_msgproc.c78 if (!HdfSbufWriteInt8(reply, cap->isSoftwareCodec ? 1 : 0)) { in CodecCapabilityBaseMarshalling()
222 if (!HdfSbufWriteInt8(reply, ((int8_t *)(param->val))[i])) { in CodecSerPackParam()
/drivers/hdf_core/adapter/uhdf2/hdi/src/
Dbuffer_util.c140 if (!HdfSbufWriteInt8(data, validFd ? 1 : 0)) { in HdfSbufWriteNativeBufferHandle()
/drivers/peripheral/codec/hdi_service/codec_proxy/
Dproxy_msgproc.c172 if (!HdfSbufWriteInt8(data, ((int8_t*)(param->val))[i])) { in CodecProxyPackParam()
/drivers/hdf_core/framework/utils/src/
Dhdf_sbuf.c175 bool HdfSbufWriteInt8(struct HdfSBuf *sbuf, int8_t value) in HdfSbufWriteInt8() function
/drivers/hdf_core/framework/core/manager/test/unittest/common/
Dhdf_sbuf_test.cpp335 ret = HdfSbufWriteInt8(sBuf, INT8_MAX);
902 bool ret = HdfSbufWriteInt8(sBuf, data);
/drivers/peripheral/audio/hal/hdi_binder/server/src/
Dhdf_audio_server_common.c390 if (!HdfSbufWriteInt8(data, dataBlock->hardwareMode ? 1 : 0)) { in AudioPortCapabilityBlockMarshalling()