Searched refs:tBTA_FS_CO_STATUS (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluedroid/bta/include/ |
D | bta_fs_ci.h | 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; 116 BTA_API extern void bta_fs_ci_write(int fd, tBTA_FS_CO_STATUS status, UINT16 evt); 142 tBTA_FS_CO_STATUS status, UINT16 evt); 165 BTA_API extern void bta_fs_ci_open(int fd, tBTA_FS_CO_STATUS status, 184 BTA_API extern void bta_fs_ci_direntry(tBTA_FS_CO_STATUS status, UINT16 evt); [all …]
|
D | bta_fs_co.h | 75 typedef UINT16 tBTA_FS_CO_STATUS; typedef 337 BTA_API extern tBTA_FS_CO_STATUS bta_fs_co_close(int fd, UINT8 app_id); 435 BTA_API extern tBTA_FS_CO_STATUS bta_fs_co_access(const char *p_path, int mode, 456 BTA_API extern tBTA_FS_CO_STATUS bta_fs_co_mkdir(const char *p_path, UINT8 app_id); 477 BTA_API extern tBTA_FS_CO_STATUS bta_fs_co_rmdir(const char *p_path, UINT8 app_id); 497 BTA_API extern tBTA_FS_CO_STATUS bta_fs_co_unlink(const char *p_path, UINT8 app_id);
|
/external/bluetooth/bluedroid/bta/fs/ |
D | bta_fs_ci.c | 50 void bta_fs_ci_write(int fd, tBTA_FS_CO_STATUS status, UINT16 evt) in bta_fs_ci_write() 85 void bta_fs_ci_read(int fd, UINT16 num_bytes_read, tBTA_FS_CO_STATUS status, UINT16 evt) in bta_fs_ci_read() 121 void bta_fs_ci_open(int fd, tBTA_FS_CO_STATUS status, UINT32 file_size, UINT16 evt) in bta_fs_ci_open() 151 void bta_fs_ci_direntry(tBTA_FS_CO_STATUS status, UINT16 evt) in bta_fs_ci_direntry() 184 tBTA_FS_CO_STATUS status, UINT16 evt) in bta_fs_ci_resume() 224 void bta_fs_ci_action(tBTA_FS_CO_STATUS status, UINT16 evt) in bta_fs_ci_action() 259 void bta_fs_ci_resume_op(int fd, tBTA_FS_CO_STATUS status, const char *p_file, in bta_fs_ci_resume_op()
|
/external/bluetooth/bluedroid/btif/co/ |
D | bta_fs_co.c | 330 tBTA_FS_CO_STATUS status; in bta_fs_co_open() 409 tBTA_FS_CO_STATUS bta_fs_co_close(int fd, UINT8 app_id) in bta_fs_co_close() 411 tBTA_FS_CO_STATUS status = BTA_FS_CO_OK; in bta_fs_co_close() 455 tBTA_FS_CO_STATUS status = BTA_FS_CO_OK; in bta_fs_co_read() 500 tBTA_FS_CO_STATUS status = BTA_FS_CO_OK; in bta_fs_co_write() 555 tBTA_FS_CO_STATUS bta_fs_co_access(const char *p_path, int mode, BOOLEAN *p_is_dir, in bta_fs_co_access() 560 tBTA_FS_CO_STATUS status = BTA_FS_CO_OK; in bta_fs_co_access() 633 tBTA_FS_CO_STATUS bta_fs_co_mkdir(const char *p_path, UINT8 app_id) in bta_fs_co_mkdir() 636 tBTA_FS_CO_STATUS status = BTA_FS_CO_OK; in bta_fs_co_mkdir() 667 tBTA_FS_CO_STATUS bta_fs_co_rmdir(const char *p_path, UINT8 app_id) in bta_fs_co_rmdir() [all …]
|