Searched refs:retVal (Results 1 – 3 of 3) sorted by relevance
93 bool retVal = false; in wait() local112 retVal = (waitResult == 0); // waited successfully in wait()113 return retVal; in wait()
74 bool retVal = mCondVar.wait(mMutex, millisec); in wait() local75 return retVal; in wait()
1051 int retVal = 0; in out_standby() local1058 retVal = suspend_audio_datapath(&out->common, true); in out_standby()1061 return retVal; in out_standby()