Searched refs:WFS_SendMessage (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.4/include/nitro/wfs/ |
| D | format.h | 238 BOOL WFS_SendMessage(WBTContext *context, WBTEventCallback callback, int bitmap, in WFS_SendMessage() function 254 return WFS_SendMessage(context, callback, bitmap, WFS_MSG_LOCK_REQ, offset, length); in WFS_SendMessageLOCK_REQ() 260 return WFS_SendMessage(context, callback, bitmap, WFS_MSG_LOCK_ACK, id, (u32)(id != 0)); in WFS_SendMessageLOCK_ACK() 266 return WFS_SendMessage(context, callback, bitmap, WFS_MSG_UNLOCK_REQ, id, TRUE); in WFS_SendMessageUNLOCK_REQ() 272 return WFS_SendMessage(context, callback, bitmap, WFS_MSG_UNLOCK_ACK, id, (u32)(id != 0)); in WFS_SendMessageUNLOCK_ACK()
|