Searched refs:c2s (Results 1 – 2 of 2) sorted by relevance
412 status_t toStatusT(c2_status_t c2s, c2_operation_t c2op = C2_OPERATION_NONE);
2812 status_t toStatusT(c2_status_t c2s, c2_operation_t c2op) { in toStatusT() argument2814 if (c2s == C2_OK) { in toStatusT()2822 switch (c2s) { in toStatusT()2833 switch (c2s) { in toStatusT()2858 return -static_cast<status_t>(c2s); in toStatusT()