Searched refs:MB_CommGetParentState (Results 1 – 4 of 4) sorted by relevance
457 p_state = MB_CommGetParentState(aid); in ParentMain()480 if (MB_COMM_PSTATE_REQUESTED == MB_CommGetParentState(i)) in ParentMain()509 BgSetMessage(WHITE, "AID%2d State:%s", aid, pstate_string[MB_CommGetParentState(aid)]); in ParentMain()512 if (MB_COMM_PSTATE_REQUESTED == MB_CommGetParentState(aid)) in ParentMain()521 else if (MB_COMM_PSTATE_WAIT_TO_SEND == MB_CommGetParentState(aid)) in ParentMain()546 BgSetMessage(WHITE, "AID%2d State:%s", aid, pstate_string[MB_CommGetParentState(aid)]); in ParentMain()547 if (MB_COMM_PSTATE_REQUESTED == MB_CommGetParentState(aid)) in ParentMain()
466 int MB_CommGetParentState(u16 child);
392 const int state = MB_CommGetParentState(aid); in ParentDraw()
90 int MB_CommGetParentState(u16 child_aid) in MB_CommGetParentState() function