Searched refs:status (Results 226 - 250 of 353) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp198 detail::status(pPath, pFileStatus);
205 detail::status(pPath, pFileStatus);
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsManager.java69 * raw pdu of the status report is in the extended data ("pdu").
138 * to the recipient. The raw pdu of the status report is in the
200 * raw pdu of the status report is in the extended data ("pdu").
246 * @param status message status (STATUS_ON_ICC_READ, STATUS_ON_ICC_UNREAD,
253 public boolean copyMessageToIcc(byte[] smsc, byte[] pdu, int status) { argument
262 success = iccISms.copyMessageToIccEf(status, pdu, smsc);
305 * @param newStatus new message status (STATUS_ON_ICC_READ,
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp83 int FwdLockEngine::getConvertedStatus(FwdLockConv_Status_t status) { argument
86 switch(status) {
95 "Returning STATUS_INPUTDATA_ERROR", status);
100 "Returning STATUS_ERROR", status);
506 decryptHandle->status = RightsStatus::RIGHTS_VALID;
/frameworks/base/core/java/android/content/
H A DSyncManager.java1163 SyncStatusInfo status = mSyncStorageEngine.getOrCreateSyncStatus(settings);
1188 long lastPeriodicTime = status.getPeriodicSyncTime(periodicIndex);
1194 pw.print(" count: local="); pw.print(status.numSourceLocal);
1195 pw.print(" poll="); pw.print(status.numSourcePoll);
1196 pw.print(" periodic="); pw.print(status.numSourcePeriodic);
1197 pw.print(" server="); pw.print(status.numSourceServer);
1198 pw.print(" user="); pw.print(status.numSourceUser);
1199 pw.print(" total="); pw.print(status.numSyncs);
1202 pw.println(DateUtils.formatElapsedTime(status.totalElapsedTime/1000));
1203 if (status
[all...]
/frameworks/base/services/java/com/android/server/
H A DBatteryService.java50 * <p>BatteryService monitors the charging status, and charge level of the device
60 * <p>&quot;status&quot; - String, the current charging status.<br />
171 // set initial status
484 ", scale:" + BATTERY_SCALE + ", status:" + mBatteryStatus +
606 pw.println(" status: " + mBatteryStatus);
625 } else if ("status".equals(key)) {
647 pw.println(" set ac|usb|wireless|status|level|invalid <value>");
704 final int status = mBatteryStatus;
706 if (status
[all...]
/frameworks/wilhelm/tests/sandbox/
H A Dreverb.c188 // Prefetch status callback
197 SLuint32 status; local
198 result = (*caller)->GetPrefetchStatus(caller, &status);
202 && level == 0 && status == SL_PREFETCHSTATUS_UNDERFLOW) {
205 status == SL_PREFETCHSTATUS_SUFFICIENTDATA) {
206 new_prefetch_status = status;
593 // get the prefetch status interface
599 // enable prefetch status callbacks
611 // wait for prefetch status callback to indicate either sufficient data or error
/frameworks/base/services/input/
H A DInputDispatcher.cpp1012 if (connection->status == Connection::STATUS_NORMAL) {
1779 // Skip this event if the connection status is not normal.
1781 if (connection->status != Connection::STATUS_NORMAL) {
1783 ALOGD("channel '%s' ~ Dropping event because the channel status is %s",
1934 while (connection->status == Connection::STATUS_NORMAL
1940 status_t status; local
1947 status = connection->inputPublisher.publishKeyEvent(dispatchEntry->seq,
1991 status = connection->inputPublisher.publishMotionEvent(dispatchEntry->seq,
2009 if (status) {
2010 if (status
2124 status_t status; local
3275 status_t status = unregisterInputChannelLocked(inputChannel, false /*notify*/); local
[all...]
/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
1192 status
[all...]
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp135 status_t status = android_view_PointerIcon_loadSystemIcon(env, local
137 if (!status) {
435 status_t status = android_view_PointerIcon_load(env, pointerIconObj, local
437 if (!status && !pointerIcon.isNullIcon()) {
1088 status_t status = im->registerInputChannel( local
1090 if (status) {
1092 message.appendFormat("Failed to register input channel. status=%d", status);
1116 status_t status = im->unregisterInputChannel(env, inputChannel); local
1117 if (status
1138 status_t status = android_view_KeyEvent_toNative(env, inputEventObj, & keyEvent); local
[all...]
/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp398 UErrorCode status = U_ZERO_ERROR; local
407 ubidi_setPara(bidi, chars, contextCount, bidiReq, NULL, &status);
408 if (U_SUCCESS(status)) {
410 ssize_t rc = ubidi_countRuns(bidi, &status);
416 if (U_SUCCESS(status) && rc == 1) {
417 // Normal case: one run, status is ok
420 } else if (!U_SUCCESS(status) || rc < 1) {
422 " status = %d, rc = %d",
423 String8(chars + start, count).string(), status, int(rc));
/frameworks/base/media/java/android/media/
H A DAudioManager.java1938 int status = AUDIOFOCUS_REQUEST_FAILED;
1942 return status;
1948 status = service.requestAudioFocus(streamType, durationHint, mICallBack,
1954 return status;
1999 int status = AUDIOFOCUS_REQUEST_FAILED;
2003 status = service.abandonAudioFocus(mAudioFocusDispatcher,
2008 return status;
H A DRingtoneManager.java503 final String status = Environment.getExternalStorageState();
505 return (status.equals(Environment.MEDIA_MOUNTED) ||
506 status.equals(Environment.MEDIA_MOUNTED_READ_ONLY))
H A DSoundPool.java406 * @param status the status of the load operation (0 = success)
408 public void onLoadComplete(SoundPool soundPool, int sampleId, int status); argument
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaAudioEffectTest.java1115 int status = effect2.setParameter(Equalizer.PARAM_CURRENT_PRESET, (short)0);
1117 AudioEffect.SUCCESS, status);
1119 status = effect1.setParameter(Equalizer.PARAM_CURRENT_PRESET, (short)1);
1121 AudioEffect.ERROR_INVALID_OPERATION, status);
1124 status = effect2.getParameter(Equalizer.PARAM_CURRENT_PRESET, value);
1126 AudioEffect.isError(status));
1148 //Test case 5.2: test control status listener
1197 //Test case 5.3: test enable status listener
1230 assertFalse(msg + ": enable status not updated", mIsEnabled);
1320 int status
[all...]
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java110 /** AGPS status event values. */
203 // current status
206 // time for last status update
767 private void updateStatus(int status, int svCount) { argument
768 if (status != mStatus || svCount != mSvCount) {
769 mStatus = status;
841 if (DEBUG) Log.d(TAG, "GPS status listener died");
1069 // notify status listeners
1108 * called from native code to update our status
1110 private void reportStatus(int status) { argument
1214 reportAGpsStatus(int type, int status, int ipaddr) argument
1548 onStatusChanged(String provider, int status, Bundle extras) argument
[all...]
H A DLocationBasedCountryDetector.java175 public void onStatusChanged(String provider, int status, Bundle extras) {
/frameworks/av/media/libeffects/visualizer/
H A DEffectVisualizer.cpp424 p->status = 0;
427 p->status = -EINVAL;
444 p->status = -EINVAL;
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp113 status_t status = UNKNOWN_ERROR; local
118 status = OK;
151 return status;
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp101 status_t status = mThread->join(); local
102 if (status != WOULD_BLOCK) {
105 CHECK_EQ(status, (status_t)NO_ERROR);
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG4AudioAssembler.cpp471 AssemblyStatus status = addPacket(source); local
472 if (status == MALFORMED_PACKET) {
475 return status;
/frameworks/native/opengl/libs/EGL/
H A Dtrace.cpp430 GLenum status = GL_NO_ERROR; \
432 while ((status = _c->glGetError()) != GL_NO_ERROR) { \
433 ALOGD("[" #_api "] 0x%x", status); \
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp162 // All error returns from this method are via notifyPrepared(status) followed by "return".
419 CacheStatus_t status = getCacheRemaining(&eos); local
421 if (eos || status == kStatusHigh
422 || ((mStateFlags & kFlagPreparing) && (status >= kStatusEnough))) {
596 // Prepared state, prefetch status notifications
601 // to replace by a new signalPrepareCompletion(status) if we re-visit this later.
607 // status code but we can provide a more specific one.
712 // cache status is evaluated against duration thresholds
729 // cache status is evaluated against cache amount thresholds
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp133 SLuint32 status; local
135 result = (*caller)->GetPrefetchStatus(caller, &status);
138 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
391 /* Get the prefetch status interface which was explicitly requested */
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h181 * @return the status of the rights for the protected content,
280 * The resultant converted data and the status is returned in the DrmConvertedInfo
287 * @return Return object contains the status of the data conversion,
303 * @return Return object contains the status of the data conversion,
563 static int getConvertedStatus(FwdLockConv_Status_t status);
/frameworks/av/include/media/
H A Dmediarecorder.h37 typedef void (*media_completion_f)(status_t status, void *cookie);

Completed in 4790 milliseconds

1234567891011>>