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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/native/libs/gui/tests/
SurfaceTextureFBO_test.cpp 30 ASSERT_EQ(NO_ERROR, native_window_set_buffers_geometry(mANW.get(),
32 ASSERT_EQ(NO_ERROR, native_window_set_usage(mANW.get(),
36 ASSERT_EQ(NO_ERROR, native_window_dequeue_buffer_and_wait(mANW.get(),
48 ASSERT_EQ(NO_ERROR, mANW->queueBuffer(mANW.get(), buf->getNativeBuffer(),
51 ASSERT_EQ(NO_ERROR, mST->updateTexImage());
60 ASSERT_EQ(NO_ERROR, native_window_dequeue_buffer_and_wait(mANW.get(),
67 ASSERT_EQ(NO_ERROR, buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN,
71 ASSERT_EQ(NO_ERROR, buf->unlock());
72 ASSERT_EQ(NO_ERROR, mANW->queueBuffer(mANW.get(),
75 ASSERT_EQ(NO_ERROR, mST->updateTexImage())
    [all...]
Surface_test.cpp 41 ASSERT_EQ(NO_ERROR, mComposerClient->initCheck());
50 ASSERT_EQ(NO_ERROR, mSurfaceControl->setLayer(0x7fffffff));
51 ASSERT_EQ(NO_ERROR, mSurfaceControl->show());
72 EXPECT_EQ(NO_ERROR, err);
83 EXPECT_EQ(NO_ERROR, err);
98 ASSERT_EQ(NO_ERROR, sf->captureScreen(display, producer, Rect(),
104 ASSERT_EQ(NO_ERROR, native_window_set_usage(anw.get(),
106 ASSERT_EQ(NO_ERROR, native_window_set_buffer_count(anw.get(), 3));
114 ASSERT_EQ(NO_ERROR, native_window_set_usage(anw.get(), 0));
115 ASSERT_EQ(NO_ERROR, native_window_dequeue_buffer_and_wait(anw.get()
    [all...]
  /system/core/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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
dderror.h 5 #define NO_ERROR 0
  /system/core/libpixelflinger/codeflinger/tinyutils/
Errors.h 35 NO_ERROR = 0, // No errors.
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipErrorCode.java 28 public static final int NO_ERROR = 0;
68 case NO_ERROR:
69 return "NO_ERROR";
  /hardware/ti/omap4-aah/libtiutils/
ErrorUtils.cpp 34 return NO_ERROR;
60 return NO_ERROR;
76 return NO_ERROR;
83 return NO_ERROR;
97 return NO_ERROR;
135 return NO_ERROR;
Semaphore.cpp 55 @return NO_ERROR On Success
82 @return NO_ERROR On Success
90 status_t ret = NO_ERROR;
99 if ( NO_ERROR != ret )
123 @return NO_ERROR On success
146 @return NO_ERROR On success
190 @return NO_ERROR On success
196 status_t ret = NO_ERROR;
207 if ( NO_ERROR == ret )
221 if ( NO_ERROR != ret
    [all...]
  /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/base/cmds/idmap/
inspect.cpp 52 return NO_ERROR;
74 return NO_ERROR;
96 return NO_ERROR;
110 return NO_ERROR;
164 return NO_ERROR;
172 if (err != NO_ERROR) {
186 if (err != NO_ERROR) {
192 if (err != NO_ERROR) {
198 if (err != NO_ERROR) {
204 if (err != NO_ERROR) {
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXFocus.cpp 41 status_t ret = NO_ERROR;
58 if ( (NO_ERROR == ret) && CameraArea::areAreasDifferent(mFocusAreas, tempAreas) ) {
81 status_t ret = NO_ERROR;
102 return NO_ERROR;
107 return NO_ERROR;
115 return NO_ERROR;
139 if (set3ALock(mUserSetExpLock, mUserSetWbLock, OMX_FALSE) != NO_ERROR) {
150 if ( NO_ERROR != ret ) {
199 return NO_ERROR;
217 if(ret != NO_ERROR) {
    [all...]
  /external/chromium_org/chrome/installer/util/
lzma_util_unittest.cc 36 EXPECT_EQ(lzma_util.OpenArchive(archive.value()), NO_ERROR);
41 EXPECT_EQ(lzma_util.OpenArchive(archive.value()), NO_ERROR);
46 EXPECT_EQ(lzma_util.OpenArchive(archive.value()), NO_ERROR);
63 EXPECT_EQ(lzma_util.OpenArchive(archive.value()), NO_ERROR);
66 NO_ERROR);
71 EXPECT_EQ(lzma_util.OpenArchive(archive.value()), NO_ERROR);
73 NO_ERROR);
81 EXPECT_EQ(lzma_util.OpenArchive(archive.value()), NO_ERROR);
86 EXPECT_EQ(lzma_util.OpenArchive(archive.value()), NO_ERROR);
88 NO_ERROR);
    [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/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;}
61 virtual status_t addAudioEffect(effect_handle_t effect) { return NO_ERROR; }
62 virtual status_t removeAudioEffect(effect_handle_t effect) { return NO_ERROR; }
75 virtual status_t setMicMute(bool state) { mMicMute = state; return NO_ERROR; }
76 virtual status_t getMicMute(bool* state) { *state = mMicMute ; return NO_ERROR; }
  /device/lge/hammerhead/camera/QCamera2/util/
QCameraCmdThread.cpp 81 * NO_ERROR -- success
92 return NO_ERROR;
104 * NO_ERROR -- success
111 return NO_ERROR;
127 * NO_ERROR -- success
151 return NO_ERROR;
185 * NO_ERROR -- success
190 int32_t rc = NO_ERROR;
197 if (NO_ERROR != rc) {
  /device/moto/shamu/camera/QCamera2/util/
QCameraCmdThread.cpp 81 * NO_ERROR -- success
92 return NO_ERROR;
104 * NO_ERROR -- success
111 return NO_ERROR;
127 * NO_ERROR -- success
151 return NO_ERROR;
185 * NO_ERROR -- success
190 int32_t rc = NO_ERROR;
197 if (NO_ERROR != rc) {
  /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...]
  /device/generic/goldfish/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...]
  /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/av/media/libmedia/
IAudioTrack.cpp 61 if (status == NO_ERROR) {
75 if (status == NO_ERROR) {
110 if (status == NO_ERROR) {
124 if (status == NO_ERROR) {
126 if (status == NO_ERROR) {
144 if (status == NO_ERROR) {
161 if (status == NO_ERROR) {
172 if (status == NO_ERROR) {
182 if (status == NO_ERROR) {
184 if (status == NO_ERROR) {
    [all...]
  /frameworks/base/libs/androidfw/tests/
Theme_test.cpp 41 ASSERT_EQ(NO_ERROR, table.add(system_arsc, system_arsc_len));
42 ASSERT_EQ(NO_ERROR, table.add(app_arsc, app_arsc_len));
45 ASSERT_EQ(NO_ERROR, theme1.applyStyle(app::R::style::Theme_One));
55 ASSERT_EQ(NO_ERROR, table2.add(system_arsc, system_arsc_len));
56 ASSERT_EQ(NO_ERROR, table2.add(app_arsc, app_arsc_len));
59 ASSERT_EQ(NO_ERROR, theme2.setTo(theme1));
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyExceptionUtils.java 60 case CameraBinderDecorator.NO_ERROR: {
61 return CameraBinderDecorator.NO_ERROR;

Completed in 679 milliseconds

1 2 3 4 5 6 7 8 91011>>