Searched defs:status (Results 226 - 250 of 418) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
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/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_decode.cpp98 Modified : 04/16/2001 : removed status checking of PV_BitstreamFlushBits
105 PV_STATUS status; local
116 status = BitstreamCheckEndBuffer(stream);
117 if (status == PV_END_OF_VOP) return status; /* 03/19/2002 */
134 PV_STATUS status; local
164 status = PV_VlcDecMV(stream, &vlc_code_mag);
165 if (status != PV_SUCCESS)
167 return status;
174 status
269 PV_STATUS status; local
454 PV_STATUS status = PV_SUCCESS; local
630 PV_STATUS status = PV_FAIL; /* 07/09/01 */ local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.c71 /* macros to determine picture status. Note that IS_SHORT_TERM macro returns
74 #define IS_REFERENCE(a) ((a).status)
75 #define IS_EXISTING(a) ((a).status > NON_EXISTING)
77 ((a).status == NON_EXISTING || (a).status == SHORT_TERM)
78 #define IS_LONG_TERM(a) ((a).status == LONG_TERM)
81 #define SET_UNUSED(a) (a).status = UNUSED;
439 dpb->buffer[index].status = LONG_TERM;
580 dpb->currentOut->status = LONG_TERM;
641 u32 i, status; local
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG4AudioAssembler.cpp479 AssemblyStatus status = addPacket(source); local
480 if (status == MALFORMED_PACKET) {
483 return status;
/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.cpp49 void *status; local
50 pthread_join(mThread, &status);
51 return (status_t)(intptr_t)status;
H A DWebmWriter.cpp250 status_t status = mStreams[i].mThread->stop(); local
251 if (err == OK && status != OK) {
252 err = status;
503 status_t status = mStreams[i].mThread->pause(); local
504 if (status != OK) {
505 err = status;
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImplLegacy.cpp168 status_t status = audioPolicyEffects->addOutputSessionEffects(output, stream, session); local
169 if (status != NO_ERROR && status != ALREADY_EXISTS) {
205 status_t status = audioPolicyEffects->releaseOutputSessionEffects(output, stream, session); local
206 if (status != NO_ERROR && status != ALREADY_EXISTS) {
278 status_t status = audioPolicyEffects->addInputEffects(*input, inputSource, session); local
279 if (status != NO_ERROR && status != ALREADY_EXISTS) {
323 status_t status local
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadset.java599 * can keep the device awake by polling for cellular status updates. As a
832 public void clccResponse(int index, int direction, int status, int mode, boolean mpty, argument
836 mService.clccResponse(index, direction, status, mode, mpty, number, type);
H A DBluetoothHealth.java340 * by applications like status bar which would just like to know the state of the
372 * by applications like status bar which would just like to know the state of the
400 * by applications like status bar which would just like to know the state of the
431 int status) {
432 mCallback.onHealthAppConfigurationStatusChange(config, status);
430 onHealthAppConfigurationStatusChange(BluetoothHealthAppConfiguration config, int status) argument
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraManager.java110 * with the availability status of all currently known camera devices.</p>
157 * Register a callback to be notified about torch mode status.
163 * with the torch mode status of all currently known camera devices with a flash unit.</p>
171 * @param callback The new callback to send torch mode status to
191 * Remove a previously-added callback; the callback will no longer receive torch mode status
563 * {@link CameraManager#registerTorchCallback} to be notified of such status changes.
776 // Camera ID -> Torch status map
884 int status = cameraService.setTorchMode(cameraId, enabled, mTorchClientBinder);
913 private boolean isAvailable(int status) { argument
914 switch (status) {
922 validStatus(int status) argument
934 validTorchStatus(int status) argument
945 postSingleUpdate(final AvailabilityCallback callback, final Handler handler, final String id, final int status) argument
966 postSingleTorchUpdate(final TorchCallback callback, final Handler handler, final String id, final int status) argument
1004 onStatusChangedLocked(int status, String id) argument
1069 onTorchStatusChangedLocked(int status, String id) argument
1152 onStatusChanged(int status, int cameraId) argument
1159 onTorchStatusChanged(int status, String cameraId) argument
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkAgent.java119 * networks status - whether we could use the network or could not, due to
176 * Sent by the NetworkAgent to ConnectivityService to provide status on a packet keepalive
444 * This may be called multiple times as the network status changes and may
447 protected void networkStatus(int status) { argument
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java171 /** Successful status always 0, !0 is an unsuccessful status */
293 int status = connectSync(srcContext, srcHandler, dstHandler);
294 if (status == STATUS_SUCCESSFUL) {
296 status = response.arg1;
298 return status;
305 * msg.arg1 = status
351 * msg.arg1 = status
366 * msg.arg1 = status
425 * msg.arg1 = status
842 replyHalfConnected(int status) argument
871 replyDisconnected(int status) argument
[all...]
/frameworks/base/libs/hwui/
H A DLayerRenderer.cpp376 bool status = false; local
454 status = true;
471 return status;
/frameworks/base/media/java/android/media/
H A DSoundPool.java468 * @param status the status of the load operation (0 = success)
470 public void onLoadComplete(SoundPool soundPool, int sampleId, int status); argument
/frameworks/base/media/java/android/media/audiofx/
H A DEnvironmentalReverb.java440 * @param status status of the set parameter operation.
444 void onParameterChange(EnvironmentalReverb effect, int status, int param, int value); argument
455 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument
476 l.onParameterChange(EnvironmentalReverb.this, status, p, v);
/frameworks/base/wifi/java/android/net/wifi/
H A DScanResult.java158 * Status: indicating join status
176 public void setAutoJoinStatus(int status) { argument
177 if (status < 0) status = 0;
178 if (status == 0) {
180 } else if (status > autoJoinStatus) {
183 autoJoinStatus = status;
457 sb.append(", status: ").append(autoJoinStatus);
/frameworks/native/cmds/servicemanager/
H A Dbinder.c173 int status)
188 if (status) {
192 data.txn.data.ptr.buffer = (uintptr_t)&status;
170 binder_send_reply(struct binder_state *bs, struct binder_io *reply, binder_uintptr_t buffer_to_free, int status) argument
/frameworks/native/include/android/
H A Dsensor.h169 int8_t status; member in struct:ASensorVector
199 int8_t status; member in struct:AHeartRateEvent
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsVideoCallProvider.java210 int status, VideoProfile requestedProfile, VideoProfile responseProfile) {
213 mCallback.receiveSessionModifyResponse(status, requestedProfile, responseProfile);
209 receiveSessionModifyResponse( int status, VideoProfile requestedProfile, VideoProfile responseProfile) argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiLogger.java278 public void onRingBufferData(WifiNative.RingBufferStatus status, byte[] buffer) {
279 WifiLogger.this.onRingBufferData(status, buffer);
288 synchronized void onRingBufferData(WifiNative.RingBufferStatus status, byte[] buffer) { argument
289 LimitedCircularArray<byte[]> ring = mRingBufferData.get(status.name);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DUiccSmsController.java57 updateMessageOnIccEfForSubscriber(int subId, String callingPackage, int index, int status, argument
61 return iccSmsIntMgr.updateMessageOnIccEf(callingPackage, index, status, pdu);
70 public boolean copyMessageToIccEfForSubscriber(int subId, String callingPackage, int status, argument
74 return iccSmsIntMgr.copyMessageToIccEf(callingPackage, status, pdu, smsc);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java92 * Here, the error class is defined by the bits from 9-8, the status code by the bits from 7-0.
95 private int status; field in class:SmsMessage
244 // First byte is status: RECEIVED_READ, RECEIVED_UNREAD, STORED_SENT,
432 * Returns the status for a previously submitted message.
433 * For not interfering with status codes from GSM, this status code is
438 return (status << 16);
764 // other messages, it would be unclear what the status
768 // indicate successful delivery (status == 0).
773 status
[all...]
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp164 // All error returns from this method are via notifyPrepared(status) followed by "return".
422 CacheStatus_t status = getCacheRemaining(&eos); local
424 if (eos || status == kStatusHigh
425 || ((mStateFlags & kFlagPreparing) && (status >= kStatusEnough))) {
599 // Prepared state, prefetch status notifications
604 // to replace by a new signalPrepareCompletion(status) if we re-visit this later.
610 // status code but we can provide a more specific one.
715 // cache status is evaluated against duration thresholds
732 // cache status is evaluated against cache amount thresholds
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp133 SLuint32 status; local
135 result = (*caller)->GetPrefetchStatus(caller, &status);
138 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
391 /* Get the prefetch status interface which was explicitly requested */
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp766 int status; local
767 pid_t actualPid = TEMP_FAILURE_RETRY(waitpid(pid, &status, 0));
770 } else if (status != 0) {
771 ALOGW("'am broadcast' exited with status=%d", status);

Completed in 815 milliseconds

1234567891011>>