Home | History | Annotate | Download | only in fs

Lines Matching refs:status

45 **                  status - BTA_FS_CO_OK or BTA_FS_CO_FAIL
50 void bta_fs_ci_write(int fd, tBTA_FS_CO_STATUS status, UINT16 evt)
58 p_evt->status = status;
78 ** status - BTA_FS_CO_OK if full buffer of data,
85 void bta_fs_ci_read(int fd, UINT16 num_bytes_read, tBTA_FS_CO_STATUS status, UINT16 evt)
93 p_evt->status = status;
109 ** status - BTA_FS_CO_OK if file was opened in mode specified
121 void bta_fs_ci_open(int fd, tBTA_FS_CO_STATUS status, UINT32 file_size, UINT16 evt)
129 p_evt->status = status;
144 ** Parameters status - BTA_FS_CO_OK if p_entry points to a valid entry.
151 void bta_fs_ci_direntry(tBTA_FS_CO_STATUS status, UINT16 evt)
158 p_evt->status = status;
174 ** status - BTA_FS_CO_OK if p_entry points to a valid entry.
184 tBTA_FS_CO_STATUS status, UINT16 evt)
203 p_evt->status = status;
216 ** Parameters status - BTA_FS_CO_OK if the action is succession.
224 void bta_fs_ci_action(tBTA_FS_CO_STATUS status, UINT16 evt)
231 p_evt->status = status;
246 ** status - BTA_FS_CO_OK if file was opened in mode specified
259 void bta_fs_ci_resume_op(int fd, tBTA_FS_CO_STATUS status, const char *p_file,
271 p_evt->status = status;