Searched refs:HdfSbufWriteInt8 (Results 1 – 13 of 13) sorted by relevance
/drivers/peripheral/usb/gadget/function/usbfn/ |
D | dev_usbfn.c | 84 if (!HdfSbufWriteInt8(reply, 0)) { in UsbFnRegistUsbfnDevice() 90 if (!HdfSbufWriteInt8(reply, value)) { in UsbFnRegistUsbfnDevice()
|
/drivers/hdf_core/adapter/uhdf2/hdi/test/buffer_handle/ |
D | buffer_handle_test.cpp | 303 ret = HdfSbufWriteInt8(data, 0); 340 ret = HdfSbufWriteInt8(data, 1); 378 ret = HdfSbufWriteInt8(data, 1); 422 ret = HdfSbufWriteInt8(data, 1);
|
/drivers/peripheral/codec/hal/src/ |
D | codec_component_type_proxy.c | 131 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()
|
D | codec_types.c | 439 bool ret = HdfSbufWriteInt8(data, isSoftwareCodec); in CodecCompCapabilityBlockMarshalling() 465 ret = HdfSbufWriteInt8(data, canSwapWidthHeight); in CodecCompCapabilityBlockMarshalling()
|
D | codec_callback_type_proxy.c | 56 if (!HdfSbufWriteInt8(data, array[i])) { in WriteArray()
|
D | codec_component_type_stub.c | 148 if (!HdfSbufWriteInt8(reply, paramStruct[i])) { in SerStubGetParameter() 247 if (!HdfSbufWriteInt8(reply, cfgStruct[i])) { in SerStubGetConfig()
|
/drivers/hdf_core/interfaces/inner_api/utils/ |
D | hdf_sbuf.h | 167 bool HdfSbufWriteInt8(struct HdfSBuf *sbuf, int8_t value);
|
/drivers/peripheral/codec/hdi_service/codec_service_stub/ |
D | stub_msgproc.c | 78 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/ |
D | buffer_util.c | 140 if (!HdfSbufWriteInt8(data, validFd ? 1 : 0)) { in HdfSbufWriteNativeBufferHandle()
|
/drivers/peripheral/codec/hdi_service/codec_proxy/ |
D | proxy_msgproc.c | 172 if (!HdfSbufWriteInt8(data, ((int8_t*)(param->val))[i])) { in CodecProxyPackParam()
|
/drivers/hdf_core/framework/utils/src/ |
D | hdf_sbuf.c | 175 bool HdfSbufWriteInt8(struct HdfSBuf *sbuf, int8_t value) in HdfSbufWriteInt8() function
|
/drivers/hdf_core/framework/core/manager/test/unittest/common/ |
D | hdf_sbuf_test.cpp | 335 ret = HdfSbufWriteInt8(sBuf, INT8_MAX); 902 bool ret = HdfSbufWriteInt8(sBuf, data);
|
/drivers/peripheral/audio/hal/hdi_binder/server/src/ |
D | hdf_audio_server_common.c | 390 if (!HdfSbufWriteInt8(data, dataBlock->hardwareMode ? 1 : 0)) { in AudioPortCapabilityBlockMarshalling()
|