Searched refs:OK (Results 201 - 225 of 305) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp133 return OK;
327 return OK;
364 return OK;
439 return OK;
490 return OK;
554 return OK;
569 if (err != OK) {
594 if ((err = bufferSource->initCheck()) != OK) {
601 return OK;
651 return OK;
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DMyTransmitter.h127 CHECK_EQ(mEncoder->read(&buffer), (status_t)OK);
352 if (result != OK) {
377 if (result == OK) {
393 if (result != OK || response->mStatusCode != 200) {
465 if (result == OK) {
470 if (result != OK || response->mStatusCode != 200) {
555 if (result == OK) {
560 if (result != OK) {
630 CHECK_EQ(mEncoder->read(&mediaBuf), (status_t)OK);
773 if (result == OK) {
[all...]
H A DAAVCAssembler.cpp98 return OK;
108 return success ? OK : MALFORMED_PACKET;
307 return OK;
H A DARawAudioAssembler.cpp103 return OK;
H A DARTPWriter.cpp109 return OK;
155 return OK;
161 return OK;
169 return OK;
173 return OK;
194 CHECK_EQ(mSource->start(), (status_t)OK);
199 CHECK_EQ(mSource->read(&buffer), (status_t)OK);
223 CHECK_EQ(mSource->stop(), (status_t)OK);
271 if (err != OK) {
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp117 return OK;
138 return OK;
173 } else if (err != OK) {
183 if (err != OK) {
192 if (lerr != OK) {
231 return OK;
675 status_t status = OK;
683 CHECK(status == OK);
689 &results), (status_t)OK);
791 bool success = OK;
[all...]
H A DVideoEditorAudioDecoder.cpp136 status_t err = OK;
152 status_t err = OK;
233 return OK;
436 status_t result = OK;
551 VIDEOEDITOR_CHECK(OK == result, M4ERR_STATE);
572 VIDEOEDITOR_CHECK(OK == result, M4ERR_STATE);
656 status_t result = OK;
718 status_t result = OK;
758 } else if (OK != result) {
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp72 CHECK_NE(finalResult, (status_t)OK);
128 (status_t)OK);
225 if (mAudioSink->getPosition(&numFramesPlayed) != OK) {
266 CHECK_EQ(mAudioSink->getPosition(&numFramesPlayed), (status_t)OK);
449 entry.mFinalResult = OK;
625 if (mAudioSink->getFramesWritten(&written) == OK) {
/frameworks/base/libs/androidfw/
H A DInput.cpp184 return OK; // axes with value 0 do not need to be stored
197 return OK;
230 return OK;
240 return OK;
522 return OK;
561 return OK;
/frameworks/base/libs/androidfw/tests/
H A DInputEvent_test.cpp56 ASSERT_EQ(OK, coords.setAxisValue(1, 5));
66 ASSERT_EQ(OK, coords.setAxisValue(3, 2));
81 ASSERT_EQ(OK, coords.setAxisValue(0, 4));
97 ASSERT_EQ(OK, coords.setAxisValue(2, 1));
114 ASSERT_EQ(OK, coords.setAxisValue(1, 6));
132 ASSERT_EQ(OK, coords.setAxisValue(axis, axis));
/frameworks/native/libs/utils/
H A DBlobCache.cpp228 return OK;
254 return OK;
286 return OK;
/frameworks/av/media/libmediaplayerservice/
H A DHDCP.cpp80 return OK;
H A DMediaPlayerService.cpp83 using android::OK;
120 if (p.readInt32(&val) != OK)
167 *status = OK;
604 if (mStatus != OK) {
617 if (mStatus == OK) {
722 if (err != OK) {
740 return OK;
749 if (err != OK) {
771 if (err == OK) {
832 if (status != OK) {
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/mp4/
H A DMP4Source.cpp132 return mEOS ? ERROR_END_OF_STREAM : (status_t)OK;
/frameworks/av/media/libstagefright/id3/
H A Dtestid3.cpp73 CHECK_EQ(file->initCheck(), (status_t)OK);
/frameworks/base/media/jni/
H A Dandroid_media_AmrInputStream.cpp65 if (nResult != OK) {
/frameworks/wilhelm/src/android/
H A DBufferQueueSource.cpp54 return mAndroidBufferQueueSource != NULL ? OK : NO_INIT;
/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp164 CHECK_EQ(esds.InitCheck(), (status_t)OK);
372 if (err != OK) {
390 if (err != OK && err != INFO_FORMAT_CHANGED) {
402 if (err == OK) {
555 return OK;
575 return OK;
586 return OK;
592 return OK;
600 return OK;
H A DCameraSourceTimeLapse.cpp53 if (source->initCheck() != OK) {
150 if (mCamera->setParameters(params.flatten()) == OK) {
H A DDRMExtractor.cpp129 if ((err = mOriginalMediaSource->read(buffer, options)) != OK) {
226 return OK;
/frameworks/av/media/libmedia/
H A DIStreamSource.cpp135 return OK;
208 return OK;
/frameworks/av/media/libnbaio/
H A DMonoPipe.cpp59 if (OK != (res = tmpHelper.getLocalFreq(&N))) {
227 return OK;
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp47 CHECK_EQ(initDecoder(), (status_t)OK);
95 return OK;
/frameworks/av/services/camera/libcameraservice/
H A DCameraClient.cpp69 if (res != OK) {
78 if (res != OK) {
95 return OK;
574 return OK;
591 return OK;
613 return OK;
623 return OK;
631 return OK;
/frameworks/base/core/jni/
H A Dandroid_view_DisplayEventReceiver.cpp95 return OK;
124 return OK;

Completed in 525 milliseconds

1234567891011>>