Home
last modified time | relevance | path

Searched refs:write_frames (Results 1 – 2 of 2) sorted by relevance

/external/tinyalsa_new/examples/
Dpcm-writei.c47 static int write_frames(const void * frames, size_t byte_count){ in write_frames() function
96 if (write_frames(frames, size) < 0) { in main()
/external/rust/android-crates-io/crates/tungstenite/src/protocol/frame/
Dmod.rs294 fn write_frames() { in write_frames() function