/frameworks/base/tools/aapt/ |
ZipEntry.cpp | 49 if (result != NO_ERROR) { 65 if (result != NO_ERROR) { 104 return NO_ERROR; 190 return NO_ERROR; 226 return NO_ERROR; 404 status_t result = NO_ERROR; 500 return NO_ERROR; 538 status_t result = NO_ERROR; 670 return NO_ERROR;
|
Images.cpp | 22 if (err != NO_ERROR) { 213 return NO_ERROR; 262 return NO_ERROR; 381 &xDivs[1], &errorMsg, &numXDivs, true) != NO_ERROR) { 389 &yDivs[1], &errorMsg, &numYDivs, true) != NO_ERROR) { 397 &image->info9Patch.paddingRight, &errorMsg, NULL, false) != NO_ERROR) { 405 &image->info9Patch.paddingBottom, &errorMsg, NULL, false) != NO_ERROR) { 555 return NO_ERROR; [all...] |
Command.cpp | 47 if (result != NO_ERROR) { 80 if (result != NO_ERROR) { 248 if (tree.getAttributeValue(idx, &value) != NO_ERROR) { 266 if (tree.getAttributeValue(idx, &value) != NO_ERROR) { 285 if (tree.getAttributeValue(idx, &value) != NO_ERROR) { 303 if (tree.getAttributeValue(idx, &value) != NO_ERROR) { 324 if (tree.getAttributeValue(idx, &value) != NO_ERROR) { 497 asset->getLength()) != NO_ERROR) { 524 asset->getLength()) != NO_ERROR) { 543 asset->getLength()) != NO_ERROR) { [all...] |
/frameworks/base/voip/jni/rtp/ |
AudioGroup.cpp | 512 if (run("Network", ANDROID_PRIORITY_AUDIO) != NO_ERROR) { 532 if (run("Device", ANDROID_PRIORITY_AUDIO) != NO_ERROR) { 767 if (AudioEffect::queryNumberEffects(&numFx) != NO_ERROR) { 771 if (AudioEffect::queryEffect(i, &fxDesc) != NO_ERROR) { 792 sampleRate) != NO_ERROR || output <= 0 || 794 AUDIO_FORMAT_PCM_16_BIT, 1) != NO_ERROR || input <= 0) { 812 AUDIO_CHANNEL_OUT_MONO, output) != NO_ERROR || record.set( 814 AUDIO_CHANNEL_IN_MONO, input) != NO_ERROR) { 842 if (status == NO_ERROR || status == ALREADY_EXISTS) { 881 if (status == NO_ERROR) { [all...] |
/development/host/windows/usb/api/ |
adb_helper_routines.cpp | 167 ULONG error_to_report = ret ? NO_ERROR : GetLastError();
171 if (NO_ERROR != error_to_report)
|
/development/samples/BrowserPlugin/jni/ |
RenderingThread.cpp | 81 return android::NO_ERROR; 147 if (android::NO_ERROR != result) {
|
/development/tools/emulator/system/camera/ |
CallbackNotifier.cpp | 158 return NO_ERROR; 256 if (res == NO_ERROR) {
|
/external/qemu/distrib/sdl-1.2.12/src/timer/os2/ |
SDL_systimer.c | 100 APIRET rc = NO_ERROR; /* Return code */ 118 if (DosGetInfoBlocks(&tib, &pib)!=NO_ERROR)
|
/frameworks/base/core/jni/ |
android_hardware_SensorManager.cpp | 115 return res == NO_ERROR ? true : false; 131 if (res != NO_ERROR)
|
/frameworks/base/libs/binder/ |
PermissionCache.cpp | 46 return NO_ERROR; 100 if (pc.check(&granted, permission, uid) != NO_ERROR) {
|
/frameworks/base/libs/gui/ |
Sensor.cpp | 151 return NO_ERROR; 189 return NO_ERROR;
|
Surface.cpp | 174 return NO_ERROR; 189 return NO_ERROR; 266 return NO_ERROR; 347 return NO_ERROR; 366 if (err == NO_ERROR) {
|
/frameworks/base/libs/ui/ |
GraphicBufferAllocator.cpp | 107 if (err == NO_ERROR) { 136 if (err == NO_ERROR) {
|
KeyCharacterMap.cpp | 515 return NO_ERROR; 547 return NO_ERROR; 578 return NO_ERROR; 585 return NO_ERROR; 731 return NO_ERROR; 737 return NO_ERROR; 774 return NO_ERROR; 830 return NO_ERROR;
|
/frameworks/base/opengl/libagl/ |
Tokenizer.cpp | 68 return (err<0) ? err : status_t(NO_ERROR); 96 return NO_ERROR;
|
/frameworks/base/services/sensorservice/ |
SensorFusion.cpp | 106 return NO_ERROR; 113 return NO_ERROR;
|
/frameworks/base/services/surfaceflinger/ |
MessageQueue.cpp | 158 return NO_ERROR; 172 return NO_ERROR;
|
/hardware/libhardware_legacy/audio/ |
AudioPolicyManagerBase.cpp | 73 if (status != NO_ERROR) { 103 if (status != NO_ERROR) { 141 return NO_ERROR; 187 return NO_ERROR; 594 return NO_ERROR; 636 return NO_ERROR; 765 return NO_ERROR; 786 return NO_ERROR; 831 status_t status = NO_ERROR; 834 if (volStatus != NO_ERROR) { [all...] |
/hardware/ti/omap4xxx/camera/ |
SensorListener.cpp | 134 status_t ret = NO_ERROR; 163 } else if (ret != NO_ERROR) {
|
/frameworks/base/libs/utils/ |
ResourceTypes.cpp | 108 return NO_ERROR; 259 return NO_ERROR; 270 return NO_ERROR; 276 return NO_ERROR; 280 return NO_ERROR; 293 return NO_ERROR; 499 return (mError=NO_ERROR); 572 if (mError == NO_ERROR && idx < mHeader->stringCount) { 637 if (mError == NO_ERROR && idx < mHeader->stringCount) { 669 if (mError == NO_ERROR && idx < mHeader->styleCount) [all...] |
Threads.cpp | 331 return NO_ERROR; 467 return dwWaitResult != WAIT_OBJECT_0 ? -1 : NO_ERROR; 596 return res == WAIT_OBJECT_0 ? NO_ERROR : -1; 734 mStatus(NO_ERROR), 748 return NO_ERROR; 762 mStatus = NO_ERROR; 790 // already have exited with a valid mStatus result). The NO_ERROR indication 793 return NO_ERROR; 818 result = (self->mStatus == NO_ERROR);
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMX3A.cpp | 75 status_t ret = NO_ERROR; 344 if ( (NO_ERROR == ret) && CameraArea::areAreasDifferent(mMeteringAreas, tempAreas) ) { 389 status_t ret = NO_ERROR; 443 return NO_ERROR; 504 status_t ret = NO_ERROR; 573 status_t ret = NO_ERROR; 605 status_t ret = NO_ERROR; 661 if ( NO_ERROR == ret && ((state & AF_ACTIVE) == 0) ) 669 if( set3ALock(mUserSetExpLock, mUserSetWbLock, OMX_FALSE) != NO_ERROR) 714 status_t ret = NO_ERROR; [all...] |
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_script.cpp | 114 status_t ret = NO_ERROR; 170 if(ret !=NO_ERROR) 882 if ( ret != NO_ERROR ) [all...] |
/frameworks/base/libs/camera/ |
Camera.cpp | 80 if (camera->connect(c) == NO_ERROR) { 81 c->mStatus = NO_ERROR; 128 c->mStatus = NO_ERROR;
|
/frameworks/base/services/audioflinger/ |
AudioMixer.cpp | 153 return NO_ERROR; 169 return NO_ERROR; 178 return NO_ERROR; 197 return NO_ERROR; 200 return NO_ERROR; 209 return NO_ERROR; 217 return NO_ERROR; 230 return NO_ERROR; 237 return NO_ERROR; 261 return NO_ERROR; [all...] |