/frameworks/wilhelm/src/itf/ |
H A D | IBassBoost.cpp | 51 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 D | IPrefetchStatus.cpp | 31 SLuint32 status = thiz->mStatus; local 33 *pStatus = status;
|
H A D | IVirtualizer.cpp | 51 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/drm/mediacas/plugins/clearkey/ |
H A D | JsonAssetLoader.cpp | 160 int status = jsmn_parse(&parser, jsonObject.string(), local 162 if (status < 0) { 163 ALOGE("Parser returns error code=%d", status); 212 int status = jsmn_parse(&parser, jsonAsset.string(), local 214 if (status < 0) { 215 ALOGE("Parser returns error code=%d", status);
|
H A D | ecm.cpp | 48 status_t status = ecm_generator::DecodeECMClearFields( local 50 if (status != OK) { 51 ALOGE("DecodeECMClearFields failed with status %d", status); 52 return status; 72 status_t status = ecm_generator::DecodeECM( local 74 if (status != OK) { 75 ALOGE("DecodeECM failed with status %d", status); 76 return status; 110 status_t status = mutable_ecm()->Parse(ecm_buffer); local 178 status_t status = mutable_descriptor(i)->Parse(descriptor_buffer); local [all...] |
/frameworks/av/drm/mediadrm/plugins/clearkey/default/ |
H A D | JsonWebKey.cpp | 200 int status = jsmn_parse(&parser, jsonObject.string(), local 202 if (status < 0) { 203 ALOGE("Parser returns error code=%d", status); 250 int status = jsmn_parse(&parser, jsonWebKeySet.string(), local 252 if (status < 0) { 253 ALOGE("Parser returns error code=%d", status);
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
H A D | JsonWebKey.cpp | 201 int status = jsmn_parse(&parser, jsonObject.c_str(), local 203 if (status < 0) { 204 ALOGE("Parser returns error code=%d", status); 251 int status = jsmn_parse(&parser, jsonWebKeySet.c_str(), local 253 if (status < 0) { 254 ALOGE("Parser returns error code=%d", status);
|
/frameworks/av/media/libaaudio/src/binding/ |
H A D | AAudioBinderClient.cpp | 97 status_t status = binder->linkToDeath(mAAudioClient); local 99 if (status != NO_ERROR) { 101 mAAudioClient.get(), status);
|
H A D | RingBufferParcelable.cpp | 83 status_t status = AAudioConvert_aaudioToAndroidStatus(validate()); local 84 if (status != NO_ERROR) goto error; 86 status = parcel->writeInt32(mCapacityInFrames); 87 if (status != NO_ERROR) goto error; 89 status = parcel->writeInt32(mBytesPerFrame); 90 if (status != NO_ERROR) goto error; 91 status = parcel->writeInt32(mFramesPerBurst); 92 if (status != NO_ERROR) goto error; 93 status = parcel->writeInt32(mFlags); 94 if (status ! 109 status_t status = parcel->readInt32(&mCapacityInFrames); local [all...] |
/frameworks/av/media/libaaudio/src/legacy/ |
H A D | AudioStreamLegacy.cpp | 185 status_t status = extendedTimestamp->getBestTimestamp(&localPosition, timeNanoseconds, local 187 if (status == OK) { 197 return AAudioConvert_androidToAAudioResult(status);
|
/frameworks/av/media/libaudioclient/ |
H A D | IEffect.cpp | 90 status_t status = remote()->transact(COMMAND, data, &reply); local 91 if (status == NO_ERROR) { 92 status = reply.readInt32(); 94 if (status != NO_ERROR) { 97 return status; 105 return status; 122 status_t status = remote()->transact(GET_CBLK, data, &reply); local 123 if (status == NO_ERROR) { 189 status_t status = command(cmdCode, cmdSize, cmd, &replySz, resp); local 190 reply->writeInt32(status); [all...] |
H A D | PlayerBase.cpp | 90 status_t status = playerStart(); local 91 if (status == NO_ERROR) { 94 ALOGW("PlayerBase::start() error %d", status); 96 return status; 100 status_t status = playerPause(); local 101 if (status == NO_ERROR) { 104 ALOGW("PlayerBase::pause() error %d", status); 106 return status; 111 status_t status = playerStop(); local 112 if (status 148 status_t status = playerSetVolume(); local 168 status_t status = playerSetVolume(); local [all...] |
/frameworks/av/media/libaudioclient/tests/ |
H A D | test_create_audiotrack.cpp | 75 status_t status; local 135 status = track->initCheck(); 136 sprintf(statusStr, "\n#### Test %u status %d\n", testCount, status); 138 if (status != NO_ERROR) {
|
/frameworks/av/media/libaudiohal/4.0/ |
H A D | ConversionHelperHidl.cpp | 50 status_t status = halKeys.getAt(i, key); local 51 if (status != OK) return status; 71 status_t status = params.getAt(i, key, value); local 72 if (status != OK) return status;
|
/frameworks/av/media/libaudioprocessing/ |
H A D | RecordBufferConverter.cpp | 92 status_t status = provider->getNextBuffer(&buffer); local 93 if (status != OK || buffer.frameCount == 0) {
|
/frameworks/av/media/libeffects/proxy/ |
H A D | EffectProxy.cpp | 206 int status = 0; local 213 status = pContext->aeli[SUB_FX_HOST]->create_effect( 217 if (status != NO_ERROR || (pContext->eHandle[SUB_FX_HOST] == NULL)) { 219 return status; 224 status = pContext->aeli[SUB_FX_OFFLOAD]->create_effect( 228 if (status != NO_ERROR || (pContext->eHandle[SUB_FX_OFFLOAD] == NULL)) { 321 subStatus[i] = &status; 334 return status;
|
/frameworks/av/media/libmedia/ |
H A D | IResourceManagerService.cpp | 104 status_t status = remote()->transact(RECLAIM_RESOURCE, data, &reply); local 105 if (status == NO_ERROR) {
|
/frameworks/av/media/libstagefright/ |
H A D | AMRWriter.cpp | 156 status_t status = mSource->stop(); local 158 (status != OK && status != ERROR_END_OF_STREAM)) { 159 err = status;
|
H A D | OmxInfoBuilder.cpp | 101 Status status; local 115 [&status, &serviceAttributes] ( 118 status = inStatus; 125 if (status != Status::OK) {
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
H A D | datapart_encode.cpp | 38 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...] |
H A D | vop.cpp | 42 PV_STATUS status; local 81 status = RC_VopQPSetting(video, rc); 82 if (status == PV_FAIL) 98 return status; 101 status = EncodeVop_NoME(video); 110 return status; 130 PV_STATUS status = PV_SUCCESS; local 135 status = EncodeShortHeader(stream, currVop); /* Encode Short Header */ 139 status = EncodeFrameCombinedMode(video); 147 status 199 PV_STATUS status = PV_SUCCESS; local 278 PV_STATUS status; local 311 PV_STATUS status; local 355 PV_STATUS status; local 415 PV_STATUS status; local [all...] |
/frameworks/av/media/libstagefright/rtsp/ |
H A D | AAVCAssembler.cpp | 361 AssemblyStatus status = addNALUnit(source); local 362 if (status == MALFORMED_PACKET) { 365 return status;
|
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/ |
H A D | MediaSessionStatus.java | 25 * Describes the playback status of a media session. 38 * To monitor session status, the application should supply a {@link PendingIntent} to use as the 39 * {@link MediaControlIntent#EXTRA_SESSION_STATUS_UPDATE_RECEIVER session status update receiver} 90 * Gets the timestamp associated with the status information in 93 * @return The status timestamp in the {@link SystemClock#elapsedRealtime()} time base. 119 * Gets a bundle of extras for this status object. 173 * Builder for {@link MediaSessionStatus media session status objects}. 179 * Creates a media session status builder using the current time as the 191 * Creates a media session status builder whose initial contents are 192 * copied from an existing status 194 Builder(MediaSessionStatus status) argument [all...] |
/frameworks/av/services/audioflinger/ |
H A D | AudioStreamOut.cpp | 61 status_t status = stream->getRenderPosition(&halPosition); local 62 if (status != NO_ERROR) { 63 return status; 77 return status; 84 status_t status = getRenderPosition(&position64); local 85 if (status == NO_ERROR) { 88 return status; 98 status_t status = stream->getPresentationPosition(&halPosition, timestamp); local 99 if (status != NO_ERROR) { 100 return status; 130 int status = hwDev()->openOutputStream( local [all...] |
/frameworks/base/cmds/incidentd/src/ |
H A D | incidentd_util.cpp | 127 static status_t statusCode(int status) { argument 128 if (WIFSIGNALED(status)) { 129 VLOG("return by signal: %s", strerror(WTERMSIG(status))); 130 return -WTERMSIG(status); 131 } else if (WIFEXITED(status) && WEXITSTATUS(status) > 0) { 132 VLOG("return by exit: %s", strerror(WEXITSTATUS(status))); 133 return -WEXITSTATUS(status); 139 int status; local 142 if (waitpid(pid, &status, 147 int status; local [all...] |