Searched refs:status (Results 51 - 75 of 352) sorted by relevance

1234567891011>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManager.java100 AtomicBoolean status = (AtomicBoolean) ar.userObj;
101 status.set(true);
177 AtomicBoolean status = new AtomicBoolean(false);
178 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status);
182 waitForResult(status);
221 AtomicBoolean status = new AtomicBoolean(false);
222 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status);
225 waitForResult(status);
264 AtomicBoolean status = new AtomicBoolean(false);
265 Message response = mBaseHandler.obtainMessage(EVENT_LOAD_DONE, status);
283 waitForResult(AtomicBoolean status) argument
[all...]
/frameworks/wilhelm/src/android/
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...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Ddatapart_decode.cpp41 PV_STATUS status; local
86 status = DecodeDataPart_I_VideoPacket(video, slice_counter);
90 status = DecodeDataPart_P_VideoPacket(video, slice_counter);
98 while ((status = PV_ReadVideoPacketHeader(video, &mbnum)) == PV_FAIL)
100 if ((status = quickSearchVideoPacketHeader(stream, resync_marker_length)) != PV_SUCCESS)
106 if (status == PV_END_OF_VOP)
140 PV_STATUS status; local
175 status = GetMBheaderDataPart_DQUANT_DC(video, &QP);
198 status = BitstreamShowBits32(stream, DC_MARKER_LENGTH, &tmpvar);
209 status
305 PV_STATUS status; local
518 PV_STATUS status = PV_SUCCESS; local
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothHealthCallback.aidl28 void onHealthAppConfigurationStatusChange(in BluetoothHealthAppConfiguration config, int status);
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DNotifyRespInd.java31 * @param status the status value
38 int status) throws InvalidHeaderValueException {
43 setStatus(status);
36 NotifyRespInd(int mmsVersion, byte[] transactionId, int status) argument
/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 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);
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);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddatapart_encode.cpp38 PV_STATUS status = PV_SUCCESS; local
119 status = EncodeVideoPacketHeader(video, mbnum, video->QP_prev, 0);
130 status = (*CodeMB)(video, &fastDCTfunction, (offset << 5) + QP, ncoefblck);
159 status = BitstreamAppendPacket(currVol->stream, bs1); /* Put Packet to Buffer */
160 /* continue even if status == PV_END_OF_BUF, to get the stats */
189 status = BitstreamAppendPacket(currVol->stream, bs1); /* Put Packet to Buffer */
190 /* continue even if status == PV_END_OF_BUF, to get the stats */
196 return status; /* if status == PV_END_OF_BUF, this frame will be pre-skipped */
213 PV_STATUS status local
[all...]
/frameworks/av/media/common_time/
H A Dcc_helper.cpp102 status_t status = common_clock_->call; \
103 if (DEAD_OBJECT == status) { \
106 status = common_clock_->call; \
109 return status; \
/frameworks/base/core/jni/
H A Dandroid_database_CursorWindow.cpp68 status_t status = CursorWindow::create(name, cursorWindowSize, &window); local
69 if (status || !window) {
71 name.string(), cursorWindowSize, status);
83 status_t status = CursorWindow::createFromParcel(parcel, &window); local
84 if (status || !window) {
85 ALOGE("Could not create CursorWindow from Parcel due to error %d.", status);
112 status_t status = window->writeToParcel(parcel); local
113 if (status) {
115 msg.appendFormat("Could not write CursorWindow to Parcel due to error %d.", status);
123 status_t status local
137 status_t status = window->setNumColumns(columnNum); local
143 status_t status = window->allocRow(); local
401 status_t status = window->putBlob(row, column, value, len); local
423 status_t status = window->putString(row, column, valueStr, sizeIncludingNull); local
438 status_t status = window->putLong(row, column, value); local
452 status_t status = window->putDouble(row, column, value); local
466 status_t status = window->putNull(row, column); local
[all...]
H A Dandroid_view_DisplayEventReceiver.cpp86 ALOGW("Failed to initialize display event receiver, status=%d", result);
116 status_t status = mReceiver.requestNextVsync(); local
117 if (status) {
118 ALOGW("Failed to request next vsync, status=%d", status);
119 return status;
178 ALOGW("Failed to get events from display event receiver, status=%d", status_t(n));
216 status_t status = receiver->initialize(); local
217 if (status) {
219 message.appendFormat("Failed to initialize display event receiver. status
238 status_t status = receiver->scheduleVsync(); local
[all...]
/frameworks/base/services/input/
H A DSpriteController.cpp161 status_t status = update.state.surfaceControl->setSize(desiredWidth, desiredHeight); local
162 if (status) {
164 status, update.state.surfaceWidth, update.state.surfaceHeight,
173 status = update.state.surfaceControl->hide();
174 if (status) {
175 ALOGE("Error %d hiding sprite surface after resize.", status);
201 status_t status = surface->lock(&surfaceInfo); local
202 if (status) {
203 ALOGE("Error %d locking sprite surface before drawing.", status);
229 status
253 status_t status; local
[all...]
/frameworks/base/core/java/android/speech/srec/
H A DMicrophoneInputStream.java49 int status = AudioRecordStart(mAudioRecord);
50 if (status != 0) {
52 throw new IOException("AudioRecord start failed: " + status);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DRuimPhoneBookInterfaceManager.java61 AtomicBoolean status = new AtomicBoolean(false);
62 Message response = mBaseHandler.obtainMessage(EVENT_GET_SIZE_DONE, status);
68 waitForResult(status);
H A DRuimSmsInterfaceManager.java105 * @param status new message status (STATUS_ON_ICC_READ,
113 updateMessageOnIccEf(int index, int status, byte[] pdu) { argument
115 " status=" + status + " ==> " +
122 if (status == STATUS_ON_ICC_FREE) {
127 byte[] record = makeSmsRecordData(status, pdu);
144 * @param status message status (STATUS_ON_ICC_READ, STATUS_ON_ICC_UNREAD,
149 public boolean copyMessageToIccEf(int status, byt argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSimPhoneBookInterfaceManager.java61 AtomicBoolean status = new AtomicBoolean(false);
62 Message response = mBaseHandler.obtainMessage(EVENT_GET_SIZE_DONE, status);
67 waitForResult(status);
/frameworks/rs/driver/
H A DrsdCore.cpp174 int status = pthread_setspecific(rsdgThreadTLSKey, &dc->mTlsStruct); local
175 if (status) {
176 ALOGE("pthread_setspecific %i", status);
230 int status = pthread_key_create(&rsdgThreadTLSKey, NULL); local
231 if (status) {
242 int status = pthread_setspecific(rsdgThreadTLSKey, &dc->mTlsStruct); local
243 if (status) {
244 ALOGE("pthread_setspecific %i", status);
269 status = pthread_attr_init(&threadAttr);
270 if (status) {
[all...]
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdCore.cpp166 int status = pthread_setspecific(rsdgThreadTLSKey, &dc->mTlsStruct); local
167 if (status) {
168 ALOGE("pthread_setspecific %i", status);
222 int status = pthread_key_create(&rsdgThreadTLSKey, NULL); local
223 if (status) {
234 int status = pthread_setspecific(rsdgThreadTLSKey, &dc->mTlsStruct); local
235 if (status) {
236 ALOGE("pthread_setspecific %i", status);
261 status = pthread_attr_init(&threadAttr);
262 if (status) {
[all...]
/frameworks/base/media/java/android/media/
H A DMediaActionSound.java174 int sampleId, int status) {
175 if (status == 0) {
181 Log.e(TAG, "Unable to load sound for playback (status: " +
182 status + ")");
/frameworks/base/core/java/com/android/internal/os/storage/
H A DExternalStorageFormatter.java144 String status = mStorageVolume == null ?
147 if (Environment.MEDIA_MOUNTED.equals(status)
148 || Environment.MEDIA_MOUNTED_READ_ONLY.equals(status)) {
160 } else if (Environment.MEDIA_NOFS.equals(status)
161 || Environment.MEDIA_UNMOUNTED.equals(status)
162 || Environment.MEDIA_UNMOUNTABLE.equals(status)) {
206 } else if (Environment.MEDIA_BAD_REMOVAL.equals(status)) {
208 } else if (Environment.MEDIA_CHECKING.equals(status)) {
210 } else if (Environment.MEDIA_REMOVED.equals(status)) {
212 } else if (Environment.MEDIA_SHARED.equals(status)) {
[all...]
/frameworks/base/media/libdrm/mobile1/src/parser/
H A Dparser_dm.c72 DM_PARSE_STATUS status = DM_PARSE_START; local
145 status = DM_PARSING_CONTENT; /* can go here means that the rights object has been parsed. */
171 status = DM_PARSING_RIGHTS;
175 status = DM_PARSING_CONTENT;
179 status = DM_PARSING_CONTENT;
219 status = DM_PARSE_END;
222 if (DM_PARSING_RIGHTS == status) {
228 status = DM_PARSE_END;
247 status = DM_PARSE_END;
254 if (DM_PARSING_RIGHTS == status) {
[all...]
/frameworks/native/libs/utils/
H A DPropertyMap.cpp122 status_t status = Tokenizer::open(filename, &tokenizer); local
123 if (status) {
124 ALOGE("Error %d opening property file %s.", status, filename.string());
129 status = NO_MEMORY;
135 status = parser.parse();
142 if (status) {
150 return status;
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp98 status_t *status)
129 if (status) {
130 *status = lStatus;
145 status_t *status)
174 if (status) {
175 *status = lStatus;
511 status_t status = reply.readInt32(); local
512 if (status == NO_ERROR) {
522 return status;
538 status_t status local
86 createTrack( pid_t pid, audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, int frameCount, track_flags_t flags, const sp<IMemory>& sharedBuffer, audio_io_handle_t output, pid_t tid, int *sessionId, status_t *status) argument
135 openRecord( pid_t pid, audio_io_handle_t input, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, int frameCount, track_flags_t flags, pid_t tid, int *sessionId, status_t *status) argument
566 status_t status = remote()->transact(QUERY_NUM_EFFECTS, data, &reply); local
588 status_t status = remote()->transact(QUERY_EFFECT, data, &reply); local
609 status_t status = remote()->transact(GET_EFFECT_DESCRIPTOR, data, &reply); local
621 createEffect(pid_t pid, effect_descriptor_t *pDesc, const sp<IEffectClient>& client, int32_t priority, audio_io_handle_t output, int sessionId, status_t *status, int *id, int *enabled) argument
732 status_t status; local
752 status_t status; local
970 status_t status = getRenderPosition(&halFrames, &dspFrames, output); local
1004 status_t status = queryNumberEffects(&numEffects); local
1014 status_t status = queryEffect(data.readInt32(), &desc); local
1026 status_t status = getEffectDescriptor(&uuid, &desc); local
1042 status_t status; local
[all...]
/frameworks/base/libs/androidfw/
H A DKeyboard.cpp49 status_t status = loadKeyLayout(deviceIdenfifier, keyLayoutName); local
50 if (status == NAME_NOT_FOUND) {
60 status_t status = loadKeyCharacterMap(deviceIdenfifier, keyCharacterMapName); local
61 if (status == NAME_NOT_FOUND) {
115 status_t status = KeyLayoutMap::load(path, &keyLayoutMap); local
116 if (status) {
117 return status;
132 status_t status = KeyCharacterMap::load(path, local
134 if (status) {
135 return status;
[all...]

Completed in 3062 milliseconds

1234567891011>>