Home
last modified time | relevance | path

Searched refs:SBUF_RAW (Results 1 - 7 of 7) sorted by relevance

/drivers/hdf_core/framework/utils/src/
H A Dhdf_sbuf.c50 [SBUF_RAW] = {
325 if (type != SBUF_RAW) { in HdfSbufTypedObtainCapacity()
387 if (type != SBUF_RAW) { in HdfSbufTypedBind()
407 return HdfSbufTypedObtainCapacity(SBUF_RAW, capacity); in HdfSbufObtain()
422 return HdfSbufTypedBind(SBUF_RAW, base, size); in HdfSbufBind()
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/
H A Ddevhost_test.cpp493 HdfSBuf * testSBufData = HdfSbufTypedObtain(SBUF_RAW); in HWTEST_F()
494 HdfSBuf * testSBufReply = HdfSbufTypedObtain(SBUF_RAW); in HWTEST_F()
525 HdfSBuf * testSBufData = HdfSbufTypedObtain(SBUF_RAW); in HWTEST_F()
526 HdfSBuf * testSBufReply = HdfSbufTypedObtain(SBUF_RAW); in HWTEST_F()
563 HdfSBuf * testSBufData = HdfSbufTypedObtain(SBUF_RAW); in HWTEST_F()
564 HdfSBuf * testSBufReply = HdfSbufTypedObtain(SBUF_RAW); in HWTEST_F()
/drivers/hdf_core/interfaces/inner_api/utils/
H A Dhdf_sbuf.h51 SBUF_RAW = 0, /* SBUF used for communication between the user space and the kernel space */ enumerator
182 * The SBUF of the <b>SBUF_RAW</b> type does not support this function.
195 * The SBUF of the <b>SBUF_RAW</b> type does not support this function.
207 * The SBUF of the <b>SBUF_RAW</b> type does not support this function.
219 * The SBUF of the <b>SBUF_RAW</b> type does not support this function.
230 * @brief Writes an IPC service to a <b>SBuf</b>. The SBUF of the <b>SBUF_RAW</b> type does not support this function.
242 * The SBUF of the <b>SBUF_RAW</b> type does not support this function.
254 * The SBUF of the <b>SBUF_RAW</b> type does not support this function.
265 * The SBUF of the <b>SBUF_RAW</b> type does not support this function.
278 * The SBUF of the <b>SBUF_RAW</
[all...]
/drivers/peripheral/input/hal/src/
H A Dinput_controller.c140 *reply = HdfSbufTypedObtainCapacity(SBUF_RAW, ATTR_SBUF_LEN); in InstanceCmdSbuf()
144 *reply = HdfSbufTypedObtainCapacity(SBUF_RAW, ABILITY_SBUF_LEN); in InstanceCmdSbuf()
/drivers/peripheral/audio/supportlibs/adm_adapter/src/
H A Daudio_interface_lib_render.c932 struct HdfSBuf *sBuf = HdfSbufTypedObtainCapacity(SBUF_RAW, sbufSize); in AudioOutputRenderWrite()
H A Daudio_interface_lib_capture.c896 struct HdfSBuf *reply = HdfSbufTypedObtainCapacity(SBUF_RAW, (AUDIO_SIZE_FRAME_16K + AUDIO_REPLY_EXTEND)); in AudioOutputCaptureRead()
/drivers/peripheral/audio/test/systemtest/adm/audio_adm_interface/src/
H A Daudio_adm_interface_test.cpp1233 struct HdfSBuf *reply = HdfSbufTypedObtainCapacity(SBUF_RAW, (AUDIO_SIZE_FRAME + AUDIO_REPLY_EXTEND)); in HWTEST_F()

Completed in 10 milliseconds