Searched refs:HdfSbufWriteInt8 (Results 1 - 11 of 11) sorted by relevance
/drivers/peripheral/usb/gadget/function/usbfn/ |
H A 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/ |
H A D | buffer_handle_test.cpp | 303 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 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()
|
H A D | codec_callback_type_proxy.c | 60 if (!HdfSbufWriteInt8(data, array[i])) { in WriteArray()
|
H A D | codec_types.c | 430 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 D | codec_component_type_stub.c | 160 if (!HdfSbufWriteInt8(reply, paramStruct[i])) { in SerStubGetParameter() 267 if (!HdfSbufWriteInt8(reply, cfgStruct[i])) { in SerStubGetConfig()
|
/drivers/hdf_core/interfaces/inner_api/utils/ |
H A D | hdf_sbuf.h | 167 bool HdfSbufWriteInt8(struct HdfSBuf *sbuf, int8_t value);
|
/drivers/hdf_core/adapter/uhdf2/hdi/src/ |
H A D | buffer_util.c | 140 if (!HdfSbufWriteInt8(data, validFd ? 1 : 0)) {
in HdfSbufWriteNativeBufferHandle()
|
/drivers/hdf_core/framework/utils/src/ |
H A D | hdf_sbuf.c | 173 bool HdfSbufWriteInt8(struct HdfSBuf *sbuf, int8_t value) in HdfSbufWriteInt8() function
|
/drivers/hdf_core/framework/core/manager/test/unittest/common/ |
H A D | hdf_sbuf_test.cpp | 335 ret = HdfSbufWriteInt8(sBuf, INT8_MAX); in HWTEST_F() 902 bool ret = HdfSbufWriteInt8(sBuf, data);
|
/drivers/peripheral/audio/hal/hdi_binder/server/src/ |
H A D | hdf_audio_server_common.c | 391 if (!HdfSbufWriteInt8(data, dataBlock->hardwareMode ? 1 : 0)) { in AudioPortCapabilityBlockMarshalling()
|
Completed in 10 milliseconds