Searched refs:err (Results 301 - 325 of 640) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/libmedia/
H A DIMediaExtractor.cpp120 status_t err = remote()->transact(SETMEDIACAS, data, &reply); local
121 if (err != NO_ERROR) {
122 return err;
199 status_t err = data.readByteVector(&casToken); local
200 if (err != NO_ERROR) {
202 return err;
H A Dmediaplayer.cpp126 status_t err = UNKNOWN_ERROR; local
142 err = NO_ERROR;
152 return err;
160 status_t err = BAD_VALUE; local
169 err = attachNewPlayer(player);
172 return err;
178 status_t err = UNKNOWN_ERROR; local
186 err = attachNewPlayer(player);
188 return err;
194 status_t err local
439 status_t err = mPlayer->setPlaybackSettings(rate); local
551 status_t err = mPlayer->getDuration(&durationMs); local
[all...]
/frameworks/av/media/libstagefright/mpeg2ts/
H A DCasManager.cpp101 status_t err = initSession( local
103 if (err != OK) {
104 return err;
267 status_t err; local
268 if ((err = mProgramCasMap.editValueAt(
270 return err;
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp99 status_t err = yuvTexBuffer->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&buf)); local
100 if (err != 0) {
101 fprintf(stderr, "yuvTexBuffer->lock(...) failed: %d\n", err);
124 err = yuvTexBuffer->unlock();
125 if (err != 0) {
126 fprintf(stderr, "yuvTexBuffer->unlock() failed: %d\n", err);
/frameworks/native/opengl/tests/lib/include/
H A DEGLUtils.h42 static inline const char *strerror(EGLint err);
70 const char *EGLUtils::strerror(EGLint err) argument
72 switch (err){
140 int err; local
146 if ((err = window->query(window, NATIVE_WINDOW_FORMAT, &format)) < 0) {
147 return err;
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DRTSPSource2.h150 void setError(status_t err);
153 void finishSeek(status_t err);
H A DNuPlayer2DecoderBase.h65 kWhatError = 'err ',
85 virtual void handleError(int32_t err);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.h152 void setError(status_t err);
155 void finishSeek(status_t err);
H A DGenericSource.cpp442 status_t err = initFromDataSource(); local
444 if (err != OK) {
446 notifyPreparedAndCleanup(err);
453 err = convertMetaDataToMessage(meta, &msg);
454 if(err != OK) {
455 notifyPreparedAndCleanup(err);
477 status_t err = startSources(); local
478 if (err != OK) {
480 notifyPreparedAndCleanup(err);
501 void NuPlayer::GenericSource::notifyPreparedAndCleanup(status_t err) { argument
569 status_t err = UNKNOWN_ERROR; local
1111 status_t err = msg->postAndAwaitResponse(&response); local
1126 status_t err = doSeek(seekTimeUs, (MediaPlayerSeekMode)mode); local
1353 status_t err = NO_ERROR; local
[all...]
H A DNuPlayerDecoderBase.h65 kWhatError = 'err ',
85 virtual void handleError(int32_t err);
H A DStreamingSource.h68 void setError(status_t err);
/frameworks/base/cmds/incidentd/src/
H A DIncidentService.h114 virtual status_t command(FILE* in, FILE* out, FILE* err, Vector<String8>& args);
129 status_t cmd_privacy(FILE* in, FILE* out, FILE* err, Vector<String8>& args);
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp60 // For both of these, err should be in the errno range (positive), not a status_t (negative)
61 static void signalExceptionForError(JNIEnv* env, int err, int tid) { argument
62 switch (err) {
81 static void signalExceptionForPriorityError(JNIEnv* env, int err, int tid) { argument
82 switch (err) {
88 signalExceptionForError(env, err, tid);
94 static void signalExceptionForGroupError(JNIEnv* env, int err, int tid) { argument
95 switch (err) {
101 signalExceptionForError(env, err, tid);
273 int err local
282 int err; local
[all...]
/frameworks/base/tools/bit/
H A Dprint.cpp146 check_error(int err) argument
148 if (err != 0) {
/frameworks/native/cmds/flatland/
H A DMain.cpp344 status_t err; local
346 err = mGLConsumer->updateTexImage();
347 if (err < 0) {
348 fprintf(stderr, "GLConsumer::updateTexImage error: %d\n", err);
508 status_t err; local
544 err = mGLConsumer->updateTexImage();
545 if (err < 0) {
546 fprintf(stderr, "GLConsumer::updateTexImage error: %d\n", err);
/frameworks/native/opengl/libs/EGL/
H A Degl_tls.cpp34 const char *egl_tls_t::egl_strerror(EGLint err) { argument
35 switch (err) {
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp53 status_t err = EGLUtils::selectConfigForNativeWindow( local
55 if (err) {
/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp51 status_t err = EGLUtils::selectConfigForNativeWindow( local
53 if (err) {
/frameworks/native/vulkan/libvulkan/
H A Dlayers_extensions.cpp340 int err = errno; local
341 ALOGW_IF(err != ENOENT, "failed to open layer directory '%s': %s",
342 dirname.c_str(), strerror(err));
355 int32_t err; local
357 if ((err = OpenArchive(zipname.c_str(), &zip)) != 0) {
358 ALOGE("failed to open apk '%s': %d", zipname.c_str(), err);
364 if ((err = StartIteration(zip, &iter_cookie, &prefix_str, nullptr)) != 0) {
366 err);
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp252 int err = mNativeWindow->dequeueBuffer(mNativeWindow.get(), &buf, &fenceFd); local
253 if (err == 0 && fenceFd >= 0) {
256 err = fence->waitForever("SoftwareRenderer::render");
258 if (err != 0) {
259 ALOGW("Surface::dequeueBuffer returned error %d", err);
440 if ((err = native_window_set_buffers_timestamp(mNativeWindow.get(),
442 ALOGW("Surface::set_buffers_timestamp returned error %d", err);
460 if ((err = native_window_set_buffers_data_space(mNativeWindow.get(), dataSpace))) {
461 ALOGW("failed to set dataspace on surface (%d)", err);
473 if ((err
[all...]
/frameworks/native/libs/ui/
H A DGraphicBuffer.cpp170 status_t err = allocator.allocate(inWidth, inHeight, inFormat, inLayerCount, local
173 if (err == NO_ERROR) {
184 return err;
205 status_t err = mBufferMapper.importBuffer(handle, width, height, local
207 if (err != NO_ERROR) {
210 return err;
465 status_t err = mBufferMapper.importBuffer(handle, uint32_t(width), uint32_t(height), local
467 if (err != NO_ERROR) {
472 ALOGE("unflatten: registerBuffer failed: %s (%d)", strerror(-err), err);
[all...]
/frameworks/native/services/surfaceflinger/
H A DDispSync.cpp93 status_t err; local
115 err = mCond.wait(mMutex);
116 if (err != NO_ERROR) {
117 ALOGE("error waiting for new events: %s (%d)", strerror(-err), err);
132 err = mCond.wait(mMutex);
135 err = mCond.waitRelative(mMutex, targetTime - now);
138 if (err == TIMED_OUT) {
140 } else if (err != NO_ERROR) {
141 ALOGE("error waiting for next event: %s (%d)", strerror(-err), er
[all...]
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp522 status_t err; local
544 err = selectConfigForAttribute(display, attribs, wantedAttribute, wantedAttributeValue, config);
545 if (err == NO_ERROR) {
551 return err;
555 status_t err; local
559 err = selectEGLConfig(display, format, EGL_OPENGL_ES2_BIT, &config);
560 if (err != NO_ERROR) {
562 err = selectEGLConfig(display, format, EGL_OPENGL_ES_BIT, &config);
563 if (err != NO_ERROR) {
567 err
[all...]
/frameworks/av/include/media/stagefright/
H A DVideoFrameScheduler.h80 int64_t *a, int64_t *b, int64_t *err);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DVideoFrameScheduler.h80 int64_t *a, int64_t *b, int64_t *err);

Completed in 386 milliseconds

<<11121314151617181920>>