Searched refs:block_id (Results 1 – 8 of 8) sorted by relevance
| /TwlSDK-5.3.1/build/libraries/wbt/common/src/ |
| D | wbt_api.c | 205 BOOL WBT_GetCurrentDownloadProgress(u32 block_id, int aid, int *current_count, int *total_count) in WBT_GetCurrentDownloadProgress() argument 207 WBT_GetDownloadProgress(wbti_command_work, block_id, aid, current_count, total_count); in WBT_GetCurrentDownloadProgress() 324 WBT_RegisterBlock(WBTBlockInfoList *block_info_list, WBTBlockId block_id, const void *user_id, in WBT_RegisterBlock() argument 331 if ( block_id <= WBT_BLOCK_ID_MIN ) in WBT_RegisterBlock() 343 return WBT_RegisterBlockInfo(wbti_command_work, block_info_list, block_id, user_id, in WBT_RegisterBlock() 357 WBTBlockInfoList *WBT_UnregisterBlock(WBTBlockId block_id) in WBT_UnregisterBlock() argument 360 return WBT_UnregisterBlockInfo(wbti_command_work, block_id); in WBT_UnregisterBlock() 429 WBT_GetBlock(WBTAidBitmap target, WBTBlockId block_id, WBTRecvBufTable *recv_buf_table, in WBT_GetBlock() argument 436 … WBT_CreateCommandGET(wbti_command_work, list, block_id, recv_size, recv_buf_table, p_bmp_table); in WBT_GetBlock()
|
| D | wbt_context.c | 618 system_cmd->prepare_send_data.block_id = id; in WBTi_TryCreateResponse() 628 id = system_cmd->prepare_send_data.block_id; in WBTi_TryCreateResponse() 740 MI_StoreLE32(&format->req_getblock_done.id, current->get.block_id); in WBTi_CheckRequest() 752 MI_StoreLE32(&format->req_getblock.id, current->get.block_id); in WBTi_CheckRequest() 756 WBT_DEBUG_OUTPUT1("send ReqBlock id=%d seq=%d\n", current->get.block_id, in WBTi_CheckRequest() 1151 cb->block_id = MI_LoadLE32(&format->req_getblock_done.id); in WBT_CallPacketRecvHook() 1222 if (id == current->get.block_id) in WBT_CallPacketRecvHook() 1261 if (current->get.block_id == id) in WBT_CallPacketRecvHook() 1511 (current->command == WBT_CMD_REQ_GET_BLOCK) && (current->get.block_id == id)) in WBT_GetDownloadProgress()
|
| /TwlSDK-5.3.1/include/nitro/ |
| D | wbt.h | 207 u32 block_id; member 213 u32 block_id; member 231 u32 block_id; member 393 BOOL WBT_GetCurrentDownloadProgress(u32 block_id, int aid, int *current_count, int *total_count); 430 BOOL WBT_RegisterBlock(WBTBlockInfoList *block_info_list, u32 block_id, 444 WBTBlockInfoList *WBT_UnregisterBlock(u32 block_id); 598 BOOL WBT_GetBlock(u16 target, u32 block_id,
|
| /TwlSDK-5.3.1/build/libraries/wfs/common/src/ |
| D | wfs_client.c | 221 context->block_id = id; in WFSi_ReadRomSequence() 225 context->block_id, context->request_region.length, in WFSi_ReadRomSequence() 243 u32 id = context->block_id; in WFSi_ReadRomSequence() 252 … WFS_DEBUG_OUTPUT(("WBT-MSG(UNLOCK,0x%08X):done [read-operation completed]", context->block_id)); in WFSi_ReadRomSequence() 406 context->block_id = 0; in WFS_InitClient() 505 WBT_GetDownloadProgress(context->wbt, context->block_id, 0, current, total); in WFS_GetClientReadProgress()
|
| D | wfs_server.c | 203 u32 id = p_prep->block_id; in WFSi_WBTCallback()
|
| /TwlSDK-5.3.1/build/demos/wbt/wbt-1/src/ |
| D | bt.c | 280 mfprintf(tc[2], "blockinfo %d done\n", uc->get.block_id); /* Obtained block list ID */ in bt_callback() 326 mfprintf(tc[2], "get block %d done\n", uc->get.block_id); /* Received block ID */ in bt_callback() 404 mfprintf(tc[2], "get peer getblockdone %d done from %d\n", uc->blockdone.block_id, in bt_callback()
|
| /TwlSDK-5.3.1/include/nitro/wfs/ |
| D | client.h | 66 u32 block_id; member
|
| /TwlSDK-5.3.1/include/nitro/wbt/ |
| D | context.h | 553 arg->block_id = (u32)index; in WBT_CreateCommandINFO() 590 arg->block_id = id; in WBT_CreateCommandGET()
|