OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:no_error
(Results
226 - 250
of
363
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp
589
if(properties && (camera->initialize(properties) != android::
NO_ERROR
))
628
if(gCameraProperties.initialize() != android::
NO_ERROR
)
650
if(gCameraProperties.initialize() != android::
NO_ERROR
)
/system/core/libpixelflinger/tinyutils/
VectorImpl.cpp
27
NO_ERROR
= 0, // No errors.
509
return
NO_ERROR
;
515
ssize_t err =
NO_ERROR
;
/external/qemu/block/
raw-win32.c
56
if (li.LowPart == 0xffffffffUL && GetLastError() !=
NO_ERROR
)
188
if (l.LowPart == 0xffffffffUL && GetLastError() !=
NO_ERROR
)
/frameworks/base/libs/binder/
ProcessState.cpp
124
if (result ==
NO_ERROR
) {
177
if (err <
NO_ERROR
) return NULL;
/frameworks/base/libs/utils/
BackupHelpers.cpp
288
return
NO_ERROR
;
753
if (err !=
NO_ERROR
) {
815
return
NO_ERROR
;
[
all
...]
PropertyMap.cpp
215
return
NO_ERROR
;
/frameworks/base/opengl/libs/EGL/
Loader.cpp
116
return
NO_ERROR
;
216
return
NO_ERROR
;
/frameworks/base/services/input/
EventHub.cpp
406
if (err ==
NO_ERROR
) {
407
return
NO_ERROR
;
416
if (err ==
NO_ERROR
) {
417
return
NO_ERROR
;
434
if (err ==
NO_ERROR
) {
435
return
NO_ERROR
;
444
if (err ==
NO_ERROR
) {
445
return
NO_ERROR
;
[
all
...]
/hardware/ril/libril/
ril.cpp
337
if (status !=
NO_ERROR
) {
423
if (status !=
NO_ERROR
) {
480
if (status !=
NO_ERROR
|| count == 0) {
495
if (status !=
NO_ERROR
) {
536
if (status !=
NO_ERROR
|| args.pdu == NULL) {
588
if (status !=
NO_ERROR
|| dial.address == NULL) {
598
if (status !=
NO_ERROR
) {
616
if (status !=
NO_ERROR
) {
718
if (status !=
NO_ERROR
) {
784
if (status !=
NO_ERROR
) {
[
all
...]
/frameworks/base/media/libstagefright/
OMXCodec.cpp
[
all
...]
SurfaceMediaSource.cpp
162
return
NO_ERROR
;
395
status_t err =
NO_ERROR
;
436
status_t err =
NO_ERROR
;
628
return
NO_ERROR
;
/development/tools/emulator/system/camera/
PreviewWindow.h
59
*
NO_ERROR
on success, or an appropriate error status.
/external/qemu/android/utils/
mapfile.c
139
(GetLastError() !=
NO_ERROR
)) {
/external/sqlite/android/
PhoneticStringUtilsTest.cpp
124
if (ret !=
NO_ERROR
) { \
/external/srec/audio/AudioIn/UNIX/src/
audioinwrapper.cpp
108
return record->start() ==
NO_ERROR
? 0 : -1;
/external/srec/srec_jni/
android_speech_srec_MicrophoneInputStream.cpp
68
if (s !=
NO_ERROR
) {
/external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h
38
// FIXME: Find a better way to avoid the name confliction for
NO_ERROR
.
40
#undef
NO_ERROR
170
NO_ERROR
= 0,
513
// is also calculated in return. Returns
NO_ERROR
if succeed, otherwise
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/android/
TexturesGenerator.cpp
127
return
NO_ERROR
;
/external/webkit/Source/WebCore/platform/graphics/opengl/
Extensions3DOpenGL.cpp
134
return GraphicsContext3D::
NO_ERROR
;
/frameworks/base/cmds/service/
service.cpp
38
if (err ==
NO_ERROR
) {
/frameworks/base/core/jni/
android_util_StringBlock.cpp
53
if (osb == NULL || osb->getError() !=
NO_ERROR
) {
/frameworks/base/include/drm/
drm_framework_common.h
47
DRM_NO_ERROR =
NO_ERROR
/frameworks/base/libs/ui/
EGLUtils.cpp
94
return
NO_ERROR
;
VirtualKeyMap.cpp
143
return
NO_ERROR
;
/frameworks/base/media/jni/soundpool/
SoundPool.cpp
574
if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) !=
NO_ERROR
) {
577
if (AudioSystem::getOutputSamplingRate(&afSampleRate, streamType) !=
NO_ERROR
) {
618
if (status !=
NO_ERROR
) {
647
if (status !=
NO_ERROR
) {
Completed in 1196 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>