Searched refs:status (Results 76 - 100 of 521) sorted by relevance

1234567891011>>

/frameworks/av/media/libnbaio/
H A DAudioBufferProviderSource.cpp58 status_t status = mProvider->getNextBuffer(&mBuffer, readPTS); local
59 if (status != OK) {
60 return status == NOT_ENOUGH_DATA ? (ssize_t) WOULD_BLOCK : (ssize_t) status;
105 status_t status = mProvider->getNextBuffer(&mBuffer, readPTS); local
106 if (CC_LIKELY(status == OK)) {
113 if (CC_LIKELY(status == NOT_ENOUGH_DATA)) {
114 status = WOULD_BLOCK;
116 return accumulator > 0 ? accumulator : (ssize_t) status;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
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;
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/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/av/media/libstagefright/codecs/avc/enc/src/
H A Dbitstream_io.cpp147 AVCEnc_Status status = AVCENC_SUCCESS; local
165 status = AVCBitstreamSaveWord(stream);
166 return status;
177 status = AVCBitstreamSaveWord(stream); /* save current word */
184 return status;
199 AVCEnc_Status status; local
210 status = AVCBitstreamSaveWord(stream);
211 return status;
231 AVCEnc_Status status; local
238 status
[all...]
H A Davcenc_api.cpp59 AVCEnc_Status status; local
144 status = SetEncodeParam(avcHandle, encParam, extSPS, extPPS); /* initialized variables to be used in SPS*/
145 if (status != AVCENC_SUCCESS)
147 return status;
282 AVCEnc_Status status; local
322 status = InitFrame(encvid);
324 if (status == AVCENC_SUCCESS)
328 else if (status == AVCENC_NEW_IDR)
351 else if (status == AVCENC_PICTURE_READY) // no buffers returned back to the encoder
357 return status; // retur
373 AVCEnc_Status status; local
[all...]
H A Dslice.cpp23 AVCEnc_Status status = AVCENC_SUCCESS; local
89 status = EncodeMB(encvid);
90 if (status != AVCENC_SUCCESS)
111 status = AVCENC_PICTURE_READY;
125 status = AVCENC_SLICE_EMPTY; /* error, one slice group has no MBs in it */
129 status = AVCENC_SUCCESS;
145 status = AVCENC_FAIL;
149 return status;
155 AVCEnc_Status status = AVCENC_SUCCESS; local
210 status
552 AVCEnc_Status status = AVCENC_SUCCESS; local
688 AVCEnc_Status status = AVCENC_SUCCESS; local
774 AVCEnc_Status status = AVCENC_SUCCESS; local
[all...]
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pServiceResponse.java70 * The status code of service discovery response.
71 * Currently 4 status codes are defined and the status codes from 4 to 255
90 public static String toString(int status) { argument
91 switch(status) {
113 * @param status status code.
118 protected WifiP2pServiceResponse(int serviceType, int status, int transId, argument
121 mStatus = status;
138 * Return the status cod
[all...]
/frameworks/av/services/audioflinger/
H A DPatchPanel.cpp144 status_t status = NO_ERROR; local
185 status = BAD_VALUE;
194 status = INVALID_OPERATION;
200 status = BAD_VALUE;
209 status = BAD_VALUE;
218 status = INVALID_OPERATION;
228 status = INVALID_OPERATION;
237 status = INVALID_OPERATION;
255 status = NO_MEMORY;
278 status
420 status_t status = createAudioPatch(&subPatch, &patch->mRecordPatchHandle); local
550 status_t status = NO_ERROR; local
666 status_t status = NO_ERROR; local
[all...]
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp183 status_t status = DRM_ERROR_UNKNOWN; local
185 status = getDrmManagerService()->consumeRights(
188 return status;
194 status_t status = DRM_ERROR_UNKNOWN; local
196 status = getDrmManagerService()->setPlaybackStatus(
199 return status;
214 status_t status = DRM_ERROR_UNKNOWN; local
216 status = getDrmManagerService()->removeRights(uniqueId, path);
218 return status;
251 status_t status local
284 status_t status = DRM_ERROR_UNKNOWN; local
295 status_t status = DRM_ERROR_UNKNOWN; local
307 status_t status = DRM_ERROR_UNKNOWN; local
319 status_t status = DRM_ERROR_UNKNOWN; local
[all...]
/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
H A DRemoteDisplay.java107 return mMutableInfo.status;
110 public void setStatus(int status) { argument
111 if (mMutableInfo.status != status) {
112 mMutableInfo.status = status;
/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
H A DEnrollmentUtil.java94 int status = SoundTrigger.STATUS_ERROR;
96 status = mModelManagementService.updateKeyphraseSoundModel(soundModel);
100 return status == SoundTrigger.STATUS_OK;
149 int status = SoundTrigger.STATUS_ERROR;
151 status = mModelManagementService.deleteKeyphraseSoundModel(keyphraseId, bcp47Locale);
155 return status == SoundTrigger.STATUS_OK;
H A DTestEnrollmentActivity.java67 boolean status = mEnrollmentUtil.addOrUpdateSoundModel(soundModel);
68 if (status) {
87 boolean status = mEnrollmentUtil.deleteSoundModel(KEYPHRASE_ID, BCP47_LOCALE);
88 if (status) {
112 boolean status = mEnrollmentUtil.addOrUpdateSoundModel(updated);
113 if (status) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManager.java107 AtomicBoolean status = (AtomicBoolean) ar.userObj;
108 status.set(true);
180 AtomicBoolean status = new AtomicBoolean(false);
181 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status);
186 waitForResult(status);
228 AtomicBoolean status = new AtomicBoolean(false);
229 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status);
233 waitForResult(status);
275 AtomicBoolean status = new AtomicBoolean(false);
276 Message response = mBaseHandler.obtainMessage(EVENT_LOAD_DONE, status);
298 waitForResult(AtomicBoolean status) argument
[all...]
H A DRadioCapability.java43 * RIL_RadioCapability. status = 0, if any START's fail no APPLY will
108 /** Return status and an input parameter for RC_Phase_FINISH */
124 * @param status tell modem the action transaction of
128 int radioAccessFamily, String logicalModemUuid, int status) {
134 mStatus = status;
193 * get request status.
195 * @return status and an input parameter for RC_PHASE_FINISH
127 RadioCapability(int phoneId, int session, int phase, int radioAccessFamily, String logicalModemUuid, int status) argument
/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/base/core/java/android/bluetooth/
H A DIBluetoothHealthCallback.aidl28 void onHealthAppConfigurationStatusChange(in BluetoothHealthAppConfiguration config, int status);
/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIVideoCallback.aidl34 int status,
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsVideoCallCallback.aidl37 void receiveSessionModifyResponse(int status, in VideoProfile requestedProfile,
/frameworks/compile/mclinker/lib/Support/
H A DFileSystem.cpp19 mcld::sys::fs::detail::status(pPath, file_status);
27 detail::status(pPath, file_status);
/frameworks/opt/telephony/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);
/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; \

Completed in 5242 milliseconds

1234567891011>>