Searched refs:status (Results 1 - 25 of 237) sorted by relevance

12345678910

/frameworks/base/core/java/android/provider/
H A DDownloads.java175 * The name of the column containing the current status of the download.
182 public static final String COLUMN_STATUS = "status";
186 * status changed in the download. Stored as a System.currentTimeMillis()
382 * Returns whether the status is informational (i.e. 1xx).
385 public static boolean isStatusInformational(int status) { argument
386 return (status >= 100 && status < 200);
390 * Returns whether the status is a success (i.e. 2xx).
393 public static boolean isStatusSuccess(int status) { argument
394 return (status >
401 isStatusError(int status) argument
409 isStatusClientError(int status) argument
417 isStatusServerError(int status) argument
426 isStatusCompleted(int status) argument
989 isStatusInformational(int status) argument
996 isStatusSuccess(int status) argument
1003 isStatusError(int status) argument
1010 isStatusClientError(int status) argument
1017 isStatusServerError(int status) argument
1025 isStatusCompleted(int status) argument
[all...]
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvop.cpp42 PV_STATUS status; local
81 status = RC_VopQPSetting(video, rc);
82 if (status == PV_FAIL)
98 return status;
101 status = EncodeVop_NoME(video);
110 return status;
130 PV_STATUS status = PV_SUCCESS; local
135 status = EncodeShortHeader(stream, currVop); /* Encode Short Header */
139 status = EncodeFrameCombinedMode(video);
147 status
199 PV_STATUS status = PV_SUCCESS; local
278 PV_STATUS status; local
311 PV_STATUS status; local
355 PV_STATUS status; local
415 PV_STATUS status; local
[all...]
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
H A Dvlc_encode.cpp35 AVCEnc_Status status; local
46 status = ue_v(bitstream, codeNum);
48 return status;
53 AVCEnc_Status status; local
61 status = BitstreamWrite1Bit(bitstream, 1 - value);
62 return status;
72 AVCEnc_Status status; local
78 status = BitstreamWrite1Bit(bitstream, 1);
79 return status;
91 status
108 AVCEnc_Status status; local
150 AVCEnc_Status status = AVCENC_SUCCESS; local
204 AVCEnc_Status status = AVCENC_SUCCESS; local
255 AVCEnc_Status status; local
283 AVCEnc_Status status; local
319 AVCEnc_Status status; local
[all...]
H A Dheader.cpp31 AVCEnc_Status status = AVCENC_SUCCESS; local
35 status = BitstreamWriteBits(stream, 8, seqParam->profile_idc);
36 status = BitstreamWrite1Bit(stream, seqParam->constrained_set0_flag);
37 status = BitstreamWrite1Bit(stream, seqParam->constrained_set1_flag);
38 status = BitstreamWrite1Bit(stream, seqParam->constrained_set2_flag);
39 status = BitstreamWrite1Bit(stream, seqParam->constrained_set3_flag);
40 status = BitstreamWriteBits(stream, 4, 0); /* forbidden zero bits */
41 if (status != AVCENC_SUCCESS) /* we can check after each write also */
43 return status;
46 status
230 AVCEnc_Status status = AVCENC_SUCCESS; local
322 AVCEnc_Status status = AVCENC_SUCCESS; local
510 AVCEnc_Status status = AVCENC_SUCCESS; local
590 AVCEnc_Status status = AVCENC_SUCCESS; local
[all...]
/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dget_ga_specific_config.cpp70 status = 0 if success
144 status = CALL get_prog_config(
148 RETURNING (status)
155 status = CALL set_mc_info(
176 status = 1;
222 status = 1;
226 RETURN status;
309 Int status = SUCCESS; local
346 status = 1; /* do not support scalable coding in this release */
360 if (status
[all...]
H A Dpvmp4audiodecoderconfig.cpp70 status = 0 if no error occurred
186 Int status = MP4AUDEC_INCOMPLETE_FRAME; local
219 status = get_audio_specific_config(pVars);
226 if (status == SUCCESS)
257 * Default to nonrecoverable error status unless there is a Buffer overrun
259 status = MP4AUDEC_INVALID_FRAME;
266 status = MP4AUDEC_INCOMPLETE_FRAME; /* audio config too small */
280 pVars->status = status;
282 return (status);
[all...]
H A Dpvmp4setaudioconfig.cpp62 status = 0 if no error occurred
182 Int status = MP4AUDEC_INCOMPLETE_FRAME; local
245 status = -1;
274 status = -1; /* do not support more than two channels */
275 pVars->status = status;
276 return (status);
289 status = set_mc_info(&(pVars->mc_info),
303 status = set_mc_info(&(pVars->mc_info),
335 status
[all...]
H A Dfind_adts_syncword.cpp88 If no syncword is found, the function returns status == ERROR.
145 status = ERROR;
154 status = ERROR;
157 return (status);
236 Int status = SUCCESS; local
280 status = FIND_ADTS_ERROR;
298 status = FIND_ADTS_ERROR;
303 return (status);
H A Dgetics.cpp118 status = 0 if success
191 status = CALL get_ics_info(
203 RETURNING(status)
234 status = 1
268 IF (status == SUCCESS)
270 status = CALL hufffac(
280 RETURNING(status)
282 ENDIF (status)
284 IF (status == SUCCESS)
306 status
440 Int status = SUCCESS; local
[all...]
H A Dget_adts_header.cpp175 RETURNING status
187 RETURNING status
227 RETURNING status = SUCCESS/FAILURE
234 RETURNING status = SUCCESS/FAILURE
241 RETURNING status = SUCCESS/FAILURE
244 IF (status == SUCCESS)
277 status = 1;
280 return (status);
369 Int status = SUCCESS; local
385 status
[all...]
H A Dhuffdecode.cpp55 Description: Modified so getmask is NOT called if the status returned
111 status = 0 if success
201 status = 1;
205 IF (status == SUCCESS)
234 RETURNING(status)
236 IF (status == SUCCESS)
259 status = 1;
274 ENDIF (status)
278 WHILE((ch <= rightCh) AND (status == SUCCESS))
280 status
386 Int status = SUCCESS; local
[all...]
H A Dget_adif_header.cpp37 4) ADD a test for status != SUCCESS in loop.
148 status = -1;
190 (i >= 0) && (status == SUCCESS);
203 RETURNING( status )
208 RETURN (status)
304 Int status = SUCCESS; local
333 status = -1;
392 (i >= 0) && (status == SUCCESS);
411 status =
441 return status;
[all...]
H A Dset_mc_info.cpp275 Int status; local
276 status = infoinit(sampling_rate_idx,
279 if (SUCCESS != status)
/frameworks/base/libs/rs/
H A DrsLocklessFifo.cpp208 int status = pthread_mutex_init(&mMutex, NULL); local
209 if (status) {
214 status = pthread_cond_init(&mCondition, NULL);
215 if (status) {
226 int status; local
228 status = pthread_mutex_lock(&mMutex);
229 if (status) {
230 LOGE("LocklessCommandFifo: error %i locking for set condition.", status);
236 status = pthread_cond_signal(&mCondition);
237 if (status) {
249 int status; local
[all...]
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Ddec_pred_intra_dc.cpp32 PV_STATUS status = PV_SUCCESS; local
41 status = PV_VlcDecIntraDCPredSize(stream, compnum, &DC_size);
43 if (status == PV_SUCCESS)
73 return status;
H A Dvop.cpp82 PV_STATUS status; local
101 status = BitstreamShowBits32HC(stream, &startCode);
138 status = BitstreamShowBits32HC(stream, &tmpvar);
142 status = DecodeUserData(stream);
143 if (status != PV_SUCCESS) return PV_FAIL;
152 status = PVSearchNextM4VFrame(stream); /* search 0x00 0x00 0x01 */
153 if (status != PV_SUCCESS) return PV_FAIL; /* breaks the loop */
204 status = PVSearchNextM4VFrame(stream); /* search 0x00 0x00 0x01 */
205 if (status != PV_SUCCESS) return PV_FAIL; /* breaks the loop */
214 status
804 PV_STATUS status = PV_SUCCESS; local
1014 PV_STATUS status = PV_SUCCESS; local
1526 PV_STATUS status; local
[all...]
H A Dbitstream.cpp177 PV_STATUS status = PV_SUCCESS; local
182 status = BitstreamFillCache(stream);
185 return status;
195 PV_STATUS status = PV_SUCCESS; local
200 status = BitstreamFillCache(stream);
203 return status;
217 PV_STATUS status = PV_SUCCESS; local
223 status = BitstreamFillCache(stream);
227 return status;
240 PV_STATUS status local
259 PV_STATUS status = PV_SUCCESS; local
273 PV_STATUS status; local
288 PV_STATUS status = PV_SUCCESS; local
357 PV_STATUS status = PV_SUCCESS; local
424 PV_STATUS status = PV_SUCCESS; local
443 PV_STATUS status = PV_SUCCESS; local
462 PV_STATUS status = PV_SUCCESS; local
605 PV_STATUS status = PV_SUCCESS; local
634 PV_STATUS status = PV_SUCCESS; local
684 PV_STATUS status = PV_SUCCESS; local
708 PV_STATUS status = PV_SUCCESS; local
787 PV_STATUS status; local
878 PV_STATUS status; local
952 PV_STATUS status; local
[all...]
/frameworks/base/libs/ui/tests/
H A DInputPublisherAndConsumer_test.cpp61 status_t status; local
63 status = mPublisher->initialize();
64 ASSERT_EQ(OK, status)
67 status = mConsumer->initialize();
68 ASSERT_EQ(OK, status)
73 status_t status; local
86 status = mPublisher->publishKeyEvent(deviceId, source, action, flags,
88 ASSERT_EQ(OK, status)
91 status = mPublisher->sendDispatchSignal();
92 ASSERT_EQ(OK, status)
136 status_t status; local
301 status_t status; local
320 status_t status; local
340 status_t status; local
354 status_t status; local
377 status_t status; local
383 status_t status; local
389 status_t status; local
399 status_t status; local
416 status_t status; local
438 ASSERT_EQ(status_t(FAILED_TRANSACTION), status) local
443 status_t status; local
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallForwardInfo.java27 public int status; /*1 = active, 0 = not active */ field in class:CallForwardInfo
35 return super.toString() + (status == 0 ? " not active " : " active ")
/frameworks/base/media/libmedia/
H A DVisualizer.cpp70 status_t status = AudioEffect::setEnabled(enabled); local
72 if (status == NO_ERROR) {
86 return status;
146 status_t status = setParameter(p); local
148 LOGV("setCaptureSize size %d status %d p->status %d", size, status, p->status);
150 if (status == NO_ERROR) {
151 status
169 status_t status = NO_ERROR; local
193 status_t status = NO_ERROR; local
243 status_t status = getWaveForm(waveform); local
278 status_t status = getParameter(p); local
[all...]
H A DIAudioRecord.cpp49 status_t status = remote()->transact(START, data, &reply); local
50 if (status == NO_ERROR) {
51 status = reply.readInt32();
53 LOGW("start() error: %s", strerror(-status));
55 return status;
70 status_t status = remote()->transact(GET_CBLK, data, &reply); local
71 if (status == NO_ERROR) {
H A DIAudioTrack.cpp53 status_t status = remote()->transact(START, data, &reply); local
54 if (status == NO_ERROR) {
55 status = reply.readInt32();
57 LOGW("start() error: %s", strerror(-status));
59 return status;
96 status_t status = remote()->transact(GET_CBLK, data, &reply); local
97 if (status == NO_ERROR) {
108 status_t status = remote()->transact(ATTACH_AUX_EFFECT, data, &reply); local
109 if (status == NO_ERROR) {
110 status
[all...]
/frameworks/base/media/libstagefright/codecs/avc/dec/src/
H A Dresidual.cpp26 AVCDec_Status status; local
49 status = BitstreamReadBits(stream, 8, (uint*) & byte0);
50 status = BitstreamReadBits(stream, 8, (uint*) & byte1);
52 status = BitstreamReadBits(stream, 8, (uint*) & byte1);
54 status = BitstreamReadBits(stream, 8, (uint*) & byte1);
58 status = BitstreamReadBits(stream, 8, (uint*) & byte0);
59 status = BitstreamReadBits(stream, 8, (uint*) & byte1);
61 status = BitstreamReadBits(stream, 8, (uint*) & byte1);
63 status = BitstreamReadBits(stream, 8, (uint*) & byte1);
67 status
[all...]
/frameworks/base/core/jni/
H A Dandroid_nfc_NdefMessage.cpp29 uint16_t status; local
54 status = phFriNfc_NdefRecord_GetRecords((uint8_t *)raw_msg,
57 if (status) {
58 LOGE("phFriNfc_NdefRecord_GetRecords(NULL) returned 0x%04x", status);
61 TRACE("phFriNfc_NdefRecord_GetRecords(NULL) returned 0x%04x, with %d records", status, num_of_records);
73 status = phFriNfc_NdefRecord_GetRecords((uint8_t *)raw_msg,
76 if (status) {
77 LOGE("phFriNfc_NdefRecord_GetRecords() returned 0x%04x", status);
80 TRACE("phFriNfc_NdefRecord_GetRecords() returned 0x%04x, with %d records", status, num_of_records);
97 status
[all...]
/frameworks/base/core/java/android/os/storage/
H A DIObbActionListener.java74 int status;
75 status = data.readInt();
76 this.onObbResult(filename, nonce, status);
104 * @param returnCode status of the operation
106 public void onObbResult(String filename, int nonce, int status) argument
114 _data.writeInt(status);
133 * @param status status code as defined in {@link OnObbStateChangeListener}
135 public void onObbResult(String filename, int nonce, int status) throws RemoteException; argument

Completed in 4043 milliseconds

12345678910