Searched refs:status (Results 201 - 225 of 352) sorted by last modified time

1234567891011>>

/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerTestApp.java196 int status = cursor.getInt(columnIndex);
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
H A DExternalSharedPermsTest.java45 public void onStatusChanged(String provider, int status, Bundle extras) {}
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
H A DExternalSharedPermsDiffKeyTest.java43 public void onStatusChanged(String provider, int status, Bundle extras) {}
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/src/com/android/framework/externalsharedpermsfltestapp/
H A DExternalSharedPermsFLTest.java40 public void onStatusChanged(String provider, int status, Bundle extras) {}
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s57 ; * OMX_Sts_Err - status error
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s57 ; * OMX_Sts_Err - status error
/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...]
H A Dh264bsd_dpb.h47 /* enumeration to represent status of buffered image */
62 dpbPictureStatus_e status; member in struct:__anon813
H A Dh264bsd_sei.c187 u32 tmp, payloadType, payloadSize, status; local
223 status = DecodeBufferingPeriod(
235 status = DecodePictureTiming(
251 status = DecodePanScanRectangle(
257 status = DecodeFillerPayload(pStrmData, payloadSize);
261 status = DecodeUserDataRegisteredITuTT35(
268 status = DecodeUserDataUnregistered(
275 status = DecodeRecoveryPoint(
281 status = DecodeDecRefPicMarkingRepetition(
289 status
[all...]
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/av/media/libstagefright/include/
H A DAwesomePlayer.h223 void postStreamDoneEvent_l(status_t status);
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp101 status_t status = mThread->join(); local
102 if (status != WOULD_BLOCK) {
105 CHECK_EQ(status, (status_t)NO_ERROR);
/frameworks/av/media/libstagefright/rtsp/
H A DAAVCAssembler.cpp354 AssemblyStatus status = addNALUnit(source); local
355 if (status == MALFORMED_PACKET) {
358 return status;
H A DAH263Assembler.cpp42 AssemblyStatus status = addPacket(source); local
43 if (status == MALFORMED_PACKET) {
46 return status;
H A DAMPEG4AudioAssembler.cpp471 AssemblyStatus status = addPacket(source); local
472 if (status == MALFORMED_PACKET) {
475 return status;
H A DAMPEG4ElementaryAssembler.cpp401 AssemblyStatus status = addPacket(source); local
402 if (status == MALFORMED_PACKET) {
405 return status;
H A DARTPAssembler.cpp33 AssemblyStatus status; local
35 status = assembleMore(source);
37 if (status == WRONG_SEQUENCE_NUMBER) {
53 if (status == NOT_ENOUGH_DATA) {
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp346 snprintf(buffer, SIZE, "Hardware status: %d\n"
453 status_t *status)
541 if (status != NULL) {
542 *status = lStatus;
1034 status_t status; local
1189 status_t status; local
1199 status = mParamStatus;
1202 status = TIMED_OUT;
1204 return status;
1362 status_t status local
441 createTrack( pid_t pid, audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, int frameCount, IAudioFlinger::track_flags_t flags, const sp<IMemory>& sharedBuffer, audio_io_handle_t output, pid_t tid, int *sessionId, status_t *status) argument
1685 status_t status = initCheck(); local
1709 createTrack_l( const sp<AudioFlinger::Client>& client, audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, int frameCount, const sp<IMemory>& sharedBuffer, int sessionId, IAudioFlinger::track_flags_t flags, pid_t tid, status_t *status) argument
1947 status_t status = ALREADY_EXISTS; local
2845 status_t status = INVALID_OPERATION; local
3468 status_t status = NO_ERROR; local
3897 status_t status = NO_ERROR; local
4576 status_t status = NO_ERROR; local
4726 status_t status = DEAD_OBJECT; local
5524 status_t status = Track::start(event, triggerSession); local
5878 openRecord( pid_t pid, audio_io_handle_t input, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, int frameCount, IAudioFlinger::track_flags_t flags, pid_t tid, int *sessionId, status_t *status) argument
6020 status_t status = initCheck(); local
6241 createRecordTrack_l( const sp<AudioFlinger::Client>& client, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, int frameCount, int sessionId, IAudioFlinger::track_flags_t flags, pid_t tid, status_t *status) argument
6296 status_t status = NO_ERROR; local
6330 status_t status = AudioSystem::startInput(mId); local
6593 status_t status = NO_ERROR; local
6951 status_t status; local
7139 status_t status; local
7468 createEffect(pid_t pid, effect_descriptor_t *pDesc, const sp<IEffectClient>& effectClient, int32_t priority, audio_io_handle_t io, int sessionId, status_t *status, int *id, int *enabled) argument
7892 status_t status = chain->addEffect_l(effect); local
8090 status_t status = NO_ERROR; local
8216 status_t status; local
8457 status_t status = (*mEffectInterface)->command(mEffectInterface, local
8506 status_t status = (*mEffectInterface)->command(mEffectInterface, local
8531 status_t status = (*mEffectInterface)->command(mEffectInterface, local
8567 status_t status = (*mEffectInterface)->command(mEffectInterface, local
8602 status_t status = (*mEffectInterface)->command(mEffectInterface, local
8633 status_t status = AudioSystem::setEffectEnabled(mId, enabled); local
8708 status_t status = NO_ERROR; local
8745 status_t status = NO_ERROR; local
8764 status_t status = NO_ERROR; local
8784 status_t status = NO_ERROR; local
8978 status_t status = mEffect->setEnabled(true); local
9003 status_t status = mEffect->setEnabled(false); local
9073 status_t status = NO_ERROR; local
[all...]
H A DAudioFlinger.h101 status_t *status);
113 status_t *status);
201 status_t *status,
592 status_t *status);
861 // The lack of mutex or barrier is safe because the mute status is only used by itself.
1086 status_t *status);
1208 // mixer status returned by prepareTracks_l()
1506 status_t *status);
1644 uint32_t status() {
1710 status_t mStatus; // initialization status
[all...]
H A DAudioMixer.cpp208 status_t status = initTrackDownmix(&mState.tracks[n], n, channelMask); local
209 if (status == OK) {
230 status_t status = OK; local
236 status = prepareTrackForDownmix(pTrack, trackNum);
240 return status;
265 int32_t status; local
300 status = (*pDbp->mDownmixHandle)->command(pDbp->mDownmixHandle,
304 if ((status != 0) || (cmdStatus != 0)) {
305 ALOGE("error %d while configuring downmixer for track %d", status, trackName);
309 status
[all...]
H A DAudioPolicyService.cpp306 status_t status = fx->initCheck(); local
307 if (status != NO_ERROR && status != ALREADY_EXISTS) {
508 status_t status = NO_ERROR; local
529 status = NO_MEMORY;
532 return status;
813 status_t status = NO_ERROR; local
829 status = command->mStatus;
832 return status;
839 status_t status local
862 status_t status = NO_ERROR; local
[all...]
/frameworks/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp526 int status; local
527 ASSERT_EQ(pid, wait(&status));
528 ASSERT_EQ(0, status);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp223 status_t status = SurfaceComposerClient::getDisplayInfo(dtoken, &dinfo); local
224 if (status)
/frameworks/base/cmds/installd/
H A Dcommands.c654 int status; local
661 got_pid = waitpid(pid, &status, 0);
674 if (WIFEXITED(status) && WEXITSTATUS(status) == 0) {
678 ALOGW("DexInv: --- END '%s' --- status=0x%04x, process failed\n",
679 apk_path, status);
680 return status; /* always nonzero */
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java683 public void packageInstalled(String name, int status) { argument
686 result = status;

Completed in 193 milliseconds

1234567891011>>