Home | History | Annotate | Download | only in co

Lines Matching refs:app_id

245  **                 app_id  - in case application specific treatement is required (e.g opp versus ftp)
249 static int btapp_fs_check_space( const char *p_path, const UINT32 size, const UINT8 app_id )
314 ** app_id - application ID specified in the enable functions.
327 UINT8 app_id)
342 err = btapp_fs_check_space(p_path, size, app_id);
367 fd, err, oflags, app_id);
400 ** app_id - application ID specified in the enable functions.
409 tBTA_FS_CO_STATUS bta_fs_co_close(int fd, UINT8 app_id)
415 fd, app_id);
420 BTIF_TRACE_WARNING3("[CO] bta_fs_co_close: handle:%d error=%d app_id:%d", fd, err, app_id);
439 ** app_id - application ID specified in the enable functions.
453 void bta_fs_co_read(int fd, UINT8 *p_buf, UINT16 nbytes, UINT16 evt, UINT8 ssn, UINT8 app_id)
463 BTIF_TRACE_WARNING3("[CO] bta_fs_co_read: handle:%d error=%d app_id:%d",
464 fd, err, app_id);
485 ** app_id - application ID specified in the enable functions.
498 UINT8 ssn, UINT8 app_id)
529 void bta_fs_co_seek (int fd, INT32 offset, INT16 origin, UINT8 app_id)
545 ** app_id - (input) application ID specified in the enable functions.
556 UINT8 app_id)
569 if (app_id == UI_PBS_ID)
624 ** app_id - (input) application ID specified in the enable functions.
633 tBTA_FS_CO_STATUS bta_fs_co_mkdir(const char *p_path, UINT8 app_id)
642 BTIF_TRACE_WARNING3("[CO] bta_fs_co_mkdir: error=%d, path [%s] app_id:%d",
643 err, p_path, app_id);
656 ** app_id - (input) application ID specified in the enable functions.
667 tBTA_FS_CO_STATUS bta_fs_co_rmdir(const char *p_path, UINT8 app_id)
675 BTIF_TRACE_DEBUG2( "bta_fs_co_rmdir( app_id: %d ): path_len: %d", app_id, path_len );
677 BTIF_TRACE_DEBUG1( "bta_fs_co_rmdir():path_len: %d, p_path", app_id );
689 BTIF_TRACE_WARNING2( "bta_fs_co_rmdir( app_id: %d ) for path_len: %d::out of memory",
690 app_id, path_len );
762 ** app_id - (input) application ID specified in the enable functions.
772 tBTA_FS_CO_STATUS bta_fs_co_unlink(const char *p_path, UINT8 app_id)
836 ** app_id - application ID specified in the enable functions.
850 tBTA_FS_DIRENTRY *p_entry, UINT16 evt, UINT8 app_id)
972 ** app_id - application ID specified in the enable functions.
979 void bta_fs_co_setdir(const char *p_path, UINT8 app_id)
996 ** app_id - application ID specified in the enable functions.
1007 void bta_fs_co_resume(UINT16 evt, UINT8 app_id)
1021 ** app_id - (input) application ID specified in the enable functions.
1032 void bta_fs_co_set_perms(const char *p_src_path, UINT8 *p_perms, UINT16 evt, UINT8 app_id)
1047 ** app_id - (input) application ID specified in the enable functions.
1058 void bta_fs_co_rename(const char *p_src_path, const char *p_dest_path, UINT8 *p_perms, UINT16 evt, UINT8 app_id)
1074 ** app_id - (input) application ID specified in the enable functions.
1086 void bta_fs_co_copy(const char *p_src_path, const char *p_dest_path, UINT8 *p_perms, UINT16 evt, UINT8 app_id)
1100 ** app_id - application ID specified in the enable functions.
1107 void bta_fs_co_resume_op(UINT32 offset, UINT16 evt, UINT8 app_id)
1122 ** app_id - application ID specified in the enable functions.
1130 tBTA_FS_CO_SESS_ST new_st, char *p_path, UINT8 *p_info, UINT8 app_id)
1147 ** app_id - application ID specified in the enable functions.
1155 UINT32 *p_timeout, UINT32 *p_offset, UINT8 info, UINT8 app_id)
1170 ** app_id - application ID specified in the enable functions.
1177 void bta_fs_co_sess_ssn(int fd, UINT8 ssn, UINT8 app_id)