HomeSort by relevance Sort by last modified time
    Searched refs:NO_ERROR (Results 176 - 200 of 651) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/av/media/libmedia/
IEffectClient.cpp 103 return NO_ERROR;
110 return NO_ERROR;
135 return NO_ERROR;
IRemoteDisplayClient.cpp 86 return NO_ERROR;
91 return NO_ERROR;
97 return NO_ERROR;
AudioTrack.cpp 72 if (status != NO_ERROR) {
79 if (status != NO_ERROR) {
86 if (status != NO_ERROR) {
109 return NO_ERROR;
185 if (mStatus == NO_ERROR) {
308 if (status != NO_ERROR) {
416 if (status != NO_ERROR) {
425 mStatus = NO_ERROR;
442 return NO_ERROR;
493 status_t status = NO_ERROR;
    [all...]
IMediaCodecList.cpp 109 return NO_ERROR;
124 return NO_ERROR;
139 return NO_ERROR;
152 return NO_ERROR;
  /frameworks/native/libs/gui/tests/
SurfaceTextureGLToGL_test.cpp 120 ASSERT_EQ(NO_ERROR, mST->updateTexImage());
121 ASSERT_EQ(NO_ERROR, mST->updateTexImage());
175 ASSERT_EQ(NO_ERROR, mST->updateTexImage());
221 ASSERT_EQ(NO_ERROR, mST->updateTexImage());
269 ASSERT_EQ(NO_ERROR, mST->updateTexImage());
306 ASSERT_EQ(NO_ERROR, mST->updateTexImage());
359 ASSERT_EQ(NO_ERROR, mST->updateTexImage());
360 ASSERT_EQ(NO_ERROR, mST->updateTexImage());
420 ASSERT_EQ(NO_ERROR, mST->updateTexImage());
421 ASSERT_EQ(NO_ERROR, mST->updateTexImage())
    [all...]
  /hardware/ti/omap4xxx/camera/
MemoryManager.cpp 157 status_t ret = NO_ERROR;
205 status_t ret = NO_ERROR;
215 if ( NO_ERROR == ret )
  /frameworks/base/tools/aapt/
ZipFile.cpp 121 result = NO_ERROR;
206 status_t result = NO_ERROR;
268 if (result != NO_ERROR) {
312 if (result != NO_ERROR) {
363 status_t result = NO_ERROR;
418 if (result != NO_ERROR) {
450 if (result != NO_ERROR) {
477 if (result != NO_ERROR) {
565 if (result != NO_ERROR)
569 if (result != NO_ERROR)
    [all...]
Resource.cpp 149 return NO_ERROR;
223 if (err != NO_ERROR) {
272 return NO_ERROR;
291 while ((res=it.next()) == NO_ERROR) {
320 return hasErrors ? UNKNOWN_ERROR : NO_ERROR;
349 ssize_t res = NO_ERROR;
353 while ((res=it.next()) == NO_ERROR) {
370 return (hasErrors || (res < NO_ERROR)) ? UNKNOWN_ERROR : NO_ERROR;
    [all...]
  /frameworks/native/libs/binder/
IPCThreadState.cpp 360 mLastError = NO_ERROR;
426 if (result >= NO_ERROR) {
491 if (result < NO_ERROR && result != TIMED_OUT && result != -ECONNREFUSED && result != -EBADF) {
560 if (err == NO_ERROR) {
566 if (err != NO_ERROR) {
648 handle, result == NO_ERROR ? "SUCCESS" : "FAILURE");
672 return NO_ERROR;
680 return NO_ERROR;
704 if (err < NO_ERROR) return err;
715 if ((err=talkWithDriver()) < NO_ERROR) break
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.cpp 197 * NO_ERROR -- success
244 return NO_ERROR;
387 * NO_ERROR -- success
440 if (ret != NO_ERROR) {
488 ret = NO_ERROR;
504 * NO_ERROR -- success
618 return NO_ERROR;
691 return NO_ERROR;
897 if (ret != NO_ERROR) {
993 status_t err = NO_ERROR;
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Channel.cpp 155 * NO_ERROR -- success
169 return NO_ERROR;
186 * NO_ERROR -- success
194 int32_t rc = NO_ERROR;
235 * NO_ERROR -- success
240 int32_t rc = NO_ERROR;
253 if (rc != NO_ERROR) {
274 * NO_ERROR -- success
279 int32_t rc = NO_ERROR;
306 * NO_ERROR -- succes
    [all...]
  /frameworks/wilhelm/src/android/
android_Effect.cpp 206 if (android::NO_ERROR == status) {
208 if (android::NO_ERROR == status) {
233 if (android::NO_ERROR == status) {
269 if (android::NO_ERROR == android_bb_getParam(ibb->mBassBoostEffect,
287 if (android::NO_ERROR == android_eq_getParam(ieq->mEqEffect, EQ_PARAM_NUM_BANDS, 0, &num)) {
291 if (android::NO_ERROR == android_eq_getParam(ieq->mEqEffect, EQ_PARAM_LEVEL_RANGE, 0, range)) {
301 if (android::NO_ERROR == android_eq_getParam(ieq->mEqEffect,
312 if (android::NO_ERROR == android_eq_getParam(ieq->mEqEffect,
337 if (android::NO_ERROR == android_virt_getParam(ivi->mVirtualizerEffect,
372 if (android::NO_ERROR == android_prev_getPreset(ipr->mPresetReverbEffect, &preset))
    [all...]
  /hardware/libhardware/tests/camera2/
camera2.cpp 147 if (res != NO_ERROR || device == NULL) {
223 ASSERT_EQ(NO_ERROR, res) << "Failed to connect to stream: "
236 ASSERT_EQ(NO_ERROR, res) <<
369 ASSERT_EQ(NO_ERROR, res) << "Failed to close camera device";
460 ASSERT_EQ(NO_ERROR, res) << "Can't enqueue request: " << strerror(-res);
463 ASSERT_EQ(NO_ERROR, res) << "No frame to get: " << strerror(-res);
467 ASSERT_EQ(NO_ERROR, res);
476 ASSERT_EQ(NO_ERROR, res);
480 ASSERT_EQ(NO_ERROR, res);
498 ASSERT_EQ(NO_ERROR, res)
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /build/tools/zipalign/
ZipAlign.cpp 92 if (status != NO_ERROR)
127 if (zin.open(inFileName, ZipFile::kOpenReadOnly) != NO_ERROR) {
133 != NO_ERROR)
158 if (zipFile.open(fileName, ZipFile::kOpenReadOnly) != NO_ERROR) {
  /device/generic/goldfish/camera/
EmulatedBaseCamera.cpp 69 return NO_ERROR;
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraChannel.cpp 145 * NO_ERROR -- success
160 return NO_ERROR;
178 * NO_ERROR -- success
190 int32_t rc = NO_ERROR;
225 * NO_ERROR -- success
230 int32_t rc = NO_ERROR;
235 if (rc != NO_ERROR) {
252 * NO_ERROR -- success
257 int32_t rc = NO_ERROR;
265 if (rc != NO_ERROR) {
    [all...]
  /external/chromium_org/base/win/
iat_patch_function.cc 99 // Returns: Returns NO_ERROR on success or Windows error code
144 // Returns: Returns NO_ERROR on success or Windows error code
177 // Returns: Windows error code (winerror.h). NO_ERROR if successful
186 DWORD error = NO_ERROR;
230 DCHECK_EQ(static_cast<DWORD>(NO_ERROR), error);
256 if (NO_ERROR == error) {
271 DCHECK_EQ(static_cast<DWORD>(NO_ERROR), error);
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
network.cc 17 if (result != NO_ERROR) {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
ErrorCode.java 6 /** Not an error! For SPDY stream resets, prefer null over NO_ERROR. */
7 NO_ERROR(0, -1, 0),
  /external/qemu/distrib/sdl-1.2.15/src/loadso/os2/
SDL_sysloadso.c 43 if ((ulrc != NO_ERROR) || (handle == NULL))
  /frameworks/av/camera/camera2/
ICameraDeviceCallbacks.cpp 121 return NO_ERROR;
128 return NO_ERROR;
142 return NO_ERROR;
161 return NO_ERROR;
  /frameworks/av/media/libmediaplayerservice/
ActivityManager.cpp 42 if (ret == NO_ERROR) {
  /frameworks/base/libs/storage/
IObbActionListener.cpp 51 return NO_ERROR;

Completed in 1828 milliseconds

1 2 3 4 5 6 78 91011>>