Searched refs:exit (Results 1 - 25 of 139) sorted by path

123456

/frameworks/av/cmds/stagefright/
H A Dcodec.cpp48 exit(1);
H A Drecordvideo.cpp48 exit(1);
H A Dstagefright.cpp801 exit(1);
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c290 goto exit;
297 goto exit;
321 exit:
357 goto exit;
370 exit:
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp214 goto exit;
236 goto exit;
271 goto exit;
281 goto exit;
311 goto exit;
360 goto exit;
363 exit:
/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp921 goto exit;
929 goto exit;
937 exit:
H A DSoundPool.cpp621 goto exit;
645 exit:
886 // callback thread to exit which may need to execute process() and acquire the mLock.
/frameworks/av/media/libstagefright/
H A DMediaBufferGroup.cpp69 goto exit;
77 exit:
H A DOggExtractor.cpp915 goto exit;
922 goto exit;
927 goto exit;
931 goto exit;
941 goto exit;
947 goto exit;
953 goto exit;
964 exit:
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM.h54 #define armError(str) {printf((str)); printf("\n"); exit(-1);}
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM.h54 #define armError(str) {printf((str)); printf("\n"); exit(-1);}
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A DarmCOMM.h54 #define armError(str) {printf((str)); printf("\n"); exit(-1);}
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DDecTestBench.c139 DEBUG(("\t-T to print tag name and exit\n"));
173 * fails -> exit */
186 /* allocate memory for stream buffer. if unsuccessful -> exit */
198 /* initialize decoder. If unsuccessful -> exit */
449 * If file open fails -> exit */
457 exit(100);
517 exit(100);
H A DTestBenchMultipleInstance.c96 DEBUG(("\t-T to print tag name and exit\n"));
97 exit(100);
131 exit(100);
140 exit(100);
153 exit(100);
166 exit(100);
182 exit(100);
192 exit(100);
219 exit(1);
259 exit(
[all...]
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp796 exit(0);
834 exit(1);
/frameworks/av/media/libstagefright/wifi-display/
H A Dudptest.cpp305 exit(1);
319 exit(1);
327 exit(1);
334 exit(1);
H A Dwfd.cpp72 exit(1);
88 exit(1);
96 exit(1);
103 exit(1);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1163 void AudioFlinger::ThreadBase::exit() function in class:android::AudioFlinger::ThreadBase
1165 ALOGV("ThreadBase::exit");
1166 // do any cleanup required for exit to succeed
1171 // // context switch from here to exit()
1172 // // exit() calls requestExit(), what exitPending() observes
1173 // // exit() calls signal(), which is dropped since no waiters
1174 // // context switch back from exit() to here
7066 // it is not destroyed while exit() is executed
7088 thread->exit();
7221 // it is not destroyed while exit() i
[all...]
H A DAudioFlinger.h568 void exit();
691 // Used by parameters, config events, addTrack_l, exit
H A DAudioPolicyService.cpp106 mTonePlaybackThread->exit();
108 mAudioCommandThread->exit();
983 void AudioPolicyService::AudioCommandThread::exit() function in class:android::AudioPolicyService::AudioCommandThread
985 ALOGV("AudioCommandThread::exit");
H A DAudioPolicyService.h172 void exit();
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java88 System.exit(1);
/frameworks/base/cmds/bugreport/
H A Dbugreport.c44 exit(1);
/frameworks/base/cmds/installd/
H A Dcommands.c750 exit(64);
754 exit(65);
764 exit(66);
768 exit(67);
772 exit(68); /* only get here on exec failure */
H A Dinstalld.c493 exit(1);
498 exit(1);
503 exit(1);
525 exit(1);
539 exit(1);
544 exit(1);
552 exit(1);
556 exit(1);

Completed in 1104 milliseconds

123456