Searched defs:exit (Results 1 - 10 of 10) sorted by relevance

/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Dmodule.h40 module_exit_t exit; member in struct:module
/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraCmdThread.cpp75 exit();
193 * FUNCTION : exit
195 * DESCRIPTION: exit the CMD thread
203 int32_t QCameraCmdThread::exit() function in class:qcamera::QCameraCmdThread
213 LOGE("Error during exit, rc = %d", rc);
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dcomp_manager.cpp259 bool exit = false; local
261 for (; !exit && count > 0; count--) {
266 exit = true;
269 if (!exit) {
272 exit = (error == kErrorNone);
/hardware/qcom/display/msm8909/sdm/libs/core/
H A Dcomp_manager.cpp309 bool exit = false; local
311 for (; !exit && count > 0; count--) {
316 exit = true;
319 if (!exit) {
322 exit = (error == kErrorNone);
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
H A Dcomp_manager.cpp292 bool exit = false; local
294 for (; !exit && count > 0; count--) {
299 exit = true;
302 if (!exit) {
305 exit = (error == kErrorNone);
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Dcomp_manager.cpp289 bool exit = false; local
291 for (; !exit && count > 0; count--) {
296 exit = true;
299 if (!exit) {
302 exit = (error == kErrorNone);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h94 bool exit; ///< thread exit variable member in struct:__anon4145
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h88 bool exit; ///< thread exit variable member in struct:__anon4195
/hardware/libhardware/modules/soundtrigger/
H A Dsound_trigger_hw.c422 bool exit = false; local
423 while(!exit) {
431 exit = true;
444 exit = true;
450 exit = true;
453 while(!exit) {
462 exit = true;
537 // exit methods without releasing this lock.
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWICallbacks.cpp3204 * FUNCTION : exit
3206 * DESCRIPTION: exit notify thread.
3212 void QCameraCbNotifier::exit() function in class:qcamera::QCameraCbNotifier
3215 mProcTh.exit();

Completed in 4419 milliseconds