/frameworks/native/libs/gui/ |
ISurfaceComposer.cpp | 145 int err = NO_ERROR; 148 if (err != NO_ERROR) { 154 if (err != NO_ERROR) { 161 if (err != NO_ERROR) { 168 if (err != NO_ERROR) { 182 if (err != NO_ERROR) { 188 if (err != NO_ERROR) { 280 return NO_ERROR; 285 return NO_ERROR;
|
SurfaceTextureClient.cpp | 182 if (result != NO_ERROR) { 269 return NO_ERROR; 280 return NO_ERROR; 284 return NO_ERROR; 287 return NO_ERROR; 290 return NO_ERROR; 293 return NO_ERROR; 295 status_t err = NO_ERROR; 300 if (err == NO_ERROR) { 313 int res = NO_ERROR; [all...] |
/development/tools/emulator/system/camera/ |
EmulatedQemuCamera.cpp | 55 if (res != NO_ERROR) { 61 if (res != NO_ERROR) { 111 return NO_ERROR;
|
QemuClient.h | 109 * NO_ERROR on success, or an appropriate error status. 125 * NO_ERROR on success, or an appropriate error status on failure. Note that 140 return mQueryDeliveryStatus == NO_ERROR && mReplyStatus != 0; 147 * NO_ERROR if query has succeeded, or an appropriate error status on query 151 if (mQueryDeliveryStatus == NO_ERROR) { 153 return NO_ERROR; 236 * NO_ERROR on success, or an appropriate error status. 247 * NO_ERROR on success, or an appropriate error status on failure. 263 * NO_ERROR on success, or an appropriate error status on failure. 272 * NO_ERROR on success, or an appropriate error status on failure. Note tha [all...] |
/external/qemu/distrib/sdl-1.2.12/src/thread/os2/ |
SDL_sysmutex.c | 52 if (ulrc!=NO_ERROR) 86 if ( DosRequestMutexSem(mutex->hmtxID, SEM_INDEFINITE_WAIT) != NO_ERROR ) 102 if ( DosReleaseMutexSem(mutex->hmtxID) != NO_ERROR )
|
/frameworks/av/media/libmedia/ |
AudioTrack.cpp | 64 if (AudioSystem::getOutputSamplingRate(&afSampleRate, streamType) != NO_ERROR) { 68 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) { 72 if (AudioSystem::getOutputLatency(&afLatency, streamType) != NO_ERROR) { 84 return NO_ERROR; 164 if (mStatus == NO_ERROR) { 212 if (AudioSystem::getOutputSamplingRate(&afSampleRate, streamType) != NO_ERROR) { 290 if (status != NO_ERROR) { 298 mStatus = NO_ERROR; 315 mRestoreStatus = NO_ERROR; 316 return NO_ERROR; [all...] |
mediaplayer.cpp | 56 mPrepareStatus = NO_ERROR; 105 return NO_ERROR; 127 err = NO_ERROR; 149 if ((NO_ERROR != doSetRetransmitEndpoint(player)) || 150 (NO_ERROR != player->setDataSource(url, headers))) { 166 if ((NO_ERROR != doSetRetransmitEndpoint(player)) || 167 (NO_ERROR != player->setDataSource(fd, offset, length))) { 182 if ((NO_ERROR != doSetRetransmitEndpoint(player)) || 183 (NO_ERROR != player->setDataSource(source))) { 261 if (ret != NO_ERROR) { [all...] |
IOMX.cpp | 446 return NO_ERROR; 466 return NO_ERROR; 477 return NO_ERROR; 492 return NO_ERROR; 537 return NO_ERROR; 551 return NO_ERROR; 565 return NO_ERROR; 580 return NO_ERROR; 600 return NO_ERROR; 621 return NO_ERROR; [all...] |
/frameworks/av/services/camera/libcameraservice/ |
CameraHardwareStub.cpp | 59 if (setParameters(p) != NO_ERROR) { 106 return NO_ERROR; 192 return NO_ERROR; 203 return NO_ERROR; 258 return NO_ERROR; 266 return NO_ERROR; 271 return NO_ERROR; 302 return NO_ERROR; 310 return NO_ERROR; 315 return NO_ERROR; [all...] |
CameraService.cpp | 292 if (mp->setDataSource(file, NULL) == NO_ERROR) { 393 if (callingPid == mClientPid) return NO_ERROR; 402 if (result != NO_ERROR) return result; 407 return NO_ERROR; 419 return NO_ERROR; 422 // returns NO_ERROR if the client already owns the camera, EBUSY otherwise 434 if (result == NO_ERROR) { 455 if (mClientPid != 0 && checkPid() != NO_ERROR) { 463 return NO_ERROR; 471 return NO_ERROR; [all...] |
/frameworks/base/voip/java/android/net/sip/ |
SipErrorCode.java | 28 public static final int NO_ERROR = 0; 68 case NO_ERROR: 69 return "NO_ERROR";
|
/frameworks/native/libs/gui/tests/ |
SurfaceTexture_test.cpp | 83 ASSERT_EQ(NO_ERROR, mComposerClient->initCheck()); 94 ASSERT_EQ(NO_ERROR, mSurfaceControl->setLayer(0x7FFFFFFF)); 95 ASSERT_EQ(NO_ERROR, mSurfaceControl->show()); 675 ASSERT_EQ(NO_ERROR, anw->dequeueBuffer(anw.get(), &anb)); 679 ASSERT_EQ(NO_ERROR, anw->lockBuffer(anw.get(), buf->getNativeBuffer())); 682 ASSERT_EQ(NO_ERROR, buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, 685 ASSERT_EQ(NO_ERROR, buf->unlock()); 686 ASSERT_EQ(NO_ERROR, anw->queueBuffer(anw.get(), buf->getNativeBuffer())); 693 ASSERT_EQ(NO_ERROR, native_window_set_buffers_geometry(mANW.get(), 695 ASSERT_EQ(NO_ERROR, native_window_set_usage(mANW.get() [all...] |
/frameworks/native/include/utils/ |
Functor.h | 28 virtual status_t operator ()(int what, void* data) { return NO_ERROR; }
|
/frameworks/base/libs/storage/ |
IMountServiceListener.cpp | 36 return NO_ERROR; 45 return NO_ERROR;
|
/frameworks/native/libs/ui/ |
GraphicBuffer.cpp | 39 mInitCheck(NO_ERROR), mIndex(-1) 52 mInitCheck(NO_ERROR), mIndex(-1) 68 mInitCheck(NO_ERROR), mIndex(-1) 81 mInitCheck(NO_ERROR), mIndex(-1), mWrappedBuffer(buffer) 133 return NO_ERROR; 148 if (err == NO_ERROR) { 218 return NO_ERROR; 264 return NO_ERROR;
|
FramebufferNativeWindow.cpp | 247 return NO_ERROR; 275 return NO_ERROR; 278 return NO_ERROR; 281 return NO_ERROR; 284 return NO_ERROR; 287 return NO_ERROR; 290 return NO_ERROR; 293 return NO_ERROR; 296 return NO_ERROR; 316 return NO_ERROR; [all...] |
/frameworks/native/libs/utils/ |
Static.cpp | 62 return NO_ERROR; 76 return NO_ERROR;
|
/hardware/msm7k/libaudio/ |
AudioHardware.cpp | 154 return mInit ? NO_ERROR : NO_INIT; 177 if (lStatus == NO_ERROR) { 213 if (lStatus != NO_ERROR) { 242 if (status == NO_ERROR) { 272 return NO_ERROR; 278 return NO_ERROR; 296 if (param.get(key, value) == NO_ERROR) { 306 if (param.get(key, value) == NO_ERROR) { 321 return NO_ERROR; 369 if (device == -1UL) return NO_ERROR; [all...] |
/development/host/windows/usb/api/ |
adb_legacy_interface.cpp | 61 ULONG error = ok ? NO_ERROR : GetLastError();
65 if (NO_ERROR != error) {
135 ULONG error = ret ? NO_ERROR : GetLastError();
139 if (NO_ERROR != error) {
201 ULONG error = ret ? NO_ERROR : GetLastError();
205 if (NO_ERROR != error) {
|
/frameworks/native/libs/binder/ |
IServiceManager.cpp | 163 return err == NO_ERROR ? reply.readExceptionCode() : err; 176 if (err != NO_ERROR) 198 return NO_ERROR; 205 return NO_ERROR; 213 return NO_ERROR; 223 return NO_ERROR;
|
Parcel.cpp | 233 return NO_ERROR; 331 if (err == NO_ERROR) { 347 return NO_ERROR; 353 if (err == NO_ERROR) { 372 return NO_ERROR; 397 if (err != NO_ERROR) { 407 err = NO_ERROR; 543 return NO_ERROR; 561 if (err == NO_ERROR) goto restart_write; 570 return NO_ERROR; [all...] |
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
DisplayHardwareBase.cpp | 48 access(kWakeFileName, R_OK) == 0)) ? NO_ERROR : NO_INIT; 53 if (waitForFbSleep() == NO_ERROR) { 59 if (waitForFbWake() == NO_ERROR) { 82 return err < 0 ? -errno : int(NO_ERROR); 95 return err < 0 ? -errno : int(NO_ERROR); 108 if (mDisplayEventThread->initCheck() == NO_ERROR) {
|
/hardware/ti/omap4xxx/camera/ |
CameraHalUtilClasses.cpp | 36 status_t ret = NO_ERROR; 52 status_t ret = NO_ERROR; 64 status_t ret = NO_ERROR; 90 status_t ret = NO_ERROR; 106 status_t ret = NO_ERROR; 127 status_t ret = NO_ERROR; 159 return NO_ERROR; 197 return NO_ERROR; 204 status_t ret = NO_ERROR; 301 if ( NO_ERROR != ret ) [all...] |
/frameworks/base/tools/aapt/ |
Resource.cpp | 148 return NO_ERROR; 210 if (err != NO_ERROR) { 259 return NO_ERROR; 278 while ((res=it.next()) == NO_ERROR) { 307 return hasErrors ? UNKNOWN_ERROR : NO_ERROR; 336 ssize_t res = NO_ERROR; 340 while ((res=it.next()) == NO_ERROR) { 357 return (hasErrors || (res < NO_ERROR)) ? UNKNOWN_ERROR : NO_ERROR; 367 while ((res=it.next()) == NO_ERROR) { [all...] |
/frameworks/av/media/libstagefright/tests/ |
SurfaceMediaSource_test.cpp | 90 ASSERT_EQ(NO_ERROR, mComposerClient->initCheck()); 101 ASSERT_EQ(NO_ERROR, mSurfaceControl->setLayer(0x7FFFFFFF)); 102 ASSERT_EQ(NO_ERROR, mSurfaceControl->show()); 512 ASSERT_EQ(NO_ERROR, mANW->dequeueBuffer(mANW.get(), &anb)); 516 ASSERT_EQ(NO_ERROR, mANW->lockBuffer(mANW.get(), buf->getNativeBuffer())); 524 ASSERT_EQ(NO_ERROR, mANW->queueBuffer(mANW.get(), buf->getNativeBuffer())); 530 ASSERT_EQ(NO_ERROR, mANW->dequeueBuffer(mANW.get(), &anb)); 534 // ASSERT_EQ(NO_ERROR, mANW->lockBuffer(mANW.get(), buf->getNativeBuffer())); 536 ASSERT_EQ(NO_ERROR, mANW->queueBuffer(mANW.get(), buf->getNativeBuffer())); 635 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get() [all...] |