Lines Matching defs:status
37 tBTA_FS_CO_STATUS status;
47 tBTA_FS_CO_STATUS status;
56 tBTA_FS_CO_STATUS status;
64 tBTA_FS_CO_STATUS status;
71 tBTA_FS_CO_STATUS status;
84 tBTA_FS_CO_STATUS status;
109 ** status - BTA_FS_CO_OK, BTA_FS_CO_NOSPACE, or BTA_FS_CO_FAIL
116 BTA_API extern void bta_fs_ci_write(int fd, tBTA_FS_CO_STATUS status, UINT16 evt);
132 ** status - BTA_FS_CO_OK if full buffer of data,
142 tBTA_FS_CO_STATUS status, UINT16 evt);
153 ** status - BTA_FS_CO_OK if file was opened in mode specified
165 BTA_API extern void bta_fs_ci_open(int fd, tBTA_FS_CO_STATUS status,
175 ** Parameters status - BTA_FS_CO_OK if p_entry points to a valid entry.
184 BTA_API extern void bta_fs_ci_direntry(tBTA_FS_CO_STATUS status, UINT16 evt);
196 ** status - BTA_FS_CO_OK if p_entry points to a valid entry.
206 tBTA_FS_CO_STATUS status, UINT16 evt);
216 ** Parameters status - BTA_FS_CO_OK if the action is succession.
224 BTA_API extern void bta_fs_ci_action(tBTA_FS_CO_STATUS status, UINT16 evt);
235 ** status - BTA_FS_CO_OK if file was opened in mode specified
248 BTA_API extern void bta_fs_ci_resume_op(int fd, tBTA_FS_CO_STATUS status, const char *p_file,