Home
last modified time | relevance | path

Searched defs:MAX_PACKET_BUF_SIZE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/sensors/sensor/utils/ipc/include/
H A Dproto.h29 static constexpr size_t MAX_PACKET_BUF_SIZE = 256; variable
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
H A Depoll_manager.rs22 const MAX_PACKET_BUF_SIZE: usize = 256; const
H A Dstream_session.rs26 const MAX_PACKET_BUF_SIZE: usize = 256; const
H A Dstream_buffer.rs35 pub const MAX_PACKET_BUF_SIZE: usize = 256; const
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dconfig_multimodal.h34 #define MAX_PACKET_BUF_SIZE (1024*8) macro