Home | History | Annotate | Download | only in fs

Lines Matching full:uint16

50 void bta_fs_ci_write(int fd, tBTA_FS_CO_STATUS status, UINT16 evt)
85 void bta_fs_ci_read(int fd, UINT16 num_bytes_read, tBTA_FS_CO_STATUS status, UINT16 evt)
121 void bta_fs_ci_open(int fd, tBTA_FS_CO_STATUS status, UINT32 file_size, UINT16 evt)
151 void bta_fs_ci_direntry(tBTA_FS_CO_STATUS status, UINT16 evt)
184 tBTA_FS_CO_STATUS status, UINT16 evt)
187 UINT16 size = sizeof(tBTA_FS_CI_RESUME_EVT) + sizeof(BD_ADDR);
224 void bta_fs_ci_action(tBTA_FS_CO_STATUS status, UINT16 evt)
260 UINT32 file_size, UINT16 evt)
263 UINT16 file_len = strlen(p_file) + 1;
264 UINT16 size = sizeof(tBTA_FS_CI_OPEN_EVT) + file_len;