Home
last modified time | relevance | path

Searched refs:ff_hook_write (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/micro_thread/
H A Dff_hook.h32 ssize_t ff_hook_write(int fd, const void *buf, size_t nbyte);
H A Dff_hook.cpp72 ssize_t ff_hook_write(int fd, const void *buf, size_t nbyte) in ff_hook_write() function
H A Dmt_sys_hook.cpp204 return ff_hook_write(fd, buf, nbyte); in write()
H A Dmicro_thread.cpp1236 n = ff_hook_write(fd, (char*)buf + send_len, nbyte - send_len); in write()