HomeSort by relevance Sort by last modified time
    Searched full:no_error (Results 251 - 275 of 363) sorted by null

<<1112131415

  /hardware/libhardware_legacy/audio/
AudioHardwareGeneric.h 91 virtual status_t standby() { return NO_ERROR; }
  /ndk/sources/host-tools/ndk-stack/elff/
mapfile.c 139 (GetLastError() != NO_ERROR)) {
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
MessagingException.java 32 public static final int NO_ERROR = -1;
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
Recorder.java 43 public static final int NO_ERROR = 0;
  /system/media/wilhelm/src/android/
android_defs.h 61 #define PLAYER_SUCCESS ((int32_t) android::NO_ERROR)
android_GenericMediaPlayer.cpp 228 if (player == 0 || player->getCurrentPosition(msec) != NO_ERROR) {
469 if (status == NO_ERROR) {
  /frameworks/base/opengl/libagl/
egl.cpp 375 if (nativeWindow->dequeueBuffer(nativeWindow, &buffer) != NO_ERROR) {
399 GRALLOC_USAGE_SW_WRITE_OFTEN, &bits) != NO_ERROR) {
440 int err = NO_ERROR;
503 GRALLOC_USAGE_SW_READ_OFTEN, &prevBits) == NO_ERROR) {
524 if (nativeWindow->dequeueBuffer(nativeWindow, &buffer) == NO_ERROR) {
554 GRALLOC_USAGE_SW_WRITE_OFTEN, &bits) != NO_ERROR) {
    [all...]
  /hardware/msm7k/libcamera/
QualcommCameraHardware.cpp 364 if (setParameters(p) != NO_ERROR) {
505 return NO_ERROR;
709 return NO_ERROR;
761 NO_ERROR : UNKNOWN_ERROR;
881 return mAutoFocusCallback == af_cb ? NO_ERROR : INVALID_OPERATION;
887 return NO_ERROR;
    [all...]
  /external/mesa3d/test/
egl.cpp 420 if (nativeWindow->dequeueBuffer(nativeWindow, &buffer) != NO_ERROR) {
444 GRALLOC_USAGE_SW_WRITE_OFTEN, &bits) != NO_ERROR) {
485 int err = NO_ERROR;
550 GRALLOC_USAGE_SW_READ_OFTEN, &prevBits) == NO_ERROR) {
571 if (nativeWindow->dequeueBuffer(nativeWindow, &buffer) == NO_ERROR) {
601 GRALLOC_USAGE_SW_WRITE_OFTEN, &bits) != NO_ERROR) {
    [all...]
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 117 case NO_ERROR:
178 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) {
182 if (AudioSystem::getOutputSamplingRate(&afSampleRate, streamType) != NO_ERROR) {
324 if (lpTrack->initCheck() != NO_ERROR) {
787 if (AudioSystem::getOutputSamplingRate(&afSamplingRate, nativeStreamType) != NO_ERROR) {
805 sampleRateInHertz) != NO_ERROR) {
    [all...]
  /external/stlport/src/details/
fstream_win32io.cpp 86 if (li.LowPart != INVALID_FILE_SIZE || GetLastError() == NO_ERROR)
572 if (li.LowPart != INVALID_SET_FILE_POINTER || GetLastError() == NO_ERROR)
  /frameworks/base/media/libmedia/
mediarecorder.cpp 636 return mMediaRecorder != 0 ? NO_ERROR : NO_INIT;
657 return NO_ERROR;
  /frameworks/base/opengl/tests/hwc/
hwcColorEquiv.cpp 317 if ((rv = refFrame->initCheck()) != NO_ERROR) {
331 if ((rv = refFrame->initCheck()) != NO_ERROR) {
  /frameworks/base/services/sensorservice/
Fusion.cpp 292 return NO_ERROR;
331 return NO_ERROR;
  /frameworks/base/services/surfaceflinger/
Layer.cpp 176 return NO_ERROR;
403 if (mSurfaceTexture->updateTexImage() < NO_ERROR) {
  /frameworks/media/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 407 CHECK(NO_ERROR == anw->lockBuffer(anw, buf->getNativeBuffer()));
414 CHECK(NO_ERROR == anw->queueBuffer(anw, buf->getNativeBuffer()));
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 274 status_t ret = NO_ERROR;
309 status_t ret = NO_ERROR;
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 86 if (li.LowPart != INVALID_FILE_SIZE || GetLastError() == NO_ERROR)
572 if (li.LowPart != INVALID_SET_FILE_POINTER || GetLastError() == NO_ERROR)
  /external/dbus/dbus/
dbus-file-win.c 137 if (fsize == 0xFFFFFFFF && GetLastError() != NO_ERROR)
  /external/zlib/contrib/minizip/
iowin32.c 224 if ( (li.LowPart == 0xFFFFFFFF) && (GetLastError() != NO_ERROR))
  /frameworks/base/cmds/stagefright/
stream.cpp 362 if (player != NULL && player->setDataSource(source) == NO_ERROR) {
  /frameworks/base/drm/drmserver/
DrmManagerService.cpp 285 return NO_ERROR;
  /frameworks/base/include/media/
AudioSystem.h 101 // - NO_ERROR: successful operation, halFrames and dspFrames point to valid data
  /frameworks/base/media/libmediaplayerservice/
MediaRecorderClient.cpp 303 return NO_ERROR;
  /frameworks/base/media/libstagefright/
DRMExtractor.cpp 149 &encryptedDrmBuffer, &pDecryptedDrmBuffer)) != NO_ERROR) {

Completed in 1240 milliseconds

<<1112131415