HomeSort by relevance Sort by last modified time
    Searched full:no_error (Results 26 - 50 of 242) sorted by null

12 3 4 5 6 7 8 910

  /frameworks/base/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 121 return NO_ERROR;
125 return NO_ERROR;
129 return NO_ERROR;
307 return NO_ERROR;
429 ASSERT(c->connect(cc2) != NO_ERROR);
436 ASSERT(c->connect(cc) == NO_ERROR);
442 ASSERT(c->lock() != NO_ERROR);
448 ASSERT(c->lock() == NO_ERROR);
449 ASSERT(c->unlock() == NO_ERROR);
455 ASSERT(c->lock() == NO_ERROR);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/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/base/libs/binder/
IPCThreadState.cpp 349 mLastError = NO_ERROR;
427 if (result >= NO_ERROR) {
488 if (err == NO_ERROR) {
494 if (err != NO_ERROR) {
560 handle, result == NO_ERROR ? "SUCCESS" : "FAILURE");
579 return NO_ERROR;
587 return NO_ERROR;
608 if (err < NO_ERROR) return err;
619 if ((err=talkWithDriver()) < NO_ERROR) break;
621 if (err < NO_ERROR) break
    [all...]
IServiceManager.cpp 161 return err == NO_ERROR ? reply.readInt32() : err;
174 if (err != NO_ERROR)
196 return NO_ERROR;
203 return NO_ERROR;
211 return NO_ERROR;
221 return NO_ERROR;
  /frameworks/base/libs/ui/
EventRecurrence.cpp 224 return NO_ERROR;
237 return NO_ERROR;
258 if (err != NO_ERROR) {
267 if (err != NO_ERROR) {
275 return NO_ERROR;
307 if (err != NO_ERROR) {
320 return NO_ERROR;
341 if (name##Count != 0 || NO_ERROR != parse_int_list(s, slen, \
397 || NO_ERROR != parse_int(s, slen,
404 || NO_ERROR != parse_int(s, slen
    [all...]
GraphicBuffer.cpp 41 mInitCheck(NO_ERROR), mVStride(0), mIndex(-1)
54 mInitCheck(NO_ERROR), mVStride(0), mIndex(-1)
70 mInitCheck(NO_ERROR), mVStride(0), mIndex(-1)
130 if (err == NO_ERROR) {
170 if (res == NO_ERROR && sur) {
217 return NO_ERROR;
258 return NO_ERROR;
  /frameworks/base/cmds/keystore/
keystore.c 189 return (length || rename(".tmp", name)) ? SYSTEM_ERROR : NO_ERROR;
219 NO_ERROR;
256 if (n != NO_ERROR) {
259 send_code(NO_ERROR);
261 return -NO_ERROR;
279 return (unlink(name) && errno != ENOENT) ? SYSTEM_ERROR : NO_ERROR;
290 return NO_ERROR;
305 send_code(NO_ERROR);
314 return -NO_ERROR;
334 return NO_ERROR;
    [all...]
keystore.h 21 NO_ERROR = 1,
  /frameworks/base/libs/utils/
String16.cpp 389 return NO_ERROR;
394 return NO_ERROR;
418 return NO_ERROR;
429 return NO_ERROR;
431 return NO_ERROR;
440 return NO_ERROR;
450 return NO_ERROR;
452 return NO_ERROR;
462 return NO_ERROR;
477 return NO_ERROR;
    [all...]
Static.cpp 60 return NO_ERROR;
74 return NO_ERROR;
  /frameworks/base/media/libmediaplayerservice/
VorbisPlayer.cpp 80 if (mState != STATE_ERROR) return NO_ERROR;
205 return NO_ERROR;
214 return NO_ERROR;
223 return NO_ERROR;
226 return NO_ERROR;
243 return NO_ERROR;
255 return NO_ERROR;
272 return NO_ERROR;
283 return NO_ERROR;
308 return NO_ERROR;
    [all...]
MetadataRetrieverClient.cpp 88 return NO_ERROR;
158 if (ret == NO_ERROR) {
161 if (ret == NO_ERROR) mRetriever = p;
199 if (status == NO_ERROR) {
202 if (status == NO_ERROR) mRetriever = p;
217 return NO_ERROR;
234 return NO_ERROR;
  /frameworks/base/media/libmedia/
IOMX.cpp 411 return NO_ERROR;
431 return NO_ERROR;
442 return NO_ERROR;
457 return NO_ERROR;
484 return NO_ERROR;
499 return NO_ERROR;
526 return NO_ERROR;
541 return NO_ERROR;
561 return NO_ERROR;
583 return NO_ERROR;
    [all...]
IMediaPlayerService.cpp 174 return NO_ERROR;
185 return NO_ERROR;
198 return NO_ERROR;
213 return NO_ERROR;
219 return NO_ERROR;
226 return NO_ERROR;
233 return NO_ERROR;
239 return NO_ERROR;
AudioTrack.cpp 88 if (mStatus == NO_ERROR) {
124 if (AudioSystem::getOutputSamplingRate(&afSampleRate, streamType) != NO_ERROR) {
128 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) {
132 if (AudioSystem::getOutputLatency(&afLatency, streamType) != NO_ERROR) {
219 if (status != NO_ERROR) {
231 mStatus = NO_ERROR;
252 return NO_ERROR;
333 if (status == NO_ERROR) {
335 if (status == NO_ERROR) {
340 if (status != NO_ERROR) {
    [all...]
AudioSystem.cpp 71 gAudioErrorCallback(NO_ERROR);
93 return NO_ERROR;
101 return NO_ERROR;
109 return NO_ERROR;
117 return NO_ERROR;
125 return NO_ERROR;
134 return NO_ERROR;
143 return NO_ERROR;
152 return NO_ERROR;
161 return NO_ERROR;
    [all...]
  /frameworks/base/camera/libcameraservice/
CameraHardwareStub.cpp 59 if (setParameters(p) != NO_ERROR) {
193 return NO_ERROR;
204 return NO_ERROR;
259 return NO_ERROR;
267 return NO_ERROR;
272 return NO_ERROR;
303 return NO_ERROR;
311 return NO_ERROR;
316 return NO_ERROR;
334 return NO_ERROR;
    [all...]
  /frameworks/base/cmds/runtime/
ServiceManager.cpp 54 if (res >= NO_ERROR) {
56 return NO_ERROR;
  /frameworks/base/include/media/
MediaMetadataRetrieverInterface.h 66 return NO_ERROR;
69 virtual status_t getMode(int* mode) const { *mode = mMode; return NO_ERROR; }
  /frameworks/base/libs/surfaceflinger/DisplayHardware/
DisplayHardwareBase.h 55 virtual status_t acquireScreen() const { return NO_ERROR; };
56 virtual status_t releaseScreen() const { return NO_ERROR; };
  /hardware/msm7k/libaudio/
AudioHardware.cpp 154 return mInit ? NO_ERROR : NO_INIT;
177 if (lStatus == NO_ERROR) {
213 if (lStatus != NO_ERROR) {
242 if (status == NO_ERROR) {
272 return NO_ERROR;
278 return NO_ERROR;
296 if (param.get(key, value) == NO_ERROR) {
306 if (param.get(key, value) == NO_ERROR) {
321 return NO_ERROR;
369 if (device == -1UL) return NO_ERROR;
    [all...]
  /development/host/windows/usb/api/
adb_legacy_interface.cpp 61 ULONG error = ok ? NO_ERROR : GetLastError();
65 if (NO_ERROR != error) {
135 ULONG error = ret ? NO_ERROR : GetLastError();
139 if (NO_ERROR != error) {
201 ULONG error = ret ? NO_ERROR : GetLastError();
205 if (NO_ERROR != error) {
  /frameworks/base/libs/surfaceflinger_client/
Surface.cpp 242 if (err != NO_ERROR) {
253 return NO_ERROR;
285 return NO_ERROR;
404 if (err != NO_ERROR) {
415 return NO_ERROR;
473 if (err == NO_ERROR) {
486 if (err != NO_ERROR)
505 if (err == NO_ERROR) {
517 if (err == NO_ERROR) {
531 if (err != NO_ERROR)
    [all...]
  /build/tools/zipalign/
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...]
  /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...]

Completed in 630 milliseconds

12 3 4 5 6 7 8 910