Searched defs:status (Results 276 - 300 of 380) sorted by relevance

<<111213141516

/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp138 int status = pthread_setspecific(gThreadTLSKey, &dc->mTlsStruct); local
139 if (status) {
140 ALOGE("pthread_setspecific %i", status);
250 int status = pthread_key_create(&gThreadTLSKey, NULL); local
251 if (status) {
262 int status = pthread_setspecific(gThreadTLSKey, &mTlsStruct); local
263 if (status) {
264 ALOGE("pthread_setspecific %i", status);
295 status = pthread_attr_init(&threadAttr);
296 if (status) {
[all...]
/frameworks/support/v4/jellybean/android/support/v4/media/routing/
H A DMediaRouterJellybean.java199 public static void setStatus(Object routeObj, CharSequence status) { argument
200 ((android.media.MediaRouter.UserRouteInfo)routeObj).setStatus(status);
/frameworks/support/v7/mediarouter/jellybean/android/support/v7/media/
H A DMediaRouterJellybean.java199 public static void setStatus(Object routeObj, CharSequence status) { argument
200 ((android.media.MediaRouter.UserRouteInfo)routeObj).setStatus(status);
/frameworks/webview/chromium/tests/prebuilts/
H A Dandroid-janktesthelper.jar ... avgFrameRate double avgMaxFrameDuration String avgMsg android.os.Bundle status private static int getMaxValue (int[]) int i int[] intArray int ...
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.cpp195 android::status_t status; local
205 status = pFx->getParameter(p);
206 if (android::NO_ERROR == status) {
207 status = p->status;
208 if (android::NO_ERROR == status) {
213 return status;
221 android::status_t status; local
232 status = pFx->setParameter(p);
233 if (android::NO_ERROR == status) {
381 android::status_t status = android_fx_setParam(pFx, REVERB_PARAM_PRESET, local
496 android::status_t status = ap->mAudioTrack->attachAuxEffect(pFx->id()); local
569 android::status_t status; local
589 android::status_t status; local
609 android_fx_statusToResult(android::status_t status) argument
631 android::status_t status = effect->initCheck(); local
689 android::status_t status = local
722 android::status_t status = local
772 android::status_t status = pFx->initCheck(); local
811 android::status_t status = pFx->setEnabled(SL_BOOLEAN_TRUE == enabled); local
843 android::status_t status = pFx->command( local
[all...]
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp167 SLuint32 status; local
168 result = (*caller)->GetPrefetchStatus(caller, &status);
170 printf("prefetch level=%d status=0x%x event=%d\n", level, status, event);
173 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
177 new_prefetch_status = status;
474 /* for prefetch status */
597 /* Get the prefetch status interface which was explicitly requested */
757 // wait for prefetch status callback to indicate either sufficient data or error
/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
H A Dxaplay.c90 // prefetch status callback
99 XAuint32 status; local
100 result = (*caller)->GetPrefetchStatus(caller, &status);
106 printf("PrefetchEventCallback: Prefetch Status is = %u\n", status);
110 && (level == 0) && (status == XA_PREFETCHSTATUS_UNDERFLOW)) {
114 new_prefetch_status = status;
505 // get the prefetch status interface
511 // register prefetch status callback
578 // wait for prefetch status callback to indicate either sufficient data or error
799 XAuint32 status; local
[all...]
/frameworks/av/camera/tests/
H A DProCameraTests.cpp81 void onStatusChanged(Status status, int32_t cameraId) { argument
82 dout << "On status changed: 0x" << std::hex
83 << (unsigned int) status << " cameraId " << cameraId
88 mLatestStatus = status;
615 // we immediately get a callback to the current status
653 dout << "Unknown status change "
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp419 LVREV_ReturnStatus_en LvmStatus = LVREV_SUCCESS; /* Function call status */
561 LVREV_ReturnStatus_en LvmStatus=LVREV_SUCCESS; /* Function call status */
711 int status; local
749 LVREV_ReturnStatus_en LvmStatus=LVREV_SUCCESS; /* Function call status */
965 LVREV_ReturnStatus_en LvmStatus=LVREV_SUCCESS; /* Function call status */
1000 LVREV_ReturnStatus_en LvmStatus=LVREV_SUCCESS; /* Function call status */
1038 LVREV_ReturnStatus_en LvmStatus=LVREV_SUCCESS; /* Function call status */
1083 LVREV_ReturnStatus_en LvmStatus=LVREV_SUCCESS; /* Function call status */
1129 LVREV_ReturnStatus_en LvmStatus=LVREV_SUCCESS; /* Function call status */
1168 LVREV_ReturnStatus_en LvmStatus=LVREV_SUCCESS; /* Function call status */
1542 int status = 0; local
1756 int status = 0; local
1863 int status = 0; local
[all...]
/frameworks/av/media/libmedia/
H A DIAudioPolicyService.cpp214 status_t status = remote()->transact(GET_OUTPUT_FOR_ATTR, data, &reply); local
215 if (status != NO_ERROR) {
216 return status;
218 status = (status_t)reply.readInt32();
219 if (status != NO_ERROR) {
220 return status;
226 return status;
291 status_t status = remote()->transact(GET_INPUT_FOR_ATTR, data, &reply); local
292 if (status != NO_ERROR) {
293 return status;
479 status_t status = remote()->transact(QUERY_DEFAULT_PRE_PROCESSING, data, &reply); local
518 status_t status = remote()->transact(LIST_AUDIO_PORTS, data, &reply); local
543 status_t status = remote()->transact(GET_AUDIO_PORT, data, &reply); local
562 status_t status = remote()->transact(CREATE_AUDIO_PATCH, data, &reply); local
576 status_t status = remote()->transact(RELEASE_AUDIO_PATCH, data, &reply); local
595 status_t status = remote()->transact(LIST_AUDIO_PATCHES, data, &reply); local
620 status_t status = remote()->transact(SET_AUDIO_PORT_CONFIG, data, &reply); local
644 status_t status = remote()->transact(ACQUIRE_SOUNDTRIGGER_SESSION, data, &reply); local
662 status_t status = remote()->transact(RELEASE_SOUNDTRIGGER_SESSION, data, &reply); local
673 status_t status = remote()->transact(GET_PHONE_STATE, data, &reply); local
705 status_t status = remote()->transact(REGISTER_POLICY_MIXES, data, &reply); local
818 status_t status = getOutputForAttr(hasAttributes ? &attr : NULL, local
871 status_t status = getInputForAttr(&attr, &input, session, local
933 status_t status = getStreamVolumeIndex(stream, &index, device); local
1027 status_t status = queryDefaultPreProcessing(audioSession, descriptors, &retCount); local
1061 status_t status = listAudioPorts(role, type, &numPorts, ports, &generation); local
1080 status_t status = getAudioPort(&port); local
1094 status_t status = createAudioPatch(&patch, &handle); local
1106 status_t status = releaseAudioPatch(handle); local
1119 status_t status = listAudioPatches(&numPatches, patches, &generation); local
1137 status_t status = setAudioPortConfig(&config); local
1157 status_t status = acquireSoundTriggerSession(&session, &ioHandle, &device); local
1172 status_t status = releaseSoundTriggerSession(session); local
1197 status_t status = registerPolicyMixes(mixes, registration); local
[all...]
/frameworks/av/media/libstagefright/
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 * , FLAC__StreamDecoderErrorStatus status, void *client_data) argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp133 Int UpdateSkipNextFrame(VideoEncData *video, ULong *modTime, Int *size, PV_STATUS status);
189 Bool status = PV_TRUE; local
618 if (mbsPerSec > video->encParams->LayerMaxMbsPerSec[idx]) status = PV_FALSE;
625 status = SetProfile_BufferSize(video, video->encParams->VBV_delay, 1);
626 if (status != PV_TRUE)
963 status = PV_FALSE;
973 status = PV_FALSE;
982 status = PV_FALSE;
992 status = PV_FALSE;
1001 status
1356 Bool status = PV_TRUE; local
1650 Bool status = PV_TRUE; local
2407 PV_STATUS status = PV_SUCCESS; local
2569 PV_STATUS status = PV_SUCCESS; local
2826 UpdateSkipNextFrame(VideoEncData *video, ULong *modTime, Int *size, PV_STATUS status) argument
[all...]
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp1386 status_t status; local
1387 while (mVideoBuffer->hasBufferAvailable(&status)) {
/frameworks/av/media/ndk/
H A DNdkMediaDrm.cpp113 static media_status_t translateStatus(status_t status) { argument
115 switch (status) {
247 status_t status = mObj->mDrm->openSession(session); local
248 if (status == OK) {
315 status_t status = mObj->mDrm->getKeyRequest(*iter, mdInit, String8(mimeType), local
317 if (status != OK) {
318 return translateStatus(status);
345 status_t status = mObj->mDrm->provideKeyResponse(*iter, mdResponse, mdKeySetId); local
346 if (status == OK) {
386 status_t status; local
413 status_t status = mObj->mDrm->queryKeyStatus(*iter, mObj->mQueryResults); local
442 status_t status = mObj->mDrm->getProvisionRequest(String8(""), String8(""), local
481 status_t status = mObj->mDrm->getSecureStops(mObj->mSecureStops); local
529 status_t status = mObj->mDrm->getPropertyString(String8(propertyName), local
550 status_t status = mObj->mDrm->getPropertyByteArray(String8(propertyName), local
599 status_t status = mObj->mDrm->setCipherAlgorithm(*iter, String8(cipherAlgorithm)); local
617 status_t status = mObj->mDrm->encrypt(*iter, keyIdVec, inputVec, ivVec, outputVec); local
619 status_t status = mObj->mDrm->decrypt(*iter, keyIdVec, inputVec, ivVec, outputVec); local
665 status_t status = mObj->mDrm->setMacAlgorithm(*iter, String8(macAlgorithm)); local
704 status_t status = mObj->mDrm->setMacAlgorithm(*iter, String8(macAlgorithm)); local
[all...]
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp604 android::status_t status = p->readBlob(size, &blob); local
605 if (status) {
657 android::status_t status = p->writeBlob(size, &blob); local
658 if (status) {
/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp577 status_t status = window->allocRow(); local
578 if (status) {
580 startPos, addedRows, status);
596 status = window->putString(addedRows, i, text, sizeIncludingNull);
597 if (status) {
599 sizeIncludingNull, startPos + addedRows, i, status);
608 status = window->putLong(addedRows, i, value);
609 if (status) {
611 i, status);
619 status
674 status_t status = window->clear(); local
[all...]
H A Dandroid_hardware_Camera.cpp531 jint status = Camera::connectLegacy(cameraId, halVersion, clientName, local
533 if (status != NO_ERROR) {
534 return status;
H A Dandroid_media_AudioTrack.cpp289 status_t status = NO_ERROR; local
293 status = lpTrack->set(
319 status = lpTrack->set(
342 if (status != NO_ERROR) {
343 ALOGE("Error %d initializing AudioTrack", status);
859 status_t status = lpTrack->getTimestamp(timestamp); local
860 if (status == OK) {
870 return (jint) nativeToJavaStatus(status);
922 status_t status = AudioSystem::getOutputSamplingRate(&afSamplingRate, nativeStreamType); local
923 if (status !
940 const status_t status = AudioTrack::getMinFrameCount(&frameCount, AUDIO_STREAM_DEFAULT, local
967 status_t status = lpTrack->setAuxEffectSendLevel(level); local
[all...]
H A Dandroid_view_MotionEvent.cpp701 status_t status = event->readFromParcel(parcel); local
702 if (status) {
717 status_t status = event->writeToParcel(parcel); local
718 if (status) {
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java154 int status = cursor.getInt(cursor.getColumnIndex(
156 Log.i(LOG_TAG, "Download status is: " + status);
158 fail("No status found for completed download!");
251 * @param status The HTTP status code to return for this response
254 protected MockResponse buildResponse(int status) { argument
255 MockResponse response = new MockResponse().setResponseCode(status);
263 * @param status The HTTP status cod
267 buildResponse(int status, byte[] body) argument
278 buildResponse(int status, File bodyFile) argument
[all...]
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp682 jobject status = GetConvertedStatus(env, pDrmConvertedStatus); local
688 return status;
698 jobject status = GetConvertedStatus(env, pDrmConvertedStatus); local
701 return status;
/frameworks/base/location/java/android/location/
H A DLocationManager.java127 * Key used for a Bundle extra holding an Integer status value
128 * when a status change is broadcast using a PendingIntent.
130 public static final String KEY_STATUS_CHANGED = "status";
133 * Key used for a Bundle extra holding an Boolean status value
248 public void onStatusChanged(String provider, int status, Bundle extras) { argument
253 b.putInt("status", status);
286 int status = b.getInt("status");
288 mListener.onStatusChanged(provider, status, extra
1347 setTestProviderStatus(String provider, int status, Bundle extras, long updateTime) argument
1640 getGpsStatus(GpsStatus status) argument
[all...]
/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java173 * Internal operation status. Not returned by any method.
704 int status = getParameter(p, v);
706 if (status == 4 || status == 8) {
708 if (status == 8) {
711 status /= 4;
713 status = ERROR;
715 return status;
735 int status = getParameter(p, v);
737 if (status
999 onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) argument
1264 checkStatus(int status) argument
1282 isError(int status) argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java694 public void setBatteryState(int status, int health, int plugType, int level, argument
697 mStats.setBatteryState(status, health, plugType, level, temp, volt);

Completed in 1053 milliseconds

<<111213141516