Searched defs:StreamBuffer (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_buffer/ |
H A D | ffi.rs | 49 pub unsafe extern "C" fn StreamBufferDelete(raw: *mut StreamBuffer) { in StreamBufferDelete() 124 pub unsafe extern "C" fn StreamBufferWrite(object: *mut StreamBuffer, buf: *const StreamBuffer) -> … in StreamBufferWrite() 143 pub unsafe extern "C" fn StreamBufferRead(object: *const StreamBuffer, buf: *mut StreamBuffer) -> b… in StreamBufferRead() 191 pub unsafe extern "C" fn StreamBufferWriteChar(object: *mut StreamBuffer, buf: *const c_char, size:… in StreamBufferWriteChar() 206 pub unsafe extern "C" fn StreamBufferCheckWrite(object: *mut StreamBuffer, size: usize) -> bool { in StreamBufferCheckWrite() 237 pub unsafe extern "C" fn StreamBufferReadChar(object: *mut StreamBuffer, buf: *const c_char, size: … in StreamBufferReadChar() 252 pub unsafe extern "C" fn CircleStreamBufferWrite(object: *mut StreamBuffer, buf: *const c_char, siz… in CircleStreamBufferWrite() 267 pub unsafe extern "C" fn ReadClientPackets(object: *mut StreamBuffer, stream_client: *const CSensor… in ReadClientPackets() 368 pub unsafe extern "C" fn StreamBufferSetRwErrStatus(object: *mut StreamBuffer, rw_error_status: Err… in StreamBufferSetRwErrStatus() 383 pub unsafe extern "C" fn StreamBufferSetRpos(object: *mut StreamBuffer, r_pos: i32) -> i32 { in StreamBufferSetRpos()
|
H A D | net_packet.rs | 102 pub(crate) fn make_data(&self, buf: &mut StreamBuffer) { in make_data()
|
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/ |
H A D | stream_buffer.rs | 61 pub struct StreamBuffer { struct 70 impl Default for StreamBuffer { argument 84 impl StreamBuffer { implementation
|
/ohos5.0/base/sensors/sensor/utils/ipc/src/ |
H A D | stream_buffer.cpp | 20 StreamBuffer::StreamBuffer(const StreamBuffer &buf) in StreamBuffer() function in OHOS::Sensors::StreamBuffer
|
/ohos5.0/foundation/multimodalinput/input/util/network/src/ |
H A D | stream_buffer.cpp | 24 StreamBuffer::StreamBuffer(const StreamBuffer &buf) in StreamBuffer() function in OHOS::MMI::StreamBuffer
|
/ohos5.0/base/msdp/device_status/utils/ipc/src/ |
H A D | stream_buffer.cpp | 22 StreamBuffer::StreamBuffer(const StreamBuffer &buf) in StreamBuffer() function in OHOS::Msdp::StreamBuffer
|