HomeSort by relevance Sort by last modified time
    Searched full:no_error (Results 201 - 225 of 385) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/native/opengl/libagl/
Tokenizer.cpp 68 return (err<0) ? err : status_t(NO_ERROR);
96 return NO_ERROR;
  /hardware/ti/omap4xxx/camera/
SensorListener.cpp 134 status_t ret = NO_ERROR;
163 } else if (ret != NO_ERROR) {
  /frameworks/native/libs/gui/
Surface.cpp 181 return NO_ERROR;
196 return NO_ERROR;
273 return NO_ERROR;
354 return NO_ERROR;
373 if (err == NO_ERROR) {
BufferQueue.cpp 271 return NO_ERROR;
289 return NO_ERROR;
528 if (err != NO_ERROR)
692 int err = NO_ERROR;
722 int err = NO_ERROR;
731 return NO_ERROR;
972 return NO_ERROR;
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 108 return NO_ERROR;
259 return NO_ERROR;
270 return NO_ERROR;
276 return NO_ERROR;
280 return NO_ERROR;
293 return NO_ERROR;
498 return (mError=NO_ERROR);
571 if (mError == NO_ERROR && idx < mHeader->stringCount) {
636 if (mError == NO_ERROR && idx < mHeader->stringCount) {
678 if (mError == NO_ERROR && idx < mHeader->styleCount)
    [all...]
KeyCharacterMap.cpp 754 return NO_ERROR;
788 return NO_ERROR;
840 return NO_ERROR;
871 return NO_ERROR;
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 108 status_t ret = NO_ERROR;
164 if(ret !=NO_ERROR)
876 if ( ret != NO_ERROR )
    [all...]
  /frameworks/av/camera/
Camera.cpp 81 if (camera->connect(c) == NO_ERROR) {
82 c->mStatus = NO_ERROR;
129 c->mStatus = NO_ERROR;
  /frameworks/base/services/sensorservice/
SensorDevice.cpp 164 return mSensorDevice && mSensorModule ? NO_ERROR : NO_INIT;
179 status_t err(NO_ERROR);
264 return NO_ERROR;
  /frameworks/native/libs/binder/
ProcessState.cpp 125 if (result == NO_ERROR) {
178 if (err < NO_ERROR) return NULL;
299 status_t result = NO_ERROR;
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp 75 status_t ret = NO_ERROR;
356 if ( (NO_ERROR == ret) && CameraArea::areAreasDifferent(mMeteringAreas, tempAreas) ) {
422 return NO_ERROR;
483 status_t ret = NO_ERROR;
552 status_t ret = NO_ERROR;
584 status_t ret = NO_ERROR;
640 if ( NO_ERROR == ret && ((state & AF_ACTIVE) == 0) )
648 if( set3ALock(mUserSetExpLock, mUserSetWbLock, OMX_FALSE) != NO_ERROR)
693 status_t ret = NO_ERROR;
    [all...]
  /cts/suite/audio_quality/lib/src/audio/
AudioLocal.cpp 26 if (run() != android::NO_ERROR) {
  /external/chromium/net/base/
net_util_win.cc 96 if (result != NO_ERROR) {
  /external/webkit/Source/WebKit/chromium/src/
Extensions3DChromium.cpp 67 return m_internal->isContextLost() ? static_cast<int>(Extensions3D::UNKNOWN_CONTEXT_RESET_ARB) : static_cast<int>(GraphicsContext3D::NO_ERROR);
  /frameworks/av/drm/common/
DrmMetadata.cpp 35 return NO_ERROR;
  /frameworks/av/media/libmedia/
IAudioFlingerClient.cpp 92 return NO_ERROR;
  /frameworks/base/tools/aapt/
AaptAssets.h 387 return NO_ERROR;
398 return NO_ERROR;
407 return NO_ERROR;
416 return NO_ERROR;
  /frameworks/ex/common/java/com/android/common/
GoogleLogTags.logtags 71 # no_error=0, no_network=1, connection_failed=2, unknown_host=3, auth_failed=4,
  /frameworks/native/include/binder/
IServiceManager.h 74 if ((*outService) != NULL) return NO_ERROR;
MemoryHeapBase.h 76 return mDevice ? NO_ERROR : ALREADY_EXISTS;
  /frameworks/native/libs/utils/
Tokenizer.cpp 57 int result = NO_ERROR;
Threads.cpp 429 return dwWaitResult != WAIT_OBJECT_0 ? -1 : NO_ERROR;
558 return res == WAIT_OBJECT_0 ? NO_ERROR : -1;
696 mStatus(NO_ERROR),
710 return NO_ERROR;
724 mStatus = NO_ERROR;
752 // already have exited with a valid mStatus result). The NO_ERROR indication
755 return NO_ERROR;
780 result = (self->mStatus == NO_ERROR);
  /system/security/keystore/
keystore_client.cpp 64 || code != NO_ERROR) {
  /development/tools/emulator/system/camera/
CallbackNotifier.h 78 * NO_ERROR on success, or an appropriate error status.
90 * NO_ERROR on success, or an appropriate error status.
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 33 NO_ERROR = android::NO_ERROR,

Completed in 990 milliseconds

1 2 3 4 5 6 7 891011>>