Home
last modified time | relevance | path

Searched refs:MB_CommResponseRequest (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.1.0/include/nitro/mb/
Dmb.h556 BOOL MB_CommResponseRequest(u16 child_aid, MBCommResponseRequestType ack);
572 return MB_CommResponseRequest(child_aid, MB_COMM_RESPONSE_REQUEST_DOWNLOAD); in MB_CommStartSending()
631 return MB_CommResponseRequest(child_aid, MB_COMM_RESPONSE_REQUEST_BOOT); in MB_CommBootRequest()
/TwlSDK-5.1.0/build/demos/mb/multiboot/src/
Dparent.c227 (void)MB_CommResponseRequest(aid, MB_COMM_RESPONSE_REQUEST_ACCEPT); in ParentStateCallback()
482 result = MB_CommResponseRequest(i, MB_COMM_RESPONSE_REQUEST_ACCEPT); in ParentMain()
516 (void)MB_CommResponseRequest(aid, MB_COMM_RESPONSE_REQUEST_ACCEPT); in ParentMain()
551 (void)MB_CommResponseRequest(aid, MB_COMM_RESPONSE_REQUEST_KICK); in ParentMain()
/TwlSDK-5.1.0/build/demos/wireless_shared/mbp/
Dmbp.c306 if (!MB_CommResponseRequest(child_aid, MB_COMM_RESPONSE_REQUEST_ACCEPT)) in MBP_AcceptChild()
328 if (!MB_CommResponseRequest(child_aid, MB_COMM_RESPONSE_REQUEST_KICK)) in MBP_KickChild()
/TwlSDK-5.1.0/build/demos/mb/multiboot-PowerSave/src/
Dparent.c205 (void)MB_CommResponseRequest(aid, MB_COMM_RESPONSE_REQUEST_ACCEPT); in ParentStateCallback()
/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_parent.c209 BOOL MB_CommResponseRequest(u16 child_aid, MBCommResponseRequestType ack) in MB_CommResponseRequest() function