Home
last modified time | relevance | path

Searched defs:MAX_STREAM_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/sensors/sensor/utils/ipc/include/
H A Dproto.h28 static constexpr size_t MAX_STREAM_BUF_SIZE = 256; variable
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dconfig_multimodal.h36 #define MAX_STREAM_BUF_SIZE (MAX_PACKET_BUF_SIZE*2) macro
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
H A Dstream_buffer.rs33 const MAX_STREAM_BUF_SIZE: usize = 256; const