/hardware/ti/omap4xxx/libtiutils/ |
Semaphore.cpp | 54 @return NO_ERROR On Success
81 @return NO_ERROR On Success
89 status_t ret = NO_ERROR;
98 if ( NO_ERROR != ret )
122 @return NO_ERROR On success
145 @return NO_ERROR On success
189 @return NO_ERROR On success
195 status_t ret = NO_ERROR;
206 if ( NO_ERROR == ret )
220 if ( NO_ERROR != ret ) [all...] |
ErrorUtils.cpp | 33 return NO_ERROR; 59 return NO_ERROR; 75 return NO_ERROR; 82 return NO_ERROR; 96 return NO_ERROR; 134 return NO_ERROR;
|
/frameworks/base/media/libmedia/ |
Visualizer.cpp | 74 if (status == NO_ERROR) { 125 return NO_ERROR; 152 if (status == NO_ERROR) { 155 if (status == NO_ERROR) { 171 status_t status = NO_ERROR; 195 status_t status = NO_ERROR; 199 if (status == NO_ERROR) { 233 return NO_ERROR; 246 if (status != NO_ERROR) { 253 if (status != NO_ERROR) { [all...] |
AudioParameter.cpp | 87 return NO_ERROR; 120 return NO_ERROR; 130 return NO_ERROR; 141 if (result == NO_ERROR) { 157 if (result == NO_ERROR) { 173 return NO_ERROR;
|
mediaplayer.cpp | 58 mPrepareStatus = NO_ERROR; 105 return NO_ERROR; 127 err = NO_ERROR; 149 if (NO_ERROR != player->setDataSource(url, headers)) { 165 if (NO_ERROR != player->setDataSource(fd, offset, length)) { 180 if (NO_ERROR != player->setDataSource(source)) { 258 if (ret != NO_ERROR) { 284 return NO_ERROR; 292 if (ret != NO_ERROR) { 309 if (mCurrentState & MEDIA_PLAYER_STOPPED) return NO_ERROR; [all...] |
IMediaMetadataRetriever.cpp | 131 if (ret != NO_ERROR) { 146 if (ret != NO_ERROR) { 162 if (ret != NO_ERROR) { 180 return NO_ERROR; 197 return NO_ERROR; 205 return NO_ERROR; 217 reply->writeInt32(NO_ERROR); 225 return NO_ERROR; 234 reply->writeInt32(NO_ERROR); 242 return NO_ERROR; [all...] |
IMediaPlayerService.cpp | 144 return NO_ERROR; 157 return NO_ERROR; 172 return NO_ERROR; 179 return NO_ERROR; 186 return NO_ERROR; 192 return NO_ERROR; 198 return NO_ERROR; 203 return NO_ERROR;
|
AudioEffect.cpp | 75 if (stringToGuid(typeStr, &type) == NO_ERROR) { 81 if (stringToGuid(uuidStr, &uuid) == NO_ERROR) { 140 if (iEffect == 0 || (mStatus != NO_ERROR && mStatus != ALREADY_EXISTS)) { 172 if (mStatus == NO_ERROR || mStatus == ALREADY_EXISTS) { 204 if (mStatus != NO_ERROR) { 208 status_t status = NO_ERROR; 219 if (status == NO_ERROR) { 232 if (mStatus != NO_ERROR && mStatus != ALREADY_EXISTS) { 239 return NO_ERROR; 250 if (status == NO_ERROR) { [all...] |
/frameworks/base/libs/utils/ |
String16.cpp | 174 return NO_ERROR; 179 return NO_ERROR; 203 return NO_ERROR; 214 return NO_ERROR; 216 return NO_ERROR; 225 return NO_ERROR; 235 return NO_ERROR; 237 return NO_ERROR; 247 return NO_ERROR; 262 return NO_ERROR; [all...] |
/development/tools/emulator/system/camera/ |
EmulatedFakeCamera.cpp | 48 if (res != NO_ERROR) { 64 if (res != NO_ERROR) { 81 return NO_ERROR;
|
QemuClient.cpp | 43 mQueryDeliveryStatus(NO_ERROR), 55 mQueryDeliveryStatus(NO_ERROR), 67 mQueryDeliveryStatus(NO_ERROR), 117 return NO_ERROR; 124 if (mQueryDeliveryStatus != NO_ERROR) { 171 return NO_ERROR; 180 mQueryDeliveryStatus = NO_ERROR; 245 return NO_ERROR; 271 return NO_ERROR; 321 return NO_ERROR; [all...] |
PreviewWindow.cpp | 54 status_t res = NO_ERROR; 67 if (res == NO_ERROR) { 89 return NO_ERROR; 127 if (res != NO_ERROR) { 142 if (res != NO_ERROR || buffer == NULL) { 150 if (res != NO_ERROR) { 163 if (res != NO_ERROR) { 173 if (res == NO_ERROR) {
|
EmulatedQemuCamera.cpp | 55 if (res != NO_ERROR) { 61 if (res != NO_ERROR) { 111 return NO_ERROR;
|
/hardware/libhardware_legacy/audio/ |
AudioHardwareStub.cpp | 42 return NO_ERROR; 53 if (lStatus == NO_ERROR) 78 if (lStatus == NO_ERROR) 91 return NO_ERROR; 96 return NO_ERROR; 108 return NO_ERROR; 114 return NO_ERROR; 125 return NO_ERROR; 137 return NO_ERROR; 152 return NO_ERROR; [all...] |
AudioDumpInterface.cpp | 95 if (status) *status = NO_ERROR; 161 if (status) *status = NO_ERROR; 196 if (param.get(String8("test_cmd_file_name"), value) == NO_ERROR) { 200 if (param.get(String8("test_cmd_policy"), value) == NO_ERROR) { 205 return NO_ERROR; 209 return NO_ERROR; 219 if (param.get(String8("test_cmd_policy"), value) == NO_ERROR) { 231 if (param.get(String8("test_cmd_file_name"), value) == NO_ERROR) { 309 return NO_ERROR; 342 return NO_ERROR; [all...] |
/hardware/msm7k/libaudio-qdsp5v2/ |
AudioHardware.cpp | 59 return mInit ? NO_ERROR : NO_INIT; 82 if (rc == NO_ERROR) { 114 return NO_ERROR; 119 return NO_ERROR; 125 return NO_ERROR; 130 return NO_ERROR; 150 return NO_ERROR; 164 return NO_ERROR; 207 return NO_ERROR; 300 status_t status = NO_ERROR; [all...] |
/frameworks/base/include/utils/ |
Errors.h | 39 // Win32 #defines NO_ERROR as well. It has the same value, so there's no 42 # undef NO_ERROR 47 NO_ERROR = 0, // No errors. 81 # define NO_ERROR 0L
|
/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()); 557 ASSERT_EQ(NO_ERROR, native_window_set_buffers_geometry(mANW.get(), 559 ASSERT_EQ(NO_ERROR, native_window_set_usage(mANW.get(), 563 ASSERT_EQ(NO_ERROR, mANW->dequeueBuffer(mANW.get(), &anb)); 567 ASSERT_EQ(NO_ERROR, mANW->lockBuffer(mANW.get(), buf->getNativeBuffer())); 574 ASSERT_EQ(NO_ERROR, mANW->queueBuffer(mANW.get(), buf->getNativeBuffer())); 602 ASSERT_EQ(NO_ERROR, native_window_set_buffers_geometry(mANW.get(), 604 ASSERT_EQ(NO_ERROR, native_window_set_usage(mANW.get() [all...] |
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXAlgo.cpp | 39 status_t ret = NO_ERROR; 289 status_t ret = NO_ERROR; 323 status_t ret = NO_ERROR; 354 status_t ret = NO_ERROR; 361 if ( NO_ERROR == ret ) 397 status_t ret = NO_ERROR; 404 if ( NO_ERROR == ret ) 432 if ( NO_ERROR == ret ) 484 status_t ret = NO_ERROR; 496 if ( NO_ERROR == ret [all...] |
OMXCameraAdapter.cpp | 63 status_t ret = NO_ERROR; 125 if(ret != NO_ERROR) { 142 if ( NO_ERROR == ret ) { 224 if ( ret != NO_ERROR ) 228 ret = NO_ERROR; 247 if ( ret != NO_ERROR ) 251 ret = NO_ERROR; 290 if ( NO_ERROR != ret ) { 347 status_t ret = NO_ERROR; 363 if ( (NO_ERROR == ret) & [all...] |
/frameworks/base/services/surfaceflinger/DisplayHardware/ |
DisplayHardwareBase.h | 58 virtual status_t acquireScreen() const { return NO_ERROR; }; 59 virtual status_t releaseScreen() const { return NO_ERROR; };
|
/frameworks/base/media/libmediaplayerservice/ |
MidiFile.cpp | 107 return NO_ERROR; 143 return NO_ERROR; 171 return NO_ERROR; 187 return NO_ERROR; 196 if (ret == NO_ERROR) { 226 return NO_ERROR; 244 return NO_ERROR; 266 return NO_ERROR; 276 if ((mState == EAS_STATE_PAUSING) || (mState == EAS_STATE_PAUSED)) return NO_ERROR; 281 return NO_ERROR; [all...] |
/frameworks/base/services/camera/tests/CameraServiceTest/ |
CameraServiceTest.cpp | 136 return NO_ERROR; 140 return NO_ERROR; 144 return NO_ERROR; 334 return NO_ERROR; 458 ASSERT(c->connect(cc) != NO_ERROR); 465 ASSERT(c->connect(cc) == NO_ERROR); 472 ASSERT(c->lock() != NO_ERROR); 478 ASSERT(c->lock() == NO_ERROR); 479 ASSERT(c->unlock() == NO_ERROR); 485 ASSERT(c->lock() == NO_ERROR); [all...] |
/hardware/ti/omap4xxx/camera/ |
CameraHal.cpp | 216 @return NO_ERROR 239 @return NO_ERROR 258 status_t ret = NO_ERROR; [all...] |
/frameworks/base/libs/ui/ |
GraphicBuffer.cpp | 41 mInitCheck(NO_ERROR), mIndex(-1) 54 mInitCheck(NO_ERROR), mIndex(-1) 70 mInitCheck(NO_ERROR), mIndex(-1) 83 mInitCheck(NO_ERROR), mIndex(-1), mWrappedBuffer(buffer) 135 return NO_ERROR; 150 if (err == NO_ERROR) { 189 if (res == NO_ERROR && sur) { 235 return NO_ERROR; 281 return NO_ERROR;
|