HomeSort by relevance Sort by last modified time
    Searched refs:NO_ERROR (Results 1 - 25 of 357) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/native/include/utils/
Functor.h 28 virtual status_t operator ()(int what, void* data) { return NO_ERROR; }
Errors.h 39 // Win32 #defines NO_ERROR as well. It has the same value, so there's no
42 # undef NO_ERROR
47 NO_ERROR = 0, // No errors.
81 # define NO_ERROR 0L
  /frameworks/base/voip/java/android/net/sip/
SipErrorCode.java 28 public static final int NO_ERROR = 0;
68 case NO_ERROR:
69 return "NO_ERROR";
  /hardware/ti/omap4xxx/libtiutils/
ErrorUtils.cpp 33 return NO_ERROR;
59 return NO_ERROR;
75 return NO_ERROR;
82 return NO_ERROR;
96 return NO_ERROR;
134 return NO_ERROR;
Semaphore.cpp 54 @return NO_ERROR On Success
81 @return NO_ERROR On Success
89 status_t ret = NO_ERROR;
98 if ( NO_ERROR != ret )
122 @return NO_ERROR On success
145 @return NO_ERROR On success
189 @return NO_ERROR On success
195 status_t ret = NO_ERROR;
206 if ( NO_ERROR == ret )
220 if ( NO_ERROR != ret
    [all...]
  /frameworks/native/libs/gui/tests/
Surface_test.cpp 33 ASSERT_EQ(NO_ERROR, mComposerClient->initCheck());
42 ASSERT_EQ(NO_ERROR, mSurfaceControl->setLayer(0x7fffffff));
43 ASSERT_EQ(NO_ERROR, mSurfaceControl->show());
64 EXPECT_EQ(NO_ERROR, err);
75 EXPECT_EQ(NO_ERROR, err);
89 ASSERT_EQ(NO_ERROR, sf->captureScreen(display, &heap, &w, &h, &fmt, 64, 64, 0,
96 ASSERT_EQ(NO_ERROR, native_window_set_usage(anw.get(),
98 ASSERT_EQ(NO_ERROR, native_window_set_buffer_count(anw.get(), 3));
106 ASSERT_EQ(NO_ERROR, native_window_set_usage(anw.get(), 0));
107 ASSERT_EQ(NO_ERROR, native_window_dequeue_buffer_and_wait(anw.get()
    [all...]
  /hardware/ti/omap4xxx/camera/
BaseCameraAdapter.cpp 83 status_t ret = NO_ERROR;
97 status_t ret = NO_ERROR;
111 status_t ret = NO_ERROR;
121 if ( NO_ERROR == ret )
257 status_t res = NO_ERROR;
267 if ( NO_ERROR == res)
308 if ( NO_ERROR == res )
329 status_t ret = NO_ERROR;
347 if ( ret == NO_ERROR )
352 if ( ret == NO_ERROR )
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFocus.cpp 42 status_t ret = NO_ERROR;
59 if ( (NO_ERROR == ret) && CameraArea::areAreasDifferent(mFocusAreas, tempAreas) ) {
82 status_t ret = NO_ERROR;
102 return NO_ERROR;
108 return NO_ERROR;
132 if (set3ALock(mUserSetExpLock, mUserSetWbLock, OMX_FALSE) != NO_ERROR) {
143 if ( NO_ERROR != ret ) {
203 if(ret != NO_ERROR) {
210 if ( NO_ERROR == ret ) {
238 return NO_ERROR;
    [all...]
OMXCapabilities.cpp 231 status_t ret = NO_ERROR;
258 status_t ret = NO_ERROR;
311 status_t ret = NO_ERROR;
323 return NO_ERROR;
377 status_t res = NO_ERROR;
407 status_t ret = NO_ERROR;
434 status_t ret = NO_ERROR;
459 status_t ret = NO_ERROR;
472 if ( NO_ERROR != ret ) {
485 status_t ret = NO_ERROR;
    [all...]
OMXZoom.cpp 55 status_t ret = NO_ERROR;
88 status_t ret = NO_ERROR;
108 return NO_ERROR;
111 if ( NO_ERROR == ret )
140 status_t ret = NO_ERROR;
184 if ( NO_ERROR == ret )
189 if ( NO_ERROR == ret )
216 if ( NO_ERROR == ret )
240 status_t ret = NO_ERROR;
269 status_t ret = NO_ERROR;
    [all...]
  /development/tools/emulator/system/camera/
EmulatedFakeCamera.cpp 51 if (res != NO_ERROR) {
65 if (res != NO_ERROR) {
82 return NO_ERROR;
EmulatedQemuCameraDevice.cpp 54 if (res != NO_ERROR) {
60 if (res == NO_ERROR) {
87 return NO_ERROR;
92 if (res == NO_ERROR) {
112 return NO_ERROR;
122 if (res == NO_ERROR) {
149 return NO_ERROR;
153 if (res != NO_ERROR) {
170 if (res == NO_ERROR) {
193 return NO_ERROR;
    [all...]
EmulatedQemuCamera2.cpp 52 return NO_ERROR;
EmulatedCameraDevice.cpp 70 return NO_ERROR;
82 return NO_ERROR;
96 ALOGE_IF(res != NO_ERROR, "%s: startWorkerThread failed", __FUNCTION__);
106 return NO_ERROR;
110 ALOGE_IF(res != NO_ERROR, "%s: startWorkerThread failed", __FUNCTION__);
173 return NO_ERROR;
176 return NO_ERROR;
179 return NO_ERROR;
182 return NO_ERROR;
229 return NO_ERROR;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/thread/os2/
SDL_sysmutex.c 52 if (ulrc!=NO_ERROR)
86 if ( DosRequestMutexSem(mutex->hmtxID, SEM_INDEFINITE_WAIT) != NO_ERROR )
102 if ( DosReleaseMutexSem(mutex->hmtxID) != NO_ERROR )
  /frameworks/native/libs/ui/
Fence.cpp 48 return NO_ERROR;
51 return err < 0 ? -errno : status_t(NO_ERROR);
57 return NO_ERROR;
65 return err < 0 ? -errno : status_t(NO_ERROR);
104 return NO_ERROR;
118 return NO_ERROR;
  /frameworks/av/media/libmedia/
IAudioTrack.cpp 58 if (status == NO_ERROR) {
69 if (status == NO_ERROR) {
112 if (status == NO_ERROR) {
126 if (status == NO_ERROR) {
128 if (status == NO_ERROR) {
143 if (status == NO_ERROR) {
160 if (status == NO_ERROR) {
178 return NO_ERROR;
183 return NO_ERROR;
188 return NO_ERROR;
    [all...]
IAudioRecord.cpp 52 if (status == NO_ERROR) {
73 if (status == NO_ERROR) {
91 return NO_ERROR;
98 return NO_ERROR;
103 return NO_ERROR;
  /frameworks/base/libs/androidfw/
BackupData.cpp 61 m_status(NO_ERROR),
89 return NO_ERROR;
95 if (m_status != NO_ERROR) {
156 if (m_status != NO_ERROR) {
173 return NO_ERROR;
186 m_status(NO_ERROR),
220 if (err != NO_ERROR) { \
231 if (m_status != NO_ERROR) {
240 return NO_ERROR;
242 else if (amt != NO_ERROR) {
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
PowerHAL.cpp 38 return mPowerModule ? NO_ERROR : NO_INIT;
54 return NO_ERROR;
  /frameworks/native/services/surfaceflinger/
SurfaceTextureLayer.cpp 39 if (err == NO_ERROR) {
57 if (err != NO_ERROR) {
  /hardware/libhardware_legacy/audio/
AudioHardwareStub.h 38 virtual status_t setVolume(float left, float right) { return NO_ERROR; }
42 virtual status_t setParameters(const String8& keyValuePairs) { return NO_ERROR;}
54 virtual status_t setGain(float gain) { return NO_ERROR; }
57 virtual status_t standby() { return NO_ERROR; }
58 virtual status_t setParameters(const String8& keyValuePairs) { return NO_ERROR;}
73 virtual status_t setMicMute(bool state) { mMicMute = state; return NO_ERROR; }
74 virtual status_t getMicMute(bool* state) { *state = mMicMute ; return NO_ERROR; }
  /frameworks/native/libs/gui/
LayerState.cpp 30 if (err < NO_ERROR) return err;
44 if (err < NO_ERROR) return err;
50 return NO_ERROR;
72 return NO_ERROR;
83 return NO_ERROR;
  /frameworks/native/services/surfaceflinger/tests/
Transaction_test.cpp 37 ASSERT_EQ(NO_ERROR, s->lock(&info));
48 ASSERT_EQ(NO_ERROR, s->unlockAndPost());
61 ASSERT_EQ(NO_ERROR, sf->captureScreen(display, &heap, &w, &h, &fmt, 0, 0,
95 ASSERT_EQ(NO_ERROR, mComposerClient->initCheck());
131 ASSERT_EQ(NO_ERROR, mBGSurfaceControl->setLayer(INT_MAX-2));
132 ASSERT_EQ(NO_ERROR, mBGSurfaceControl->show());
134 ASSERT_EQ(NO_ERROR, mFGSurfaceControl->setLayer(INT_MAX-1));
135 ASSERT_EQ(NO_ERROR, mFGSurfaceControl->setPosition(64, 64));
136 ASSERT_EQ(NO_ERROR, mFGSurfaceControl->show());
138 ASSERT_EQ(NO_ERROR, mSyncSurfaceControl->setLayer(INT_MAX-1))
    [all...]
  /frameworks/base/keystore/java/android/security/
KeyStore.java 39 public static final int NO_ERROR = 1;
56 private int mError = NO_ERROR;
67 case NO_ERROR: return State.UNLOCKED;
85 return mError == NO_ERROR;
94 return mError == NO_ERROR;
103 return mError == NO_ERROR;
129 return mError == NO_ERROR;
134 return mError == NO_ERROR;
143 return mError == NO_ERROR;
148 return mError == NO_ERROR;
    [all...]

Completed in 197 milliseconds

1 2 3 4 5 6 7 8 91011>>