Searched refs:OK (Results 76 - 100 of 319) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/
H A DACodec.cpp388 mInputEOSResult = OK;
488 if (err == OK) {
538 if (err != OK) {
558 return OK;
571 if (err != OK) {
648 if (err != OK) {
776 return OK;
787 (status_t)OK);
790 return OK;
806 return OK;
[all...]
H A DSampleTable.cpp201 return OK;
252 return OK;
287 return OK;
312 return OK;
345 return OK;
393 return OK;
431 return OK;
451 if (err != OK) {
460 return OK;
600 return OK;
[all...]
H A DAACExtractor.cpp174 if (mDataSource->getSize(&streamSize) == OK) {
192 mInitCheck = OK;
201 if (mInitCheck != OK) {
211 return mInitCheck == OK ? 1 : 0;
215 if (mInitCheck != OK || index != 0) {
223 if (mInitCheck != OK || index != 0) {
269 return OK;
279 return OK;
308 if (err != OK) {
329 return OK;
[all...]
H A DAudioPlayer.cpp51 mFinalStatus(OK),
55 mFirstBufferResult(OK),
84 if (err != OK) {
107 mFirstBufferResult = OK;
136 if (mapMimeToAudioFormat(audioFormat, mime) != OK) {
182 if (err == OK) {
197 err = OK;
201 if (err != OK) {
226 if ((err = mAudioTrack->initCheck()) != OK) {
251 return OK;
[all...]
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.cpp65 return OK;
108 status_t err = OK;
123 if (err == OK) {
137 if (err != OK) {
143 if (err != OK) {
156 return OK;
188 if (err != OK) {
201 return OK;
244 return OK;
255 if (err == OK) {
[all...]
H A DParameters.cpp28 if (err != OK) {
73 return OK;
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.cpp95 // OK
122 if (res != OK) {
160 // OK
184 return OK;
189 if (res != OK) {
197 if (res != OK) {
214 if (res == OK) {
227 if (res == OK) {
239 if (res == OK) {
251 if (res == OK) {
[all...]
H A DCamera3Device.cpp106 if (res != OK) {
124 if (res != OK) return res;
140 if (res != OK) {
157 if (res != OK) {
168 if (res != OK) {
180 if (res != OK) {
206 return OK;
215 status_t res = OK;
224 if (res != OK) {
229 if (res != OK) {
[all...]
/frameworks/av/services/camera/libcameraservice/gui/
H A DRingBufferConsumer.cpp107 if (err != OK) {
125 return OK;
142 if (err != OK) {
149 return OK;
176 status_t err = OK;
223 if (err != OK) {
238 if (err != OK) {
256 return OK;
274 if (err != OK) {
288 if (err != OK) {
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp76 return OK;
88 if (res != OK) return res;
93 return OK;
242 status_t res = OK;
264 if (res != OK) {
293 if (mCaptureBuffer != 0 && res == OK) {
320 if (res != OK ) {
357 if (res != OK) {
488 if (res == OK) {
492 if (res == OK) {
[all...]
H A DJpegCompressor.cpp56 if (res != OK) {
67 return OK;
72 return OK;
162 status_t res = OK;
166 return (res == OK);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp91 if (err != OK) {
96 err = OK;
143 status_t err = OK;
164 if (err == OK) {
253 CHECK_EQ(err, (status_t)OK);
261 if (err != OK) {
306 if (err == OK) {
327 status_t err = OK;
347 status_t err = OK;
574 if (err != OK) {
[all...]
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp77 return OK;
81 return OK;
95 if (err != OK) {
110 return OK;
260 CHECK_EQ(client.connect(), (status_t)OK);
262 status_t err = OK;
301 CHECK_EQ((status_t)OK, writer->start());
311 if (err != OK && err != ERROR_END_OF_STREAM) {
H A Dmuxer.cpp61 if (extractor->setDataSource(path) != OK) {
92 CHECK_EQ(err, (status_t)OK);
131 CHECK_EQ(err, (status_t)OK);
150 if (err != OK) {
156 CHECK_EQ(err, (status_t)OK);
160 CHECK_EQ(err, (status_t)OK);
164 CHECK_EQ(err, (status_t)OK);
/frameworks/av/media/libmedia/
H A DIRemoteDisplay.cpp79 return OK;
86 return OK;
/frameworks/av/media/libstagefright/chromium_http/
H A DDataUriSource.cpp37 mInited = ret ? OK : UNKNOWN_ERROR;
48 if (mInited != OK) {
/frameworks/base/services/input/
H A DInputManager.cpp68 return OK;
82 return OK;
/frameworks/native/services/batteryservice/
H A DBatteryProperties.cpp45 return OK;
61 return OK;
H A DIBatteryPropertiesRegistrar.cpp62 return OK;
70 return OK;
/frameworks/av/media/libstagefright/rtsp/
H A Drtp_test.cpp166 CHECK_EQ(session->setup(desc), (status_t)OK);
182 CHECK_EQ(client.connect(), (status_t)OK);
192 CHECK_EQ(decoder->start(), (status_t)OK);
198 if (err != OK) {
225 CHECK_EQ(decoder->stop(), (status_t)OK);
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp1224 EXPECT_EQ(OK,mST->updateTexImage());
1229 EXPECT_EQ(OK,mST->updateTexImage());
1239 ASSERT_EQ(OK, native_window_api_connect(mANW.get(),
1244 EXPECT_EQ (OK, native_window_dequeue_buffer_and_wait(mANW.get(), &anb));
1245 EXPECT_EQ(OK, mANW->queueBuffer(mANW.get(), anb, -1));
1247 EXPECT_EQ (OK, native_window_dequeue_buffer_and_wait(mANW.get(), &anb));
1248 EXPECT_EQ(OK, mANW->queueBuffer(mANW.get(), anb, -1));
1250 EXPECT_EQ(OK,mST->updateTexImage());
1251 EXPECT_EQ(OK,mST->updateTexImage());
1253 ASSERT_EQ(OK, native_window_api_disconnec
[all...]
/frameworks/base/libs/androidfw/
H A DCursorWindow.cpp72 return OK;
114 return OK;
144 return OK;
158 return OK;
187 return OK;
198 return OK;
303 return OK;
318 return OK;
333 return OK;
349 return OK;
[all...]
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp62 return mOMX != 0 ? OK : NO_INIT;
138 return OK;
152 CHECK_EQ(err, (status_t)OK);
175 EXPECT((err) == OK, info " failed")
200 return OK;
281 return OK;
321 EXPECT(err == OK
334 EXPECT(err == OK
354 EXPECT(err == OK
380 EXPECT(err == OK
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp133 CHECK_EQ(mAudioTrack.mSource->start(), (status_t)OK);
142 CHECK_EQ(mVideoTrack.mSource->start(), (status_t)OK);
152 return OK;
175 return finalResult == OK ? -EWOULDBLOCK : finalResult;
187 return OK;
202 return OK;
229 if (err == OK) {
H A DHTTPLiveSource.cpp45 mFinalResult(OK),
101 if (err != OK) {
109 return OK;
131 if (err == OK) {
142 // no-op so we return OK.
143 return (err == OK || err == BAD_VALUE) ? OK : err;
170 LiveSession::STREAMTYPE_SUBTITLES, &buffer) == OK) {

Completed in 526 milliseconds

1234567891011>>