Home
last modified time | relevance | path

Searched refs:retVal (Results 1 – 3 of 3) sorted by relevance

/system/nfc/halimpl/bcm2079x/adaptation/
DCondVar.cpp93 bool retVal = false; in wait() local
112 retVal = (waitResult == 0); // waited successfully in wait()
113 return retVal; in wait()
DSyncEvent.h74 bool retVal = mCondVar.wait(mMutex, millisec); in wait() local
75 return retVal; in wait()
/system/bt/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc1051 int retVal = 0; in out_standby() local
1058 retVal = suspend_audio_datapath(&out->common, true); in out_standby()
1061 return retVal; in out_standby()