Searched refs:status (Results 176 - 200 of 352) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/
H A DAACWriter.cpp176 status_t status = mSource->stop(); local
178 (status != OK && status != ERROR_END_OF_STREAM)) {
179 err = status;
H A DFLACExtractor.cpp167 void errorCallback(FLAC__StreamDecoderErrorStatus status);
199 FLAC__StreamDecoderErrorStatus status,
260 FLAC__StreamDecoderErrorStatus status, void *client_data)
262 ((FLACParser *) client_data)->errorCallback(status);
374 void FLACParser::errorCallback(FLAC__StreamDecoderErrorStatus status) argument
376 ALOGE("FLACParser::errorCallback status=%d", status);
377 mErrorStatus = status;
258 error_callback( const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.h47 /* enumeration to represent status of buffered image */
62 dpbPictureStatus_e status; member in struct:__anon813
/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java106 final int[] status = new int[1];
122 final int sensor = sensors_data_poll(sQueue, values, status, timestamp);
124 int accuracy = status[0];
397 static native int sensors_data_poll(int queue, float[] values, int[] status, long[] timestamp); argument
/frameworks/base/libs/androidfw/
H A DCursorWindow.cpp124 status_t status = parcel->writeString8(mName); local
125 if (!status) {
126 status = parcel->writeDupFileDescriptor(mAshmemFd);
128 return status;
H A DInput.cpp512 status_t status = mSamplePointerCoords.editTop().readFromParcel(parcel); local
513 if (status) {
514 return status;
551 status_t status = (pc++)->writeToParcel(parcel); local
552 if (status) {
553 return status;
/frameworks/native/include/android/
H A Dsensor.h105 int8_t status; member in struct:ASensorVector
/frameworks/native/services/sensorservice/
H A DOrientationSensor.cpp56 outEvent->orientation.status = SENSOR_STATUS_ACCURACY_HIGH;
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestGetPositionUri.cpp70 SLuint32 status; local
72 res = (*caller)->GetPrefetchStatus(caller, &status); CheckErr(res);
74 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
83 fprintf(stdout, "PrefetchEventCallback: Prefetch Status is = %u\n", status);
H A DslesTestManyPlayers.cpp80 SLuint32 status; local
82 res = (*caller)->GetPrefetchStatus(caller, &status); CheckErrPlyr(res, *pPlayerId);
84 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
95 status, *pPlayerId);
/frameworks/av/include/media/
H A DIAudioFlinger.h70 status_t *status) = 0;
82 status_t *status) = 0;
182 status_t *status,
/frameworks/av/media/libmedia/
H A DIAudioPolicyService.cpp353 status_t status = remote()->transact(QUERY_DEFAULT_PRE_PROCESSING, data, &reply); local
354 if (status != NO_ERROR) {
355 return status;
357 status = static_cast <status_t> (reply.readInt32());
364 return status;
535 status_t status = getStreamVolumeIndex(stream, &index, device); local
537 reply->writeInt32(static_cast <uint32_t>(status));
619 status_t status = queryDefaultPreProcessing(audioSession, descriptors, &retCount); local
620 reply->writeInt32(status);
621 if (status !
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMetadataRetrieverClient.cpp172 status_t status = p->setDataSource(fd, offset, length); local
173 if (status == NO_ERROR) mRetriever = p;
175 return status;
H A DMediaPlayerService.cpp111 // @param[out] status On exit contains the status code to be returned.
115 status_t *status)
121 *status = NOT_ENOUGH_DATA;
128 *status = BAD_VALUE;
143 *status = NOT_ENOUGH_DATA;
153 *status = BAD_VALUE;
165 *status = OK;
350 snprintf(buffer, 255, " pid(%d), connId(%d), status(%d), looping(%s)\n",
586 status_t status)
113 unmarshallFilter(const Parcel& p, Metadata::Filter *filter, status_t *status) argument
584 setDataSource_post( const sp<MediaPlayerBase>& p, status_t status) argument
777 status_t status; local
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp120 jfloatArray values, jintArray status, jlongArray timestamp)
141 jint accuracy = event.vector.status;
143 env->SetIntArrayRegion(status, 0, 1, &accuracy);
119 sensors_data_poll(JNIEnv *env, jclass clazz, jint nativeQueue, jfloatArray values, jintArray status, jlongArray timestamp) argument
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DFsUtils.java117 String status = null;
123 status = inReader.readLine();
126 Log.e(LOGTAG, "Error reading test status.", e);
129 return status;
/frameworks/wilhelm/src/itf/
H A DIEffectSend.c93 /** \brief This is a private function that translates an Android effect framework status code
97 static SLresult translateEnableFxSendError(android::status_t status) { argument
98 switch (status) {
104 SL_LOGE("EffectSend status %u", status);
/frameworks/native/libs/binder/
H A DParcel.cpp738 status_t status; local
742 status = writeInt32(0);
743 if (status) return status;
758 status = result;
762 status = -errno;
766 status = result;
768 status = writeInt32(1);
769 if (!status) {
770 status
1110 status_t status = readInt32(&useAshmem); local
[all...]
/frameworks/base/tools/aapt/
H A DPackage.cpp99 status_t status; local
101 status = zip->open(outputFile.string(), ZipFile::kOpenReadWrite | ZipFile::kOpenCreate);
102 if (status != NO_ERROR) {
222 status_t status = filter.parse(bundle->getConfigurations()); local
223 if (status != NO_ERROR) {
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiNative.java187 public String status() { method in class:WifiNative
671 String status = status();
672 if (status == null) return "";
674 String[] tokens = status.split("\n");
/frameworks/base/location/java/android/location/
H A DLocationManager.java125 * Key used for a Bundle extra holding an Integer status value
126 * when a status change is broadcast using a PendingIntent.
128 public static final String KEY_STATUS_CHANGED = "status";
131 * Key used for a Bundle extra holding an Boolean status value
222 public void onStatusChanged(String provider, int status, Bundle extras) { argument
227 b.putInt("status", status);
260 int status = b.getInt("status");
262 mListener.onStatusChanged(provider, status, extra
1307 setTestProviderStatus(String provider, int status, Bundle extras, long updateTime) argument
1549 getGpsStatus(GpsStatus status) argument
[all...]
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp840 status_t status = aec->initCheck(); local
841 if (status == NO_ERROR || status == ALREADY_EXISTS) {
879 status_t status = track.obtainBuffer(&buffer, 1); local
880 if (status == NO_ERROR) {
885 } else if (status != TIMED_OUT && status != WOULD_BLOCK) {
895 status_t status = record.obtainBuffer(&buffer, 1); local
896 if (status == NO_ERROR) {
901 } else if (status !
[all...]
/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java65 * Interface definition for a callback that receives status messages and warnings
70 * Called when the DRM framework sends status or warning information during registration
74 * @param event The {@link DrmInfoEvent} instance that wraps the status information or
135 DrmInfoStatus status = _processDrmInfo(mUniqueId, drmInfo);
137 attributes.put(DrmEvent.DRM_INFO_STATUS_OBJECT, status);
140 if (null != status && DrmInfoStatus.STATUS_OK == status.statusCode) {
142 getEventType(status.infoType), null, attributes);
144 int infoType = (null != status) ? status
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardStatusViewManager.java317 * Update the status lines based on these rules:
319 * Status1 is shared between help, battery status and generic unlock instructions,
321 * @param showStatusLines status lines are shown if true
371 // If we have replaced the status area with a single widget, then this code
375 // Battery status
399 // Battery status
411 // OwnerInfo shows in status if we don't have a dedicated widget
424 * Determine the current status of the lock screen given the sim state and other stuff.
464 * Update carrier text, carrier help and emergency button to match the current status based
555 * The status o
[all...]
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java1130 int status = mCanvas.invokeFunctors(mRedrawClip);
1131 handleFunctorStatus(attachInfo, status);
1176 int status = DisplayList.STATUS_DONE;
1205 status = onPreDraw(dirty);
1227 status |= canvas.drawDisplayList(displayList, mRedrawClip,
1239 handleFunctorStatus(attachInfo, status);
1267 if ((status & DisplayList.STATUS_DREW) == DisplayList.STATUS_DREW) {
1295 private void handleFunctorStatus(View.AttachInfo attachInfo, int status) { argument
1298 if ((status & DisplayList.STATUS_DRAW) != 0) {
1307 if ((status
[all...]

Completed in 252 milliseconds

1234567891011>>