Searched refs:OK (Results 26 - 50 of 319) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/timedtext/test/
H A DTimedTextSRTSource_test.cpp62 return OK;
121 EXPECT_EQ(OK, err);
128 EXPECT_EQ(OK, err);
134 EXPECT_EQ(OK, err);
140 EXPECT_EQ(OK, err);
153 EXPECT_EQ(OK, err);
174 EXPECT_EQ(OK, err);
179 EXPECT_EQ(OK, err);
189 EXPECT_EQ(OK, err);
194 EXPECT_EQ(OK, er
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCallbackProcessor.cpp65 if (client == 0) return OK;
71 if (res != OK) {
83 return OK;
125 if (res != OK) {
140 if (res != OK) {
157 if (res != OK) {
165 return OK;
176 return OK;
185 if (res != OK) {
192 if (res != OK) {
[all...]
H A DStreamingProcessor.cpp67 if (res != OK) return res;
73 return OK;
94 if (res != OK) {
102 if (res != OK) {
111 if (res != OK) {
117 return OK;
136 if (res != OK) {
147 if (res != OK) {
153 if (res != OK) {
168 if (res != OK) {
[all...]
/frameworks/av/media/libstagefright/include/
H A DDataUriSource.h40 if (mInited != OK) {
45 return OK;
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.cpp20 mResult(OK),
54 if (err != OK) {
59 mResult = OK;
74 return OK;
120 && mResult == OK) {
142 if (mResult != OK) {
171 return OK;
198 if (err == OK) {
/frameworks/base/media/tests/omxjpegdecoder/
H A DStreamSource.cpp35 return mStream != NULL ? OK : NO_INIT;
50 return OK;
/frameworks/native/libs/input/tests/
H A DInputChannel_test.cpp66 ASSERT_EQ(OK, result)
80 EXPECT_EQ(OK, serverChannel->sendMessage(&serverMsg))
84 EXPECT_EQ(OK, clientChannel->receiveMessage(&clientMsg))
97 EXPECT_EQ(OK, clientChannel->sendMessage(&clientReply))
101 EXPECT_EQ(OK, serverChannel->receiveMessage(&serverReply))
117 ASSERT_EQ(OK, result)
131 ASSERT_EQ(OK, result)
147 ASSERT_EQ(OK, result)
/frameworks/av/cmds/stagefright/
H A Dcodec.cpp78 if (extractor->setDataSource(path) != OK) {
90 CHECK_EQ(err, (status_t)OK);
109 CHECK_EQ(err, (status_t)OK);
128 CHECK_EQ(err, (status_t)OK);
143 CHECK_EQ((status_t)OK, codec->start());
145 CHECK_EQ((status_t)OK, codec->getInputBuffers(&state->mInBuffers));
146 CHECK_EQ((status_t)OK, codec->getOutputBuffers(&state->mOutBuffers));
159 if (err != OK) {
168 if (err == OK) {
174 CHECK_EQ(err, (status_t)OK);
[all...]
H A DSineSource.cpp36 return OK;
47 return OK;
67 if (err != OK) {
99 return OK;
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp75 if (res != OK) {
83 if (res != OK) {
146 return OK;
457 return OK;
469 return OK;
478 return OK;
498 return OK;
512 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
553 // OK
558 if (res != OK) {
[all...]
/frameworks/av/media/libstagefright/
H A DMediaAdapter.cpp44 return OK;
60 return OK;
102 return OK;
122 return OK;
H A DSampleIterator.cpp70 return OK;
79 if ((err = findChunkRange(sampleIndex)) != OK) {
95 if ((err = getChunkOffset(chunk, &mCurrentChunkOffset)) != OK) {
109 firstChunkSampleIndex + i, &sampleSize)) != OK) {
136 if ((err = findSampleTime(sampleIndex, &mCurrentSampleTime)) != OK) {
145 return OK;
179 return OK;
214 return OK;
227 return OK;
285 return OK;
[all...]
H A DJPEGSource.cpp62 CHECK_EQ(parseJPEG(), (status_t)OK);
63 CHECK(mSource->getSize(&mSize) == OK);
84 return OK;
97 return OK;
138 return OK;
186 return (mWidth > 0 && mHeight > 0) ? OK : UNKNOWN_ERROR;
231 return OK;
H A DNuMediaExtractor.cpp54 CHECK_EQ((status_t)OK, info->mSource->stop());
125 return OK;
139 if (err != OK) {
153 return OK;
164 if (err != OK) {
178 return OK;
256 return OK;
275 return OK;
281 CHECK_EQ((status_t)OK, source->start());
288 info->mFinalResult = OK;
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DVideoSource.h50 return OK;
54 return OK;
66 if (err != OK) {
80 return OK;
/frameworks/av/media/libstagefright/tests/
H A DDummyRecorder.cpp53 return OK;
77 status_t err = OK;
80 while (mStarted && (err = mSource->read(&buffer)) == OK){
/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp50 CHECK_EQ(composerClient->initCheck(), (status_t)OK);
64 CHECK_EQ(control->setLayer(30000), (status_t)OK);
65 CHECK_EQ(control->show(), (status_t)OK);
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp94 CHECK_EQ(mClient.connect(), (status_t)OK);
181 return OK;
234 return OK;
248 if (error != OK) {
262 if (err1 != OK) {
268 return OK;
361 return OK;
372 if (err != OK) {
384 return OK;
401 return OK;
[all...]
/frameworks/av/media/libstagefright/httplive/
H A DLiveDataSource.cpp32 mFinalResult(OK),
48 return OK;
79 return mFinalResult == OK ? -EWOULDBLOCK : mFinalResult;
99 while (mBufferQueue.empty() && mFinalResult == OK) {
139 if (mFinalResult != OK) {
155 CHECK_NE(finalResult, (status_t)OK);
169 mFinalResult = OK;
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp73 if (res != OK) {
87 return OK;
100 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
167 if (res != OK) {
175 if (res != OK) {
182 if (res == OK) {
195 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
217 if (res == OK) {
231 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
259 } else if (res == OK) {
[all...]
/frameworks/base/services/common_time/
H A Dcommon_clock_service.cpp62 return OK;
67 return OK;
72 return OK;
77 return OK;
82 return OK;
87 return OK;
123 ret_val = OK;
/frameworks/av/media/libmedia/
H A DIHDCP.cpp108 if (err != OK) {
134 if (err != OK) {
159 if (err != OK) {
192 return OK;
211 return OK;
222 return OK;
230 return OK;
238 return OK;
256 if (err == OK) {
264 return OK;
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp76 if (OK != setAudioSpecificConfigData()) {
93 return OK;
105 return OK;
118 CHECK_EQ((status_t)OK, getSampleRateTableIndex(mSampleRate, index));
127 return OK;
139 return OK;
145 CHECK_EQ((status_t)OK, initCheck());
155 if (err != OK) {
162 return OK;
197 return OK;
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp63 return OK;
69 return OK;
152 return OK;
173 return (mState == STATE_PREPARED) ? OK : UNKNOWN_ERROR;
187 return OK;
201 if (err != OK) {
242 return OK;
255 return OK;
268 return OK;
301 return OK;
[all...]
/frameworks/av/media/libstagefright/mp4/
H A DTrackFragment.cpp46 return OK;
71 return OK;
104 return OK;
236 return OK;
264 return OK;
293 return OK;
309 return OK;
318 return OK;
339 return OK;
360 return OK;
[all...]

Completed in 452 milliseconds

1234567891011>>