Home | History | Annotate | Download | only in include

Lines Matching full:uint16

75 typedef UINT16 tBTA_FS_CO_STATUS;
96 #define BTA_FS_O_MODE_MASK(x) (((UINT16)(x)) & 0x0003)
151 UINT16 nbytes; /* number of bytes for last read/write */
203 UINT16 evt, UINT8 app_id);
240 BTA_API extern void bta_fs_co_resume_op(UINT32 offset, UINT16 evt, UINT8 app_id);
282 BTA_API extern void bta_fs_co_resume(UINT16 evt, UINT8 app_id);
366 BTA_API extern void bta_fs_co_read(int fd, UINT8 *p_buf, UINT16 nbytes, UINT16 evt,
394 BTA_API extern void bta_fs_co_write(int fd, const UINT8 *p_buf, UINT16 nbytes, UINT16 evt,
527 tBTA_FS_DIRENTRY *p_entry, UINT16 evt,
553 BTA_API extern void bta_fs_co_copy(const char *p_src_path, const char *p_dest_path, UINT8 *p_perms, UINT16 evt, UINT8 app_id);
576 BTA_API extern void bta_fs_co_rename(const char *p_src_path, const char *p_dest_path, UINT8 *p_perms, UINT16 evt, UINT8 app_id);
598 BTA_API extern void bta_fs_co_set_perms(const char *p_src_path, UINT8 *p_perms, UINT16 evt, UINT8 app_id);
644 BTA_API extern void bta_fs_co_sess_offset(UINT8 ssn, INT32 pos, UINT16 nbytes, UINT8 app_id);