Home | History | Annotate | Download | only in include

Lines Matching defs:app_id

110 #define BTA_FS_INVALID_APP_ID   (0xFF)  /* this app_id is reserved */
154 UINT8 app_id;
191 ** app_id - application ID specified in the enable functions.
203 UINT16 evt, UINT8 app_id);
214 ** app_id - application ID specified in the enable functions.
222 tBTA_FS_CO_SESS_ST new_st, char *p_path, UINT8 *p_info, UINT8 app_id);
233 ** app_id - application ID specified in the enable functions.
240 BTA_API extern void bta_fs_co_resume_op(UINT32 offset, UINT16 evt, UINT8 app_id);
253 ** app_id - application ID specified in the enable functions.
261 UINT32 *p_timeout, UINT32 *p_offset, UINT8 info, UINT8 app_id);
271 ** app_id - application ID specified in the enable functions.
282 BTA_API extern void bta_fs_co_resume(UINT16 evt, UINT8 app_id);
294 ** app_id - application ID specified in the enable functions.
301 BTA_API extern void bta_fs_co_sess_ssn(int fd, UINT8 ssn, UINT8 app_id);
311 ** app_id - application ID specified in the enable functions.
318 BTA_API extern void bta_fs_co_setdir(const char *p_path, UINT8 app_id);
328 ** app_id - application ID specified in the enable functions.
337 BTA_API extern tBTA_FS_CO_STATUS bta_fs_co_close(int fd, UINT8 app_id);
352 ** app_id - application ID specified in the enable functions.
367 UINT8 ssn, UINT8 app_id);
382 ** app_id - application ID specified in the enable functions.
395 UINT8 ssn, UINT8 app_id);
413 BTA_API extern void bta_fs_co_seek (int fd, INT32 offset, INT16 origin, UINT8 app_id);
425 ** app_id - (input) application ID specified in the enable functions.
436 BOOLEAN *p_is_dir, UINT8 app_id);
447 ** app_id - (input) application ID specified in the enable functions.
456 BTA_API extern tBTA_FS_CO_STATUS bta_fs_co_mkdir(const char *p_path, UINT8 app_id);
466 ** app_id - (input) application ID specified in the enable functions.
477 BTA_API extern tBTA_FS_CO_STATUS bta_fs_co_rmdir(const char *p_path, UINT8 app_id);
487 ** app_id - (input) application ID specified in the enable functions.
497 BTA_API extern tBTA_FS_CO_STATUS bta_fs_co_unlink(const char *p_path, UINT8 app_id);
513 ** app_id - application ID specified in the enable functions.
528 UINT8 app_id);
541 ** app_id - (input) application ID specified in the enable functions.
553 BTA_API extern void bta_fs_co_copy(const char *p_src_path, const char *p_dest_path, UINT8 *p_perms, UINT16 evt, UINT8 app_id);
565 ** app_id - (input) application ID specified in the enable functions.
576 BTA_API extern void bta_fs_co_rename(const char *p_src_path, const char *p_dest_path, UINT8 *p_perms, UINT16 evt, UINT8 app_id);
587 ** app_id - (input) application ID specified in the enable functions.
598 BTA_API extern void bta_fs_co_set_perms(const char *p_src_path, UINT8 *p_perms, UINT16 evt, UINT8 app_id);
609 ** app_id - application ID specified in the enable functions.
616 BTA_API extern void bta_fs_co_sess_fopen(const char *p_path, int oflags, UINT8 app_id);
624 ** Parameters app_id - application ID specified in the enable functions.
631 BTA_API extern void bta_fs_co_sess_fclose(UINT8 app_id);
644 BTA_API extern void bta_fs_co_sess_offset(UINT8 ssn, INT32 pos, UINT16 nbytes, UINT8 app_id);
651 ** for the given an app_id.
656 BTA_API extern UINT8 *bta_fs_co_suspended_addr(UINT8 app_id);
663 ** given an app_id.
668 BTA_API extern UINT8 bta_fs_co_num_suspended_session(UINT8 app_id);
674 ** Description find the active session control block for the given an app_id.
679 BTA_API extern tBTA_FS_CO_SESSION *bta_fs_co_get_active_session(UINT8 app_id);