Searched defs:status (Results 1 - 25 of 230) sorted by relevance

12345678910

/frameworks/base/libs/rs/
H A DrsMutex.cpp31 int status = pthread_mutex_init(&mMutex, NULL); local
32 if (status) {
40 int status; local
41 status = pthread_mutex_lock(&mMutex);
42 if (status) {
43 LOGE("Mutex: error %i locking.", status);
50 int status; local
51 status = pthread_mutex_unlock(&mMutex);
52 if (status) {
53 LOGE("Mutex error %i unlocking.", status);
[all...]
H A DrsSignal.cpp33 int status = pthread_mutex_init(&mMutex, NULL); local
34 if (status) {
39 status = pthread_cond_init(&mCondition, NULL);
40 if (status) {
50 int status; local
52 status = pthread_mutex_lock(&mMutex);
53 if (status) {
54 LOGE("LocklessCommandFifo: error %i locking for set condition.", status);
60 status = pthread_cond_signal(&mCondition);
61 if (status) {
72 int status; local
[all...]
/frameworks/base/media/libstagefright/codecs/aacdec/
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 Dget_audio_specific_config.cpp30 (3) clean up status flag, default to SUCCESS
65 status = 0 if successfully decoded AudioSpecificConfig
108 status = SUCCESS;
141 status = 1;
149 (audioObjectType == MP4AUDIO_TWINVQ)) AND (status == -1))
151 status = CALL get_GA_specific_config(
157 RETURNING (status)
163 status = 1;
168 status = 1;
173 status
317 Int status; local
[all...]
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 Dget_prog_config.cpp69 status = zero if no error was found, non-zero otherwise.
130 status = SUCCESS;
372 RETURN( status = return_value )
379 RETURN (status)
462 Int status = SUCCESS; local
725 status =
737 return (status);
H A Dget_pulse_data.cpp63 status = return value, zero signifies success, non-zero otherwise.
133 status = SUCCESS;
159 RETURN status
240 Int status = SUCCESS; local
284 return (status);
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 Dset_mc_info.cpp275 Int status; local
276 status = infoinit(sampling_rate_idx,
279 if (SUCCESS != status)
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 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 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...]
/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 Dbitstream.h53 PV_STATUS status = PV_SUCCESS; local
59 status = BitstreamFillCache(stream);
63 return status;
71 PV_STATUS status = PV_SUCCESS; local
76 status = BitstreamFillCache(stream);
79 return status;
85 PV_STATUS status = PV_SUCCESS; local
90 status = BitstreamFillCache(stream);
93 return status;
/frameworks/base/cmds/servicemanager/
H A Dbctest.c36 unsigned status; local
49 status = bio_get_uint32(&reply);
53 return status;
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealthCallback.java35 * @param status Success or failure of the registration or unregistration
43 int status) {
44 Log.d(TAG, "onHealthAppConfigurationStatusChange: " + config + "Status: " + status);
42 onHealthAppConfigurationStatusChange(BluetoothHealthAppConfiguration config, int status) argument
/frameworks/base/drm/common/
H A DIDrmServiceListener.cpp52 status_t status = notify(DrmInfoEvent(uniqueId, type, message)); local
53 reply->writeInt32(status);
/frameworks/base/libs/rs/driver/
H A DrsdFrameBufferObj.cpp49 GLenum status; local
50 status = glCheckFramebufferStatus(GL_FRAMEBUFFER);
51 switch (status) {
/frameworks/base/location/java/android/location/
H A DLocationListener.java47 * Called when the provider status changes. This method is called when
53 * @param status {@link LocationProvider#OUT_OF_SERVICE} if the
60 * status variables.
70 void onStatusChanged(String provider, int status, Bundle extras); argument
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_vlc.c216 BIG_CODE_NUM and returning HANTRO_NOK status.
235 u32 status, codeNum = 0; local
242 status = h264bsdDecodeExpGolombUnsigned(pStrmData, &codeNum);
246 /* BIG_CODE_NUM and HANTRO_OK status means codeNum 2^32-1 which would
249 if (status == HANTRO_OK)
251 /* BIG_CODE_NUM and HANTRO_NOK status means codeNum 2^32 which results
259 else if (status == HANTRO_OK)
306 u32 status, codeNum; local
313 status = h264bsdDecodeExpGolombUnsigned(pStrmData, &codeNum);
315 if (status !
[all...]
/frameworks/base/media/libstagefright/rtsp/
H A DARTPAssembler.cpp39 AssemblyStatus status; local
41 status = assembleMore(source);
43 if (status == WRONG_SEQUENCE_NUMBER) {
59 if (status == NOT_ENOUGH_DATA) {
/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/core/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/base/core/jni/
H A Dandroid_text_AndroidBidi.cpp39 UErrorCode status = U_ZERO_ERROR; local
40 UBiDi* bidi = ubidi_openSized(n, 0, &status);
41 ubidi_setPara(bidi, chs, n, dir, NULL, &status);
42 if (U_SUCCESS(status)) {

Completed in 287 milliseconds

12345678910