Searched refs:NO_ERROR (Results 176 - 200 of 221) sorted by relevance

123456789

/frameworks/av/media/libstagefright/
H A DDRMExtractor.cpp144 &encryptedDrmBuffer, &pDecryptedDrmBuffer)) != NO_ERROR) {
H A DACodec.cpp2250 status_t err = NO_ERROR;
2260 if (err != NO_ERROR) {
2268 if (err != NO_ERROR) {
2276 if (err != NO_ERROR) {
2284 if (err != NO_ERROR) {
2292 if (err != NO_ERROR) {
2300 if (err != NO_ERROR) {
2313 if (err != NO_ERROR) {
2324 if (err != NO_ERROR) {
2333 if (err != NO_ERROR) {
[all...]
H A DOMXCodec.cpp1912 status_t err = NO_ERROR;
1922 if (err != NO_ERROR) {
1930 if (err != NO_ERROR) {
1938 if (err != NO_ERROR) {
1946 if (err != NO_ERROR) {
1962 if (err != NO_ERROR) {
1970 if (err != NO_ERROR) {
1983 if (err != NO_ERROR) {
1994 if (err != NO_ERROR) {
2003 if (err != NO_ERROR) {
[all...]
H A DCameraSource.cpp680 if (NO_ERROR !=
773 if (NO_ERROR !=
H A DSurfaceMediaSource.cpp75 if (err != NO_ERROR) {
/frameworks/av/services/audioflinger/
H A Dtest-resample.cpp200 return NO_ERROR;
/frameworks/base/cmds/service/
H A Dservice.cpp38 if (err == NO_ERROR) {
/frameworks/wilhelm/src/itf/
H A DIEffectSend.c99 case android::NO_ERROR:
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp197 return NO_ERROR;
647 if (mSurfaceTexture->updateTexImage(&r, true) < NO_ERROR) {
H A DTransform.cpp173 return NO_ERROR;
/frameworks/av/cmds/stagefright/
H A Dstream.cpp375 if (player != NULL && player->setDataSource(source) == NO_ERROR) {
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp302 return NO_ERROR;
/frameworks/base/core/jni/
H A Dandroid_util_XmlBlock.cpp53 if (osb == NULL || osb->getError() != NO_ERROR) {
H A Dcom_android_internal_content_NativeLibraryHelper.cpp278 if (zipFile.open(filePath.c_str()) != NO_ERROR) {
H A Dandroid_view_Surface.cpp115 if (res != NO_ERROR) {
119 return NO_ERROR;
493 minLayer, maxLayer, allLayers) != NO_ERROR) {
/frameworks/wilhelm/src/android/
H A Dandroid_StreamPlayer.cpp392 } else if (mPlayer->setDataSource(mAppProxy /*IStreamSource*/) != NO_ERROR) {
/frameworks/av/camera/
H A DCameraParameters.cpp478 return NO_ERROR;
/frameworks/av/media/common_time/
H A DICommonClock.cpp426 return NO_ERROR;
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp105 CHECK_EQ(status, (status_t)NO_ERROR);
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG4AudioAssembler.cpp463 CHECK_EQ(err, (status_t)NO_ERROR);
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp434 if (mr->initCheck() != NO_ERROR) {
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_Visualizer.cpp113 case NO_ERROR:
/frameworks/base/services/input/
H A DEventHub.cpp452 return NO_ERROR;
460 return NO_ERROR;
476 if (err == NO_ERROR) {
477 return NO_ERROR;
/frameworks/native/libs/binder/
H A DMemoryDealer.cpp305 return NO_ERROR;
/frameworks/native/opengl/tests/hwc/
H A DhwcRects.cpp513 if ((rv = rect.texture->initCheck()) != NO_ERROR) {

Completed in 781 milliseconds

123456789