Searched refs:NO_ERROR (Results 26 - 50 of 221) sorted by relevance

123456789

/frameworks/av/media/libmedia/
H A DAudioRecord.cpp51 != NO_ERROR) {
71 return NO_ERROR;
101 if (mStatus == NO_ERROR) {
181 if (status != NO_ERROR) {
199 if (status != NO_ERROR) {
208 mStatus = NO_ERROR;
230 return NO_ERROR;
278 status_t ret = NO_ERROR;
307 if (ret == NO_ERROR) {
369 return NO_ERROR;
[all...]
H A Dmediaplayer.cpp55 mPrepareStatus = NO_ERROR;
103 return NO_ERROR;
125 err = NO_ERROR;
147 if ((NO_ERROR != doSetRetransmitEndpoint(player)) ||
148 (NO_ERROR != player->setDataSource(url, headers))) {
164 if ((NO_ERROR != doSetRetransmitEndpoint(player)) ||
165 (NO_ERROR != player->setDataSource(fd, offset, length))) {
180 if ((NO_ERROR != doSetRetransmitEndpoint(player)) ||
181 (NO_ERROR != player->setDataSource(source))) {
259 if (ret != NO_ERROR) {
[all...]
H A DIMediaPlayer.cpp354 return NO_ERROR;
367 return NO_ERROR;
375 return NO_ERROR;
382 return NO_ERROR;
389 return NO_ERROR;
394 return NO_ERROR;
399 return NO_ERROR;
404 return NO_ERROR;
412 return NO_ERROR;
417 return NO_ERROR;
[all...]
H A DAudioParameter.cpp90 return NO_ERROR;
123 return NO_ERROR;
133 return NO_ERROR;
144 if (result == NO_ERROR) {
160 if (result == NO_ERROR) {
176 return NO_ERROR;
H A DAudioTrack.cpp69 if (AudioSystem::getOutputSamplingRate(&afSampleRate, streamType) != NO_ERROR) {
73 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) {
77 if (AudioSystem::getOutputLatency(&afLatency, streamType) != NO_ERROR) {
89 return NO_ERROR;
170 if (mStatus == NO_ERROR) {
218 if (AudioSystem::getOutputSamplingRate(&afSampleRate, streamType) != NO_ERROR) {
296 if (status != NO_ERROR) {
304 mStatus = NO_ERROR;
321 mRestoreStatus = NO_ERROR;
322 return NO_ERROR;
[all...]
H A DIMediaPlayerService.cpp177 return NO_ERROR;
190 return NO_ERROR;
205 return NO_ERROR;
212 return NO_ERROR;
219 return NO_ERROR;
225 return NO_ERROR;
231 return NO_ERROR;
237 return NO_ERROR;
243 return NO_ERROR;
248 return NO_ERROR;
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMidiFile.cpp108 return NO_ERROR;
144 return NO_ERROR;
172 return NO_ERROR;
188 return NO_ERROR;
197 if (ret == NO_ERROR) {
227 return NO_ERROR;
245 return NO_ERROR;
267 return NO_ERROR;
277 if ((mState == EAS_STATE_PAUSING) || (mState == EAS_STATE_PAUSED)) return NO_ERROR;
282 return NO_ERROR;
[all...]
H A DMidiMetadataRetriever.cpp65 if (mMidiPlayer == 0 || mMidiPlayer->initCheck() != NO_ERROR) {
74 if (mMidiPlayer->getDuration(&duration) != NO_ERROR) {
/frameworks/native/libs/utils/
H A DString16.cpp174 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...]
H A DStatic.cpp62 return NO_ERROR;
76 return NO_ERROR;
/frameworks/av/camera/
H A DICameraRecordingProxy.cpp85 return NO_ERROR;
91 return NO_ERROR;
98 return NO_ERROR;
/frameworks/native/libs/gui/
H A DIDisplayEventConnection.cpp81 return NO_ERROR;
86 return NO_ERROR;
91 return NO_ERROR;
H A DISurfaceComposerClient.cpp102 return NO_ERROR;
107 return NO_ERROR;
120 return NO_ERROR;
127 return NO_ERROR;
H A DSensorManager.cpp72 if (err != NO_ERROR) {
99 return NO_ERROR;
118 if (assertStateLocked() == NO_ERROR) {
135 while (assertStateLocked() == NO_ERROR) {
/frameworks/base/tools/aapt/
H A DResource.cpp148 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/base/libs/storage/
H A DIMountShutdownObserver.cpp35 return NO_ERROR;
/frameworks/native/libs/ui/
H A DGraphicBuffer.cpp39 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;
262 if (err != NO_ERROR) {
269 return NO_ERROR;
H A DFramebufferNativeWindow.cpp265 return NO_ERROR;
302 return NO_ERROR;
305 return NO_ERROR;
308 return NO_ERROR;
311 return NO_ERROR;
314 return NO_ERROR;
317 return NO_ERROR;
320 return NO_ERROR;
323 return NO_ERROR;
343 return NO_ERROR;
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraClient.cpp126 if (callingPid == mClientPid) return NO_ERROR;
135 if (result != NO_ERROR) return result;
140 return NO_ERROR;
151 return NO_ERROR;
154 // returns NO_ERROR if the client already owns the camera, EBUSY otherwise
165 if (result == NO_ERROR) {
185 if (mClientPid != 0 && checkPid() != NO_ERROR) {
193 return NO_ERROR;
201 return NO_ERROR;
208 if (result != NO_ERROR) {
[all...]
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp83 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, native_window_dequeue_buffer_and_wait(anw.get(),
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(),
694 ASSERT_EQ(NO_ERROR, native_window_set_buffers_geometry(mANW.get(),
696 ASSERT_EQ(NO_ERROR, native_window_set_usage(mANW.get(),
700 ASSERT_EQ(NO_ERROR, native_window_dequeue_buffer_and_wai
[all...]
/frameworks/wilhelm/src/android/
H A Dandroid_LocAVPlayer.cpp53 } else if (mPlayer->setDataSource(mDataLocator.uriRef, NULL /*headers*/) != NO_ERROR) {
64 mDataLocator.fdi.length) != NO_ERROR) {
/frameworks/native/libs/binder/
H A DParcel.cpp233 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...]
H A DBinder.cpp85 return NO_ERROR;
102 status_t err = NO_ERROR;
134 return NO_ERROR;
192 return NO_ERROR;
206 return NO_ERROR;
/frameworks/native/services/surfaceflinger/
H A DLayerScreenshot.cpp55 if (result != NO_ERROR) {
63 return NO_ERROR;
69 if (result != NO_ERROR) {
77 return NO_ERROR;
110 if (err != NO_ERROR) {
/frameworks/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp135 return NO_ERROR;
139 return NO_ERROR;
143 return NO_ERROR;
333 return NO_ERROR;
457 ASSERT(c->connect(cc) != NO_ERROR);
464 ASSERT(c->connect(cc) == NO_ERROR);
471 ASSERT(c->lock() != NO_ERROR);
477 ASSERT(c->lock() == NO_ERROR);
478 ASSERT(c->unlock() == NO_ERROR);
484 ASSERT(c->lock() == NO_ERROR);
[all...]

Completed in 424 milliseconds

123456789