Searched refs:OK (Results 101 - 125 of 319) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/chromium_http/
H A DChromiumHTTPDataSource.cpp37 mIOResult(OK),
108 return mState == CONNECTED ? OK : mIOResult;
162 return mState == CONNECTED ? OK : NO_INIT;
190 if (err != OK) {
205 if (mIOResult < OK) {
243 return OK;
336 if (err != OK) {
/frameworks/native/libs/gui/
H A DCpuConsumer.cpp85 if (err != OK) {
98 if (err != OK) {
115 if (err != OK) {
127 if (err != OK) {
170 return OK;
194 if (err != OK) {
217 return OK;
/frameworks/rs/
H A DrsGrallocConsumer.cpp70 if (err != OK) {
83 if (err != OK) {
100 if (err != OK) {
112 if (err != OK) {
156 return OK;
168 if (err != OK) {
187 return OK;
/frameworks/uiautomator/tests/CtsUiAutomatorTest/testapp/src/com/android/uiautomator/tests/cts/testapp/
H A DTest2DetailFragment.java53 builder.setPositiveButton(R.string.OK, null);
73 builder.setPositiveButton(R.string.OK, null);
85 builder.setPositiveButton(R.string.OK, null);
98 builder.setPositiveButton(R.string.OK, null);
110 builder.setPositiveButton(R.string.OK, null);
123 builder.setPositiveButton(R.string.OK, null);
135 builder.setPositiveButton(R.string.OK, null);
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp200 if (source->getSize(&size) == OK) {
231 mFinalResult(OK) {
268 if (err != OK) {
273 if (response->findInt32("err", &err) && err != OK) {
303 while (mFirstMoofOffset == 0 && mFinalResult == OK) {
331 mFinalResult = OK;
337 return OK;
357 if (err != OK) {
362 if (response->findInt32("err", &err) && err != OK) {
375 return OK;
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp251 return OK;
384 if ((err = readMetaData()) != OK) {
393 if ((err = readMetaData()) != OK) {
412 if ((err = readMetaData()) != OK) {
447 if (track->sampleTable->findThumbnailSample(&sampleIndex) == OK
450 &sampleTime) == OK) {
479 if (err == OK) {
498 if (mInitCheck == OK) {
506 mInitCheck = OK;
794 if (err != OK) {
[all...]
H A DAwesomePlayer.cpp208 CHECK_EQ(mClient.connect(), (status_t)OK);
316 return OK;
329 if (err != OK) {
483 return OK;
627 && mCachedSource->getSize(&size) == OK) {
650 *eos = (finalStatus != OK);
655 *eos = (finalStatus != OK);
700 bool eos = (finalStatus != OK);
755 bool eos = (finalStatus != OK);
819 if (err == OK) {
[all...]
H A DOggExtractor.cpp161 return OK;
167 return OK;
177 if (mExtractor->mImpl->seekToTime(seekTimeUs) != OK) {
185 if (err != OK) {
202 return OK;
251 return OK;
278 if (err != OK) {
307 return OK;
357 if (err != OK) {
376 return OK;
[all...]
H A DSurfaceMediaSource.cpp120 return OK;
168 if (err != OK) {
175 return OK;
185 return OK;
193 return OK;
202 return OK;
297 } else if (err == OK) {
337 // it is OK
375 return OK;
/frameworks/av/camera/tests/
H A DProCameraTests.cpp68 #define EXPECT_OK(x) EXPECT_EQ(OK, (x))
69 #define ASSERT_OK(x) ASSERT_EQ(OK, (x))
98 return OK;
104 if (stat == OK) {
171 return OK;
274 if (OK == (ret = consumer->lockNextBuffer(&buf))) {
546 EXPECT_EQ(OK, mCamera->exclusiveTryLock());
549 EXPECT_EQ(OK, mListener->WaitForEvent());
553 EXPECT_EQ(OK, mCamera->exclusiveUnlock());
555 EXPECT_EQ(OK, mListene
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp50 return OK;
74 return (!OK);
81 return OK;
88 return OK;
131 if (err != OK) {
136 return OK;
145 if (err != OK) {
147 return OK;
151 return OK;
157 return OK;
[all...]
H A DDummyAudioSource.cpp82 status_t err = OK;
101 return OK;
144 if (err != OK) {
160 return OK;
H A DVideoEditorAudioPlayer.cpp47 mFinalStatus(OK),
50 mFirstBufferResult(OK),
148 mFinalStatus = OK;
183 return OK;
201 return OK;
212 *finalStatus = OK;
332 if (err != OK) {
492 mFirstBufferResult = OK;
516 if (err != OK) {
539 if ((err = mAudioTrack->initCheck()) != OK) {
[all...]
H A DPreviewRenderer.cpp98 int err = OK;
126 int err = OK;
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp196 status_t err = OK;
202 if (err == OK) {
399 if (err == OK) {
410 if (err != OK) {
421 return OK;
444 return OK;
449 CHECK_EQ((status_t)OK, mTracks.editValueAt(i)->start());
456 return OK;
464 return OK;
503 if (err != OK) {
[all...]
H A DConverter.cpp126 if (err != OK) {
182 return OK;
234 if (err == OK) {
245 if (err != OK) {
256 if (err != OK) {
265 if (err != OK) {
272 if (err != OK) {
278 if (err != OK) {
284 if (err != OK) {
292 return OK;
[all...]
/frameworks/base/services/common_time/
H A Dcommon_clock.cpp76 return OK;
88 return OK;
147 return OK;
/frameworks/base/tools/aapt/
H A DWorkQueue.cpp65 return OK;
90 return OK;
112 return OK;
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp131 if (err != OK) {
156 if (err == OK) {
178 notifyInitDone(OK);
181 return OK;
303 if (err != OK) {
308 return OK;
329 true /* startCodeFollows */) == OK) {
453 if (err != OK) {
458 return OK;
470 if (err != OK) {
[all...]
/frameworks/av/media/libmedia/
H A DIDrm.cpp434 return OK;
445 return OK;
454 return OK;
461 return OK;
471 return OK;
480 return OK;
512 return OK;
524 return OK;
533 return OK;
543 return OK;
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DRemoteDisplay.cpp62 return OK;
/frameworks/av/media/libstagefright/rtsp/
H A DARTPAssembler.h35 OK enumerator in enum:android::ARTPAssembler::AssemblyStatus
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatResponseMessage.java21 ResultCode mResCode = ResultCode.OK;
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp316 } else if (err != OK) {
365 } else if (err != OK) {
375 if (err != OK) {
388 if (err != OK) {
437 if (err != OK) {
497 return OK;
519 if (err != OK) {
527 return OK;
562 if (err != OK) {
611 if (err == OK) {
[all...]
/frameworks/av/camera/
H A DProCamera.cpp218 if (stat == OK) {
262 if (s != OK) {
294 if (status != OK) {
343 if (stat != OK) {
380 if (si.cpuConsumer->lockNextBuffer(&buffer) != OK) {
396 return OK;
402 if (stat != OK) {
410 return OK;

Completed in 468 milliseconds

1234567891011>>