Searched defs:status (Results 251 - 275 of 305) sorted by relevance

<<111213

/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc792 SLuint32 status; local
794 OpenSL(caller, GetPrefetchStatus, &status);
797 (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
/frameworks/native/cmds/installd/
H A Dcommands.c623 int status; local
630 got_pid = waitpid(pid, &status, 0);
643 if (WIFEXITED(status) && WEXITSTATUS(status) == 0) {
647 ALOGW("DexInv: --- END '%s' --- status=0x%04x, process failed\n",
648 apk_path, status);
649 return status; /* always nonzero */
/frameworks/native/libs/gui/
H A DGLConsumer.cpp405 status_t status = releaseBufferLocked( local
408 if (status < NO_ERROR) {
410 strerror(-status), status);
411 err = status;
/frameworks/native/libs/input/
H A DInputTransport.cpp825 status_t status = OK; local
826 while (!status && chainIndex-- > 0) {
827 status = sendUnchainedFinishedSignal(chainSeqs[chainIndex], handled);
829 if (status) {
837 return status;
H A DKeyCharacterMap.cpp113 status_t status = Tokenizer::open(filename, &tokenizer); local
114 if (status) {
115 ALOGE("Error %d opening key character map file %s.", status, filename.string());
117 status = load(tokenizer, format, outMap);
120 return status;
128 status_t status = Tokenizer::fromContents(filename, contents, &tokenizer); local
129 if (status) {
130 ALOGE("Error %d opening key character map.", status);
132 status = load(tokenizer, format, outMap);
135 return status;
140 status_t status = OK; local
691 status_t status = parseType(); local
695 status_t status = parseMap(); local
699 status_t status = parseKey(); local
710 status_t status = parseKeyProperty(); local
893 status_t status = parseModifier(token, &metaState); local
930 status_t status = parseCharacterLiteral(&character); local
[all...]
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1123 GLbitfield status = 0; local
1127 status |= 1<<i;
1133 return status;
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp845 status_t status = aec->initCheck(); local
846 if (status == NO_ERROR || status == ALREADY_EXISTS) {
885 status_t status = track->obtainBuffer(&buffer, 1); local
886 if (status == NO_ERROR) {
891 } else if (status != TIMED_OUT && status != WOULD_BLOCK) {
901 status_t status = record->obtainBuffer(&buffer, 1); local
902 if (status == NO_ERROR) {
907 } else if (status !
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java111 /** Handle status report from {@code CdmaInboundSmsHandler}. */
243 * Pass the Message object to subclass to handle. Currently used to pass CDMA status reports
245 * @param o the SmsMessage containing the status report
251 /* TODO: Need to figure out how to keep track of status report routing in a
253 * we will lose this list and any status reports that come in after
256 /** Sent messages awaiting a delivery status report. */
354 // Expecting a status report. Add it to the list.
481 * raw pdu of the status report is in the extended data ("pdu").
509 * raw pdu of the status report is in the extended data ("pdu").
547 * to the recipient. The raw pdu of the status repor
1060 updateSentMessageStatus(Context context, int status) argument
[all...]
/frameworks/rs/
H A DrsContext.cpp559 int status; local
566 status = pthread_attr_init(&threadAttr);
567 if (status) {
579 status = pthread_create(&mThreadId, &threadAttr, threadProc, this);
580 if (status) {
606 int status = pthread_join(mThreadId, &res); local
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp695 // - SL_PREFETCHEVENT_STATUSCHANGE with a status of SL_PREFETCHSTATUS_UNDERFLOW
1160 // signal underflow to prefetch status itf
1447 android::status_t status = pAudioPlayer->mAudioTrack->initCheck(); local
1448 if (status != android::NO_ERROR) {
1449 SL_LOGE("AudioTrack::initCheck status %u", status);
2157 // when the queue became empty, an underflow on the prefetch status itf was sent. Now the queue
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c240 * @return A status code.
243 FwdLockConv_Status_t status; local
252 status = FwdLockConv_Status_OutOfMemory;
256 status = FwdLockConv_Status_ProgramError;
263 status = FwdLockConv_Status_ProgramError;
270 status = FwdLockConv_Status_OK;
276 return status;
311 * @return A status code.
330 * @return A status code.
334 FwdLockConv_Status_t status local
471 FwdLockConv_Status_t status = FwdLockConv_Status_OK; local
528 FwdLockConv_Status_t status; local
550 FwdLockConv_Status_t status; local
597 FwdLockConv_Status_t status = FwdLockConv_Status_OK; local
869 FwdLockConv_Status_t status = FwdLockConv_Status_OK; local
937 FwdLockConv_Status_t status = FwdLockConv_Status_OK; local
1078 FwdLockConv_Status_t status; local
1111 FwdLockConv_Status_t status; local
1171 FwdLockConv_Status_t status; local
1201 FwdLockConv_Status_t status; local
1255 FwdLockConv_Status_t status; local
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp2017 void PreviewPlayer::postStreamDoneEvent_l(status_t status) { argument
2023 mStreamDoneStatus = status;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp675 status_t status = OK; local
682 status = client.connect();
683 CHECK(status == OK);
927 status_t status = OK; local
1030 status = pDecShellContext->mClient.connect();
1031 VIDEOEDITOR_CHECK(OK == status, M4ERR_SF_DECODER_RSRC_FAIL);
1071 status = pDecShellContext->mVideoDecoder->start();
1072 VIDEOEDITOR_CHECK(OK == status, M4ERR_SF_DECODER_RSRC_FAIL);
1095 status_t status = OK; local
1198 status
[all...]
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp297 int status = 0; local
325 status = -EINVAL;
350 status = -EINVAL;
353 return status;
358 int status = 0; local
366 status = agc->set_target_level_dbfs(-(*(int16_t *)pValue / 100));
370 status = agc->set_compression_gain_db(*(int16_t *)pValue / 100);
374 status = agc->enable_limiter(*(bool *)pValue);
381 status = agc->set_target_level_dbfs(-(pProperties->targetLevel / 100));
382 if (status !
460 int status = 0; local
482 int status = 0; local
583 int status = 0; local
589 int status = 0; local
640 int status = 0; local
755 int status = 0; local
773 int status = -ENOMEM; local
893 int status; local
1039 int status = session->apm->set_num_reverse_channels(inCnl); local
1131 int status = 0; local
1166 int status = 0; local
1344 int status; local
1717 int status = 0; local
1828 int status; local
1859 int status; local
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp115 // @param[out] status On exit contains the status code to be returned.
119 status_t *status)
125 *status = NOT_ENOUGH_DATA;
132 *status = BAD_VALUE;
147 *status = NOT_ENOUGH_DATA;
157 *status = BAD_VALUE;
169 *status = OK;
366 snprintf(buffer, 255, " pid(%d), connId(%d), status(%d), looping(%s)\n",
602 status_t status)
117 unmarshallFilter(const Parcel& p, Metadata::Filter *filter, status_t *status) argument
600 setDataSource_post( const sp<MediaPlayerBase>& p, status_t status) argument
793 status_t status; local
1185 status_t status = BAD_VALUE; local
1247 status_t status = BAD_VALUE; local
[all...]
H A DStagefrightRecorder.cpp617 } else if (key == "param-track-time-status") {
755 status_t status = OK; local
761 status = startMPEG4Recording();
766 status = startAMRRecording();
771 status = startAACRecording();
775 status = startRTPRecording();
779 status = startMPEG2TSRecording();
784 status = UNKNOWN_ERROR;
788 if ((status == OK) && (!mStarted)) {
802 return status;
881 status_t status = startRawAudioRecording(); local
910 status_t status = startRawAudioRecording(); local
924 status_t status = BAD_VALUE; local
1471 status_t status = BAD_VALUE; local
[all...]
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp367 if (RightsStatus::RIGHTS_VALID != mDecryptHandle->status) {
2029 void AwesomePlayer::postStreamDoneEvent_l(status_t status) { argument
2035 mStreamDoneStatus = status;
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp336 status_t status = fx->initCheck(); local
337 if (status != NO_ERROR && status != ALREADY_EXISTS) {
547 status_t status = NO_ERROR; local
568 status = NO_MEMORY;
571 return status;
875 status_t status = NO_ERROR; local
891 status = command->mStatus;
894 return status;
901 status_t status local
924 status_t status = NO_ERROR; local
[all...]
H A DTracks.cpp522 status_t status = mServerProxy->obtainBuffer(&buf); local
528 return status;
570 status_t status = NO_ERROR; local
606 status = playbackThread->addTrack_l(this);
607 if (status == INVALID_OPERATION || status == PERMISSION_DENIED) {
610 if (status == PERMISSION_DENIED) {
615 if (status == ALREADY_EXISTS) {
616 status = NO_ERROR;
628 status
810 status_t status = DEAD_OBJECT; local
1533 status_t status = Track::start(event, triggerSession); local
1598 status_t status = obtainBuffer(&mOutBuffer, waitTimeLeftMs); local
1689 status_t status = mClientProxy->obtainBuffer(&buf, &timeout); local
1784 status_t status = mServerProxy->obtainBuffer(&buf); local
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp165 /** Start up status tracker thread */
169 SET_ERR_L("Unable to start status tracking thread: %s (%d)",
317 const char *status = local
325 lines.appendFormat(" Device status: %s\n", status);
409 SET_ERR_L("Unexpected status: %d", mStatus);
452 SET_ERR_L("Unexpected status: %d", mStatus);
516 SET_ERR_L("Unexpected status: %d", mStatus);
562 SET_ERR_L("%s: Unexpected status: %d", mStatus);
633 SET_ERR_L("Unexpected status
[all...]
/frameworks/base/core/java/android/app/
H A DDownloadManager.java113 * Current status of the download, as one of the STATUS_* constants.
118 * Provides more detail on the status of the download. Its meaning depends on the value of
122 * occurred. If an HTTP error occurred, this will hold the HTTP status code as defined in RFC
132 * status codes</a>
792 * Include only downloads with status matching any the given status flags.
1035 int status = cursor.getInt(cursor.getColumnIndexOrThrow(COLUMN_STATUS));
1036 if (DownloadManager.STATUS_SUCCESSFUL == status) {
1062 // downloaded file not found or its status is not 'successfully completed'
1094 // downloaded file not found or its status i
1339 getReason(int status) argument
1352 getPausedReason(int status) argument
1368 getErrorCode(int status) argument
1406 translateStatus(int status) argument
[all...]
/frameworks/base/core/java/android/provider/
H A DContacts.java1561 * The server defined status.
1577 * The user defined status line.
1637 * @param status the status to get the icon for
1642 public static final int getPresenceIconResourceId(int status) { argument
1643 switch (status) {
1667 * @param serverStatus that status
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java1419 int status = mCanvas.invokeFunctors(mRedrawClip);
1420 handleFunctorStatus(attachInfo, status);
1459 int status = DisplayList.STATUS_DONE;
1463 status = prepareFrame(dirty);
1469 status |= drawDisplayList(attachInfo, canvas, displayList, status);
1494 swapBuffers(status);
1626 int status;
1629 status = onPreDraw(dirty);
1633 return status;
1636 drawDisplayList(View.AttachInfo attachInfo, HardwareCanvas canvas, DisplayList displayList, int status) argument
1662 swapBuffers(int status) argument
1694 handleFunctorStatus(View.AttachInfo attachInfo, int status) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp221 status_t status = renderer->invokeFunctors(bounds); local
222 if (status != DrawGlInfo::kStatusDone && dirty != NULL) {
226 return status;
778 status_t status = renderer->drawDisplayList(displayList, bounds, flags); local
779 if (status != DrawGlInfo::kStatusDone && dirty != NULL) {
783 return status;
/frameworks/base/libs/hwui/
H A DDisplayListOp.h146 status_t status = DrawGlInfo::kStatusDone; local
149 status |= ops[i].op->applyDraw(renderer, dirty);
151 return status;
1465 status_t status = DrawGlInfo::kStatusDone; local
1474 status |= renderer.drawText(op.mText, op.mBytesCount, op.mCount, op.mX, op.mY,
1478 return status;

Completed in 721 milliseconds

<<111213