/frameworks/base/media/libmedia/ |
AudioTrack.cpp | 58 if (AudioSystem::getOutputSamplingRate(&afSampleRate, streamType) != NO_ERROR) { 62 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) { 66 if (AudioSystem::getOutputLatency(&afLatency, streamType) != NO_ERROR) { 76 return NO_ERROR; 126 if (mStatus == NO_ERROR) { 165 if (AudioSystem::getOutputSamplingRate(&afSampleRate, streamType) != NO_ERROR) { 169 if (AudioSystem::getOutputLatency(&afLatency, streamType) != NO_ERROR) { 234 if (status != NO_ERROR) { 246 mStatus = NO_ERROR; 265 mRestoreStatus = NO_ERROR; [all...] |
IOMX.cpp | 445 return NO_ERROR; 465 return NO_ERROR; 476 return NO_ERROR; 491 return NO_ERROR; 536 return NO_ERROR; 550 return NO_ERROR; 564 return NO_ERROR; 579 return NO_ERROR; 599 return NO_ERROR; 620 return NO_ERROR; [all...] |
IEffect.cpp | 111 if (status == NO_ERROR) { 130 return NO_ERROR; 137 return NO_ERROR; 171 return NO_ERROR; 178 return NO_ERROR; 184 return NO_ERROR;
|
/frameworks/base/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 | 297 if (mp->setDataSource(file, NULL) == NO_ERROR) { 391 if (callingPid == mClientPid) return NO_ERROR; 400 if (result != NO_ERROR) return result; 405 return NO_ERROR; 416 return NO_ERROR; 419 // returns NO_ERROR if the client already owns the camera, EBUSY otherwise 430 if (result == NO_ERROR) { 450 if (mClientPid != 0 && checkPid() != NO_ERROR) { 458 return NO_ERROR; 466 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";
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXExif.cpp | 37 status_t ret = NO_ERROR; 51 mEXIFData.mGPSData.mLatSecDiv ) == NO_ERROR ) 83 mEXIFData.mGPSData.mLongSecDiv) == NO_ERROR ) 220 status_t ret = NO_ERROR; 243 if ( NO_ERROR == ret ) 274 if ( NO_ERROR == ret ) 290 if ( NO_ERROR == ret ) 502 status_t ret = NO_ERROR; 512 if ((NO_ERROR == ret) && (mEXIFData.mModelValid)) { 516 if ((NO_ERROR == ret) && (mEXIFData.mMakeValid)) [all...] |
/development/tools/emulator/system/camera/ |
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...] |
EmulatedCamera.cpp | 148 return NO_ERROR; 183 if (res == NO_ERROR) { 223 return NO_ERROR; 306 return NO_ERROR; 314 return NO_ERROR; 374 if (res != NO_ERROR) { 385 if (res != NO_ERROR) { 398 return NO_ERROR; 411 return NO_ERROR; 479 if (res != NO_ERROR) { [all...] |
/frameworks/base/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/base/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/base/libs/binder/ |
IServiceManager.cpp | 161 return err == NO_ERROR ? reply.readExceptionCode() : err; 174 if (err != NO_ERROR) 196 return NO_ERROR; 203 return NO_ERROR; 211 return NO_ERROR; 221 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...] |
IPCThreadState.cpp | 360 mLastError = NO_ERROR; 458 if (result >= NO_ERROR) { 519 if (err == NO_ERROR) { 525 if (err != NO_ERROR) { 606 handle, result == NO_ERROR ? "SUCCESS" : "FAILURE"); 625 return NO_ERROR; 633 return NO_ERROR; 657 if (err < NO_ERROR) return err; 668 if ((err=talkWithDriver()) < NO_ERROR) break; 670 if (err < NO_ERROR) break [all...] |
/frameworks/base/libs/gui/tests/ |
SurfaceTexture_test.cpp | 78 ASSERT_EQ(NO_ERROR, mComposerClient->initCheck()); 89 ASSERT_EQ(NO_ERROR, mSurfaceControl->setLayer(0x7FFFFFFF)); 90 ASSERT_EQ(NO_ERROR, mSurfaceControl->show()); 538 ASSERT_EQ(NO_ERROR, native_window_set_buffers_geometry(mANW.get(), 540 ASSERT_EQ(NO_ERROR, native_window_set_usage(mANW.get(), 544 ASSERT_EQ(NO_ERROR, mANW->dequeueBuffer(mANW.get(), &anb)); 548 ASSERT_EQ(NO_ERROR, mANW->lockBuffer(mANW.get(), buf->getNativeBuffer())); 555 ASSERT_EQ(NO_ERROR, mANW->queueBuffer(mANW.get(), buf->getNativeBuffer())); 583 ASSERT_EQ(NO_ERROR, native_window_set_buffers_geometry(mANW.get(), 585 ASSERT_EQ(NO_ERROR, native_window_set_usage(mANW.get() [all...] |
/frameworks/base/libs/ui/ |
FramebufferNativeWindow.cpp | 248 return NO_ERROR; 282 return NO_ERROR; 285 return NO_ERROR; 288 return NO_ERROR; 291 return NO_ERROR; 294 return NO_ERROR; 297 return NO_ERROR; 300 return NO_ERROR; 303 return NO_ERROR; 323 return NO_ERROR; [all...] |
/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...] |
ANativeWindowDisplayAdapter.cpp | 249 if ( ret != NO_ERROR ) 280 return NO_ERROR; 306 return NO_ERROR; 311 status_t ret = NO_ERROR; 321 if ( NO_ERROR == ret ) 335 status_t ret = NO_ERROR; 365 return NO_ERROR; 409 return NO_ERROR; 414 status_t ret = NO_ERROR; 482 return NO_ERROR; [all...] |
/frameworks/base/tools/aapt/ |
Resource.cpp | 143 return NO_ERROR; 205 if (err != NO_ERROR) { 254 return NO_ERROR; 273 while ((res=it.next()) == NO_ERROR) { 302 return hasErrors ? UNKNOWN_ERROR : NO_ERROR; 309 ssize_t res = NO_ERROR; 314 while ((res=it.next()) == NO_ERROR) { 316 if (res < NO_ERROR) { 321 return (hasErrors || (res < NO_ERROR)) ? UNKNOWN_ERROR : NO_ERROR; [all...] |
ZipFile.cpp | 121 result = NO_ERROR; 206 status_t result = NO_ERROR; 268 if (result != NO_ERROR) { 312 if (result != NO_ERROR) { 363 status_t result = NO_ERROR; 418 if (result != NO_ERROR) { 450 if (result != NO_ERROR) { 477 if (result != NO_ERROR) { 565 if (result != NO_ERROR) 569 if (result != NO_ERROR) [all...] |
/frameworks/base/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()); 507 ASSERT_EQ(NO_ERROR, mANW->dequeueBuffer(mANW.get(), &anb)); 511 ASSERT_EQ(NO_ERROR, mANW->lockBuffer(mANW.get(), buf->getNativeBuffer())); 519 ASSERT_EQ(NO_ERROR, mANW->queueBuffer(mANW.get(), buf->getNativeBuffer())); 525 ASSERT_EQ(NO_ERROR, mANW->dequeueBuffer(mANW.get(), &anb)); 529 // ASSERT_EQ(NO_ERROR, mANW->lockBuffer(mANW.get(), buf->getNativeBuffer())); 531 ASSERT_EQ(NO_ERROR, mANW->queueBuffer(mANW.get(), buf->getNativeBuffer())); 630 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get() [all...] |
/build/tools/zipalign/ |
ZipFile.cpp | 121 result = NO_ERROR; 206 status_t result = NO_ERROR; 268 if (result != NO_ERROR) { 312 if (result != NO_ERROR) { 363 status_t result = NO_ERROR; 418 if (result != NO_ERROR) { 450 if (result != NO_ERROR) { 477 if (result != NO_ERROR) { 565 if (result != NO_ERROR) 569 if (result != NO_ERROR) [all...] |