Searched refs:retVal (Results 1 – 10 of 10) sorted by relevance
/system/bpf/bpfloader/ |
D | BpfLoader.cpp | 57 int retVal = 0; in loadAllElfObjects() local 71 if (critical) retVal = ret; in loadAllElfObjects() 79 return retVal; in loadAllElfObjects()
|
/system/tools/hidl/lint/test/interfaces/doc_comments/1.0/ |
D | IDoubleReturn.hal | 24 * @return retVal is the return 25 * @return retVal is the second return 27 someMethod(vec<uint8_t> param, string multiple) generates (float second, bool retVal);
|
D | IRevParam.hal | 25 * @return retVal is the return 27 someMethod(vec<uint8_t> param, string multiple) generates (float second, bool retVal);
|
D | ISwitched.hal | 24 * @param retVal is the return 27 someMethod(vec<uint8_t> param, string multiple) generates (float second, bool retVal);
|
D | ICorrect.hal | 25 * @return retVal is the return 27 …omeMethod(vec<uint8_t> param, string multiple) generates (float second, string extra, bool retVal);
|
D | IParamAfterReturn.hal | 23 * @return retVal is the return 26 someMethod(vec<uint8_t> param, string multiple) generates (float second, bool retVal);
|
D | IRevReturn.hal | 24 * @return retVal is the return 27 someMethod(vec<uint8_t> param, string multiple) generates (float second, bool retVal);
|
D | IDoubleParam.hal | 25 * @return retVal is the return 27 someMethod(vec<uint8_t> param, string multiple) generates (float second, bool retVal);
|
/system/bt/audio_hearing_aid_hw/src/ |
D | audio_hearing_aid_hw.cc | 1101 int retVal = 0; in out_standby() local 1108 retVal = suspend_audio_datapath(&out->common, true); in out_standby() 1111 return retVal; in out_standby()
|
/system/bt/audio_a2dp_hw/src/ |
D | audio_a2dp_hw.cc | 1140 int retVal = 0; in out_standby() local 1147 retVal = suspend_audio_datapath(&out->common, true); in out_standby() 1150 return retVal; in out_standby()
|