HomeSort by relevance Sort by last modified time
    Searched refs:tBTA_FS_CO_STATUS (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/bta/include/
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...]
bta_fs_co.h 75 typedef UINT16 tBTA_FS_CO_STATUS;
198 ** if successful, and an error code (tBTA_FS_CO_STATUS)
278 ** if successful, and an error code (tBTA_FS_CO_STATUS)
332 ** Returns (tBTA_FS_CO_STATUS) status of the call.
337 BTA_API extern tBTA_FS_CO_STATUS bta_fs_co_close(int fd, UINT8 app_id);
429 ** Returns (tBTA_FS_CO_STATUS) status of the call.
435 BTA_API extern tBTA_FS_CO_STATUS bta_fs_co_access(const char *p_path, int mode,
451 ** Returns (tBTA_FS_CO_STATUS) status of the call.
456 BTA_API extern tBTA_FS_CO_STATUS bta_fs_co_mkdir(const char *p_path, UINT8 app_id);
470 ** Returns (tBTA_FS_CO_STATUS) status of the call
    [all...]
  /external/bluetooth/bluedroid/bta/fs/
bta_fs_ci.c 50 void bta_fs_ci_write(int fd, tBTA_FS_CO_STATUS status, UINT16 evt)
85 void bta_fs_ci_read(int fd, UINT16 num_bytes_read, tBTA_FS_CO_STATUS status, UINT16 evt)
121 void bta_fs_ci_open(int fd, tBTA_FS_CO_STATUS status, UINT32 file_size, UINT16 evt)
151 void bta_fs_ci_direntry(tBTA_FS_CO_STATUS status, UINT16 evt)
184 tBTA_FS_CO_STATUS status, UINT16 evt)
224 void bta_fs_ci_action(tBTA_FS_CO_STATUS status, UINT16 evt)
259 void bta_fs_ci_resume_op(int fd, tBTA_FS_CO_STATUS status, const char *p_file,
  /external/bluetooth/bluedroid/btif/co/
bta_fs_co.c 321 ** if successful, and an error code (tBTA_FS_CO_STATUS)
330 tBTA_FS_CO_STATUS status;
404 ** Returns (tBTA_FS_CO_STATUS) status of the call.
409 tBTA_FS_CO_STATUS bta_fs_co_close(int fd, UINT8 app_id)
411 tBTA_FS_CO_STATUS status = BTA_FS_CO_OK;
455 tBTA_FS_CO_STATUS status = BTA_FS_CO_OK;
500 tBTA_FS_CO_STATUS status = BTA_FS_CO_OK;
549 ** Returns (tBTA_FS_CO_STATUS) status of the call.
555 tBTA_FS_CO_STATUS bta_fs_co_access(const char *p_path, int mode, BOOLEAN *p_is_dir,
560 tBTA_FS_CO_STATUS status = BTA_FS_CO_OK
    [all...]

Completed in 300 milliseconds