Home
last modified time | relevance | path

Searched refs:StreamBufferRead (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/sensors/sensor/utils/ipc/include/
H A Drust_binding.h59 bool StreamBufferRead(RustStreamBuffer *rustStreamBuffer1, RustStreamBuffer *rustStreamBuffer2);
/ohos5.0/base/sensors/sensor/utils/ipc/src/
H A Dstream_buffer.cpp91 return StreamBufferRead(streamBufferPtr_.get(), buf.streamBufferPtr_.get()); in Read()
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_buffer/
H A Dffi.rs143 pub unsafe extern "C" fn StreamBufferRead(object: *const StreamBuffer, buf: *mut StreamBuffer) -> b… in StreamBufferRead() function