Searched refs:OK (Results 226 - 250 of 319) sorted by relevance

1234567891011>>

/frameworks/wilhelm/src/android/
H A DBufferQueueSource.cpp54 return mAndroidBufferQueueSource != NULL ? OK : NO_INIT;
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp85 using android::OK;
122 if (p.readInt32(&val) != OK)
169 *status = OK;
606 if (mStatus != OK) {
619 if (mStatus == OK) {
724 if (err != OK) {
742 return OK;
751 if (err != OK) {
773 if (err == OK) {
834 if (status != OK) {
[all...]
H A DHDCP.cpp80 return OK;
/frameworks/av/media/libmedia/
H A DIStreamSource.cpp135 return OK;
208 return OK;
H A DMediaScannerClient.cpp85 return OK;
/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp55 if (source->initCheck() != OK) {
154 if (mCamera->setParameters(params.flatten()) == OK) {
H A DDRMExtractor.cpp129 if ((err = mOriginalMediaSource->read(buffer, options)) != OK) {
226 return OK;
H A DUtils.cpp221 CHECK_EQ(esds.InitCheck(), (status_t)OK);
258 return OK;
511 return OK;
535 return OK;
552 if (mapMimeToAudioFormat(info.format, mime) != OK) {
H A Davc_utils.cpp251 return OK;
259 while (getNextNALUnit(&data, &size, &nalStart, &nalSize, true) == OK) {
386 while (getNextNALUnit(&data, &size, &nalStart, &nalSize, true) == OK) {
406 while (getNextNALUnit(&data, &size, &nalStart, &nalSize, true) == OK) {
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp49 CHECK_EQ(initDecoder(), (status_t)OK);
85 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/api1/
H A DCameraClient.cpp69 if (res != OK) {
78 if (res != OK) {
95 return OK;
575 return OK;
592 return OK;
614 return OK;
624 return OK;
632 return OK;
/frameworks/base/core/jni/
H A Dandroid_view_DisplayEventReceiver.cpp95 return OK;
124 return OK;
H A Dandroid_view_KeyEvent.cpp91 return OK;
102 return OK;
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodecList.cpp77 if (err != OK) {
122 if (err != OK) {
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h437 if (result == OK) {
475 if (result == OK) {
565 if (result != OK) {
580 if (result == OK) {
610 if (result != OK) {
634 if (result == OK) {
709 if (result != OK) {
762 if (result == OK) {
780 if (result != OK) {
1106 if (result == OK) {
[all...]
H A DARTPConnection.cpp288 status_t err = OK;
292 if (err == OK && FD_ISSET(it->mRTCPSocket, &rs)) {
496 return OK;
576 return OK;
594 return OK;
H A DAH263Assembler.cpp149 return OK;
/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp196 return OK;
290 return OK;
362 return OK;
436 return OK;
506 return OK;
/frameworks/native/libs/gui/
H A DGLConsumer.cpp504 if (err != OK) {
542 if (err != OK) {
565 return OK;
616 return OK;
634 status_t err = OK;
675 if (err != OK) {
713 return OK;
H A DSurface.cpp120 if (waitResult != OK) {
224 return OK;
238 return OK;
257 return OK;
289 if (err != OK) {
536 return OK;
746 if (err != OK) {
/frameworks/native/libs/input/
H A DInputTransport.cpp144 return OK;
180 return OK;
220 return OK;
364 return OK;
506 return OK;
571 return OK;
825 status_t status = OK;
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java468 return Response.OK;
482 if (response == Response.OK) {
515 mSipHelper.sendResponse((RequestEvent) evt, Response.OK);
822 mSipHelper.sendResponse((RequestEvent) evt, Response.OK);
840 mSipHelper.sendResponse((RequestEvent) evt, Response.OK);
955 case Response.OK:
1121 mSipHelper.sendResponse(event, Response.OK);
1168 case Response.OK:
1171 getResponseString(Response.OK));
1230 if (statusCode == Response.OK) {
[all...]
/frameworks/av/include/media/stagefright/
H A DMPEG4Writer.h190 void trackProgressStatus(size_t trackId, int64_t timeUs, status_t err = OK);
/frameworks/av/libvideoeditor/vss/src/
H A DVideoEditorResampler.cpp63 return OK;

Completed in 634 milliseconds

1234567891011>>