Searched refs:OK (Results 126 - 150 of 319) sorted by relevance

1234567891011>>

/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp87 ASSERT_EQ(OK, status)
88 << "publisher publishKeyEvent should return OK";
93 ASSERT_EQ(OK, status)
94 << "consumer consume should return OK";
115 ASSERT_EQ(OK, status)
116 << "consumer sendFinishedSignal should return OK";
121 ASSERT_EQ(OK, status)
122 << "publisher receiveFinishedSignal should return OK";
170 ASSERT_EQ(OK, status)
171 << "publisher publishMotionEvent should return OK";
[all...]
/frameworks/av/media/libmedia/
H A DICrypto.cpp168 return OK;
178 return OK;
203 return OK;
211 return OK;
221 return OK;
290 return OK;
H A DIOMX.cpp94 return OK;
106 if (err == OK) {
148 if (err != OK) {
154 return OK;
183 if (err != OK) {
189 return OK;
254 if (err != OK) {
277 if (err != OK) {
312 if (err != OK) {
318 if (err != OK) {
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaMuxer.cpp57 if (err != OK) {
128 if (err != OK) {
159 if (err != OK) {
172 if (res != OK) {
189 if (err != OK) {
208 if (err != OK) {
H A Dandroid_media_MediaCodec.cpp101 return mCodec != NULL ? OK : NO_INIT;
187 index, &offset, &size, &timeUs, &flags, timeoutUs)) != OK) {
197 return OK;
213 if ((err = mCodec->getOutputFormat(&msg)) != OK) {
229 if (err != OK) {
296 return OK;
304 if (err != OK) {
310 return OK;
392 case OK:
437 if (err != OK) {
[all...]
H A Dandroid_media_MediaExtractor.cpp77 return OK;
110 return OK;
157 if ((err = mImpl->getTrackFormat(index, &msg)) != OK) {
169 if ((err = mImpl->getFileFormat(&msg)) != OK) {
243 if (err != OK) {
249 return OK;
266 if (err != OK) {
282 return OK;
347 if (err != OK) {
367 if (err != OK) {
[all...]
/frameworks/native/libs/input/
H A DKeyboard.cpp68 return OK;
74 return OK;
81 return OK;
86 return OK;
120 return OK;
138 return OK;
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp242 return OK;
286 err = OK;
316 } while (err == OK);
319 err = OK;
322 if (err != OK) {
330 err = OK;
345 status_t err = OK;
419 mInBuffer.c_str(), mInBuffer.size(), err != OK, &length);
447 if (err != OK) {
516 if (err != OK) {
[all...]
H A DALooper.cpp109 return OK;
122 if (err != OK) {
158 return OK;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp467 return HexagonRelocator::OK;
482 return HexagonRelocator::OK;
500 return HexagonRelocator::OK;
517 return HexagonRelocator::OK;
547 return HexagonRelocator::OK;
560 return HexagonRelocator::OK;
573 return HexagonRelocator::OK;
586 return HexagonRelocator::OK;
599 return HexagonRelocator::OK;
616 return HexagonRelocator::OK;
[all...]
/frameworks/av/media/libstagefright/
H A DNuCachedSource2.cpp189 mFinalStatus(OK),
286 CHECK(mFinalStatus == OK || mNumRetriesLeft > 0);
288 if (mFinalStatus != OK) {
306 } else if (err != OK) {
339 if (mFinalStatus != OK) {
343 mFinalStatus = OK;
353 if (mFinalStatus != OK && mNumRetriesLeft == 0) {
360 && mFinalStatus == OK
391 if (mFinalStatus != OK && mNumRetriesLeft > 0) {
437 if (mFetching || (mFinalStatus != OK
[all...]
H A DWAVExtractor.cpp106 if (mInitCheck != OK) {
116 return mInitCheck == OK ? 1 : 0;
120 if (mInitCheck != OK || index > 0) {
131 if (mInitCheck != OK || index > 0) {
321 return OK;
378 return OK;
391 return OK;
425 if (err != OK) {
469 CHECK_EQ(mGroup->acquire_buffer(&tmp), (status_t)OK);
524 return OK;
[all...]
H A DMediaMuxer.cpp84 if (result == OK) {
103 return OK;
134 if (mTrackList[i]->stop() != OK) {
H A DStagefrightMediaScanner.cpp101 if (status != OK) {
196 if (status != OK) {
215 if (mRetriever->setDataSource(fd, 0, size) == OK) {
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG4AudioAssembler.cpp105 return OK;
142 return OK;
150 CHECK_EQ(parseAudioObjectType(bits, &audioObjectType), (status_t)OK);
169 CHECK_EQ(parseAudioObjectType(bits, &audioObjectType), (status_t)OK);
178 bits, audioObjectType, channelConfiguration), (status_t)OK);
202 (status_t)OK);
252 return OK;
288 CHECK_EQ(parseAudioSpecificConfig(bits, NULL /* asc */), (status_t)OK);
359 return OK;
534 return OK;
[all...]
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp134 CHECK_EQ((status_t)OK, source->start());
143 } else if (err != OK) {
158 CHECK_EQ((status_t)OK, source->stop());
199 if (err != OK) {
238 } else if (err != OK) {
321 if (err != OK) {
475 if (err != OK) {
498 return OK;
521 (status_t)OK);
526 CHECK_EQ(writer->start(params.get()), (status_t)OK);
[all...]
H A Dsf2.cpp103 CHECK_EQ(mSource->start(), (status_t)OK);
124 mFinalResult = OK;
158 CHECK_EQ(mSource->stop(), (status_t)OK);
379 CHECK_EQ(esds.InitCheck(), (status_t)OK);
445 } else if (mFinalResult != OK) {
455 if (err != OK) {
519 CHECK_NE(mFinalResult, (status_t)OK);
611 CHECK_EQ(composerClient->initCheck(), (status_t)OK);
624 CHECK_EQ(control->setLayer(INT_MAX), (status_t)OK);
625 CHECK_EQ(control->show(), (status_t)OK);
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp48 mFinalResult(OK),
175 && err == OK) {
184 && err == OK) {
215 if (finalResult == OK) {
301 return OK;
310 return OK;
407 status_t err = OK;
411 if (err != OK) {
422 if (err != OK) {
467 CHECK_NE(finalResult, (status_t)OK);
[all...]
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2PSExtractor.cpp98 mFinalResult(OK),
103 if (feedMore() != OK) {
161 if (err == -EAGAIN && mFinalResult == OK) {
183 } else if (err != OK) {
187 return OK;
231 res = OK;
507 status_t err = OK;
517 if (err != OK) {
612 if (finalResult != OK) {
618 if (err != OK) {
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp59 CHECK_EQ(initEncoder(), (status_t)OK);
146 return OK;
277 if (setAudioParams() != OK) {
296 if (setAudioParams() != OK) {
318 if (err != OK) {
334 return OK;
348 return OK;
362 if (err != OK) {
376 return OK;
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.cpp84 if (res != OK) {
95 if (res != OK) {
103 return OK;
151 if (res != OK) {
216 return OK;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp56 if (res != OK) return res;
59 if (res != OK) return res;
63 if (res != OK) return res;
690 if (res != OK) {
834 return OK;
1029 return OK;
1054 return OK;
1596 if (res == OK) res = validateAreas(validatedParams.focusingAreas,
1598 if (res != OK) {
1629 if (res == OK) {
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp811 return ARMRelocator::OK;
830 return ARMRelocator::OK;
837 return ARMRelocator::OK;
855 return ARMRelocator::OK;
863 return ARMRelocator::OK;
887 return ARMRelocator::OK;
896 return ARMRelocator::OK;
910 return ARMRelocator::OK;
925 return ARMRelocator::OK;
941 return ARMRelocator::OK;
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp274 if (mModule->get_camera_info(cameraId, &info) != OK) {
358 return OK;
420 if (status != OK) {
435 return OK;
472 if (status != OK) {
474 // OK: we can only get here if we were originally in PRESENT state
487 return OK;
493 if (status != OK) {
499 return OK;
516 if (status != OK) {
[all...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DMediaBufferPuller.cpp35 mSourceError(OK) {
47 return ((mSourceError != OK) ? true : false);
137 if (result != OK) {

Completed in 6533 milliseconds

1234567891011>>