Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/utils/ipc/include/
H A Dstream_session.h64 …ique_ptr<RustStreamSession, void(*)(RustStreamSession*)> streamSessionPtr_ { StreamSessionCreate(),
H A Drust_binding.h35 RustStreamSession *StreamSessionCreate(void);
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_session/
H A Dffi.rs34 pub unsafe extern "C" fn StreamSessionCreate() -> *mut StreamSession { in StreamSessionCreate() function