Searched refs:status (Results 101 - 125 of 648) sorted by relevance

1234567891011>>

/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java174 * Internal operation status. Not returned by any method.
705 int status = getParameter(p, v);
707 if (status == 4 || status == 8) {
709 if (status == 8) {
712 status /= 4;
714 status = ERROR;
716 return status;
736 int status = getParameter(p, v);
738 if (status
1000 onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) argument
1266 checkStatus(int status) argument
1284 isError(int status) argument
[all...]
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothPacketEncoder.java46 // current running status, or zero if none
61 byte status = msg[offset];
62 boolean isSysExStart = (status == MidiConstants.STATUS_SYSTEM_EXCLUSIVE);
63 boolean isSysExContinuation = ((status & 0x80) == 0);
82 if (status == mRunningStatus) bytesNeeded--; // subtract one for status byte
139 if (status != mRunningStatus) {
140 mAccumulationBuffer[mAccumulatedBytes++] = status;
141 if (MidiConstants.allowRunningStatus(status)) {
142 mRunningStatus = status;
[all...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
H A DRedirectListener.java158 response = status(OSUOperationStatus.UserInputComplete);
176 status(OSUOperationStatus.UserInputAborted);
184 status(OSUOperationStatus.UserInputAborted);
191 private String status(OSUOperationStatus status) { argument
192 Log.d(TAG, "User input status: " + status);
194 mUserStatus = status;
197 String message = (status == OSUOperationStatus.UserInputAborted) ?
200 return mOSUManager.notifyUser(status, messag
[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/media/libstagefright/
H A DMediaSync.cpp118 status_t status = local
123 if (status != NO_ERROR) {
124 ALOGE("setSurface: failed to connect (%d)", status);
125 return status;
210 status_t status = local
212 if (status == NO_ERROR) {
227 return status;
629 status_t status = mInput->acquireBuffer(&bufferItem, 0 /* presentWhen */); local
630 if (status != NO_ERROR) {
631 ALOGE("acquiring buffer from input failed (%d)", status);
685 status_t status = mOutput->attachBuffer(&slot, bufferItem.mGraphicBuffer); local
722 status_t status = mOutput->detachNextBuffer(&buffer, &fence); local
765 status_t status = mInput->attachBuffer(&consumerSlot, oldBuffer); 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/location/java/android/location/
H A DGpsStatus.java105 * Event sent periodically to report GPS satellite status.
106 * Call {@link #getSatellites()} to retrieve the status for each satellite.
111 * Used for receiving notifications when GPS status has changed.
117 * Called to report changes in the GPS status.
128 * status information.
203 void setStatus(GnssStatus status, int timeToFirstFix) { argument
205 setStatus(status.mSvCount, status.mSvidWithFlags, status.mCn0DbHz, status
[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/wilhelm/src/android/
H A Dandroid_Effect.cpp202 android::status_t status; local
212 status = pFx->getParameter(p);
213 if (android::NO_ERROR == status) {
214 status = p->status;
215 if (android::NO_ERROR == status) {
220 return status;
228 android::status_t status; local
239 status = pFx->setParameter(p);
240 if (android::NO_ERROR == status) {
388 android::status_t status = android_fx_setParam(pFx, REVERB_PARAM_PRESET, local
503 android::status_t status = ap->mAudioTrack->attachAuxEffect(pFx->id()); local
577 android::status_t status; local
597 android::status_t status; local
617 android_fx_statusToResult(android::status_t status) argument
639 android::status_t status = effect->initCheck(); local
697 android::status_t status = local
730 android::status_t status = local
783 android::status_t status = pFx->initCheck(); local
819 android::status_t status = pFx->setEnabled(SL_BOOLEAN_TRUE == enabled); local
851 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/base/telecomm/java/com/android/internal/telecom/
H A DIVideoCallback.aidl33 int status,
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsVideoCallCallback.aidl36 void receiveSessionModifyResponse(int status, in VideoProfile requestedProfile,
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DSchedulerService.java29 Notification status = new Notification.Builder(this)
41 startForeground(1, status);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
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/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 2066 milliseconds

1234567891011>>