Searched defs:status (Results 1 - 25 of 264) sorted by last modified time

1234567891011

/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp719 // - SL_PREFETCHEVENT_STATUSCHANGE with a status of SL_PREFETCHSTATUS_UNDERFLOW
1184 // signal underflow to prefetch status itf
1471 android::status_t status = pAudioPlayer->mAudioTrack->initCheck(); local
1472 if (status != android::NO_ERROR) {
1473 SL_LOGE("AudioTrack::initCheck status %u", status);
2181 // when the queue became empty, an underflow on the prefetch status itf was sent. Now the queue
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
H A Dandroid_Effect.cpp191 android::status_t status; local
201 status = pFx->getParameter(p);
202 if (android::NO_ERROR == status) {
203 status = p->status;
204 if (android::NO_ERROR == status) {
209 return status;
217 android::status_t status; local
228 status = pFx->setParameter(p);
229 if (android::NO_ERROR == status) {
377 android::status_t status = android_fx_setParam(pFx, REVERB_PARAM_PRESET, local
492 android::status_t status = ap->mAudioTrack->attachAuxEffect(pFx->id()); local
565 android::status_t status; local
585 android::status_t status; local
605 android_fx_statusToResult(android::status_t status) argument
627 android::status_t status = effect->initCheck(); local
685 android::status_t status = local
718 android::status_t status = local
768 android::status_t status = pFx->initCheck(); local
807 android::status_t status = pFx->setEnabled(SL_BOOLEAN_TRUE == enabled); local
839 android::status_t status = pFx->command( local
[all...]
H A Dandroid_GenericMediaPlayer.cpp460 status_t status; local
461 status = mPlayer->attachAuxEffect(effectId);
462 // attachAuxEffect returns a status but we have no way to report it back to app
463 (void) status;
474 status_t status; local
475 status = mPlayer->setAuxEffectSendLevel(level);
476 // setAuxEffectSendLevel returns a status but we have no way to report it back to app
477 (void) status;
494 // handle prefetch status update
501 // evaluate prefetch status base
548 status_t status = mPlayer->getParameter(KEY_PARAMETER_AUDIO_CHANNEL_COUNT, reply); local
[all...]
/frameworks/wilhelm/src/itf/
H A DIBassBoost.c51 android::status_t status = thiz->mBassBoostEffect->setEnabled((bool) thiz->mEnabled); local
52 result = android_fx_statusToResult(status);
105 android::status_t status = local
107 result = android_fx_statusToResult(status);
133 android::status_t status = local
135 result = android_fx_statusToResult(status);
163 android::status_t status =
166 result = android_fx_statusToResult(status);
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);
H A DIEnvironmentalReverb.c59 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
61 result = android_fx_statusToResult(status);
86 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
88 result = android_fx_statusToResult(status);
120 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
122 result = android_fx_statusToResult(status);
148 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
150 result = android_fx_statusToResult(status);
179 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
181 result = android_fx_statusToResult(status);
207 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
238 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
266 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
299 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
327 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
358 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
386 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
419 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
447 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
478 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
506 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
537 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
565 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
596 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
624 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
680 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
708 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
[all...]
H A DIEqualizer.c68 android::status_t status = local
70 result = android_fx_statusToResult(status);
163 android::status_t status = local
165 result = android_fx_statusToResult(status);
196 android::status_t status = local
198 result = android_fx_statusToResult(status);
231 android::status_t status =
233 result = android_fx_statusToResult(status);
270 android::status_t status =
272 result = android_fx_statusToResult(status);
326 android::status_t status = local
358 android::status_t status = local
398 android::status_t status = local
[all...]
H A DIPrefetchStatus.c31 SLuint32 status = thiz->mStatus; local
33 *pStatus = status;
H A DIPresetReverb.c51 android::status_t status = android_prev_setPreset(thiz->mPresetReverbEffect, preset); local
52 result = android_fx_statusToResult(status);
83 android::status_t status = android_prev_getPreset(thiz->mPresetReverbEffect, &preset); local
84 result = android_fx_statusToResult(status);
H A DIVirtualizer.c51 android::status_t status = local
53 result = android_fx_statusToResult(status);
107 android::status_t status = android_virt_setParam(thiz->mVirtualizerEffect, local
109 result = android_fx_statusToResult(status);
135 android::status_t status = android_virt_getParam(thiz->mVirtualizerEffect, local
137 result = android_fx_statusToResult(status);
165 android::status_t status =
168 result = android_fx_statusToResult(status);
/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
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 */
H A DslesTestSendToPresetReverb.cpp47 // Prefetch status callback
61 SLuint32 status; local
62 result = (*caller)->GetPrefetchStatus(caller, &status);
65 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp68 // Prefetch status callback
77 SLuint32 status; local
78 result = (*caller)->GetPrefetchStatus(caller, &status);
82 && level == 0 && status == SL_PREFETCHSTATUS_UNDERFLOW) {
85 status == SL_PREFETCHSTATUS_SUFFICIENTDATA) {
86 new_prefetch_status = status;
250 // get the prefetch status interface
254 // enable prefetch status callbacks
312 // wait for prefetch status callback to indicate either sufficient data or error
/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 DslesTestLoopUri.cpp71 SLuint32 status; local
72 result = (*caller)->GetPrefetchStatus(caller, &status);
78 fprintf(stdout, "\t\tPrefetchEventCallback: Prefetch Status is = %u\n", status);
82 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
86 status == SL_PREFETCHSTATUS_SUFFICIENTDATA) {
87 new_prefetch_status = status;
240 // wait for prefetch status callback to indicate either sufficient data or error
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);
H A DslesTestPlayUri.cpp78 SLuint32 status; local
80 result = (*caller)->GetPrefetchStatus(caller, &status);
83 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
91 fprintf(stdout, "PrefetchEventCallback: Prefetch Status is = %u\n", status);
H A DslesTestSlowDownUri.cpp116 SLuint32 status; local
117 result = (*caller)->GetPrefetchStatus(caller, &status);
123 fprintf(stdout, "\t\tPrefetchEventCallback: Prefetch Status is = %u\n", status);
127 && level == 0 && status == SL_PREFETCHSTATUS_UNDERFLOW) {
131 status == SL_PREFETCHSTATUS_SUFFICIENTDATA) {
132 new_prefetch_status = status;
340 // wait for prefetch status callback to indicate either sufficient data or error
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp78 SLuint32 status; local
80 (*caller)->GetPrefetchStatus(caller, &status);
82 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
90 fprintf(stdout, "\t\tPrefetchEventCallback: Prefetch Status is = %u\n", status);
/frameworks/wilhelm/tests/sandbox/
H A Dmultiplay.c86 // Prefetch status callback
100 SLuint32 status; local
101 result = (*caller)->GetPrefetchStatus(caller, &status);
103 //fprintf(stderr, "PrefetchEventCallback: received event %u, level %u, status %u\n",
104 // event, level, status);
106 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
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/testing/uiautomator/library/src/com/android/uiautomator/testrunner/
H A DIAutomationSupport.java28 * Allows the running test cases to send out interim status
30 * @param bundle status report, consisting of key value pairs
33 public void sendStatus(int resultCode, Bundle status); argument

Completed in 841 milliseconds

1234567891011