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

1 2 3 4 5 6 7 891011>>

  /frameworks/native/include/binder/
BinderService.h 51 static status_t shutdown() { return NO_ERROR; }
  /frameworks/native/libs/binder/
MemoryHeapBase.cpp 53 if (mapfd(fd, size) == NO_ERROR) {
74 if (mapfd(fd, size) == NO_ERROR) {
99 return NO_ERROR;
131 return NO_ERROR;
Parcel.cpp 241 return NO_ERROR;
339 if (err == NO_ERROR) {
355 return NO_ERROR;
361 if (err == NO_ERROR) {
380 return NO_ERROR;
405 if (err != NO_ERROR) {
415 err = NO_ERROR;
551 return NO_ERROR;
569 if (err == NO_ERROR) goto restart_write;
578 return NO_ERROR;
    [all...]
IServiceManager.cpp 164 return err == NO_ERROR ? reply.readExceptionCode() : err;
177 if (err != NO_ERROR)
199 return NO_ERROR;
206 return NO_ERROR;
214 return NO_ERROR;
224 return NO_ERROR;
  /frameworks/native/libs/gui/
IProducerListener.cpp 48 return NO_ERROR;
ISensorEventConnection.cpp 100 return NO_ERROR;
112 return NO_ERROR;
120 return NO_ERROR;
126 return NO_ERROR;
ISurfaceComposerClient.cpp 119 return NO_ERROR;
124 return NO_ERROR;
131 return NO_ERROR;
140 return NO_ERROR;
IGraphicBufferAlloc.cpp 56 if (result == NO_ERROR) {
109 return NO_ERROR;
ISensorServer.cpp 89 return NO_ERROR;
95 return NO_ERROR;
  /frameworks/native/libs/gui/tests/
FillBuffer.cpp 94 ASSERT_EQ(NO_ERROR, native_window_dequeue_buffer_and_wait(anw.get(),
101 ASSERT_EQ(NO_ERROR, buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN,
104 ASSERT_EQ(NO_ERROR, buf->unlock());
105 ASSERT_EQ(NO_ERROR, anw->queueBuffer(anw.get(), buf->getNativeBuffer(),
  /frameworks/native/opengl/libagl/
TokenManager.cpp 40 return NO_ERROR;
TextureObjectManager.cpp 81 return NO_ERROR;
89 return NO_ERROR;
143 return NO_ERROR;
157 return NO_ERROR;
192 if (allocateMipmaps() != NO_ERROR)
237 return NO_ERROR;
  /hardware/qcom/display/msm8960/libqservice/
QService.cpp 67 status_t result = NO_ERROR;
  /hardware/qcom/display/msm8974/libqservice/
QService.cpp 67 status_t result = NO_ERROR;
  /system/vold/
CheckBattery.cpp 73 if (status == NO_ERROR) {
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Factory.cpp 116 * NO_ERROR -- success
132 * RETURN : NO_ERROR -- success
183 * NO_ERROR -- success
211 * NO_ERROR -- success
216 int rc = NO_ERROR;
231 * NO_ERROR -- success
237 int rc = NO_ERROR;
264 * NO_ERROR -- success
  /device/lge/mako/camera/
QCameraStream.h 109 return NO_ERROR;
117 virtual status_t initDisplayBuffers(){return NO_ERROR;}
118 virtual status_t initPreviewOnlyBuffers(){return NO_ERROR;}
121 virtual status_t takePictureZSL(void){return NO_ERROR;}
122 virtual status_t takeLiveSnapshot(){return NO_ERROR;}
123 virtual status_t takePictureLiveshot(mm_camera_ch_data_buf_t* recvd_frame){return NO_ERROR;}
126 int num_of_buf){return NO_ERROR;}
130 virtual int setPreviewWindow(preview_stream_ops_t* window) {return NO_ERROR;}
  /frameworks/av/media/libmedia/
IMediaLogService.cpp 77 return NO_ERROR;
84 return NO_ERROR;
  /frameworks/av/services/medialog/
MediaLogService.cpp 66 return NO_ERROR;
83 return NO_ERROR;
  /frameworks/base/core/java/android/hardware/camera2/utils/
CameraBinderDecorator.java 39 public static final int NO_ERROR = 0;
105 case NO_ERROR:
  /hardware/samsung_slsi/exynos5/libcamera2/
SignalDrivenThread.cpp 90 return NO_ERROR;
116 return NO_ERROR;
  /device/asus/flo/camera/QCamera2/HAL/
QCameraStateMachine.cpp 165 * NO_ERROR -- success
184 return NO_ERROR;
202 * NO_ERROR -- success
221 return NO_ERROR;
239 * NO_ERROR -- success
244 int32_t rc = NO_ERROR;
288 * NO_ERROR -- success
294 int32_t rc = NO_ERROR;
355 if (rc == NO_ERROR) {
367 rc = NO_ERROR;
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraStateMachine.cpp 165 * NO_ERROR -- success
184 return NO_ERROR;
202 * NO_ERROR -- success
221 return NO_ERROR;
239 * NO_ERROR -- success
244 int32_t rc = NO_ERROR;
288 * NO_ERROR -- success
294 int32_t rc = NO_ERROR;
355 if (rc == NO_ERROR) {
367 rc = NO_ERROR;
    [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp 80 if (mStatus != NO_ERROR) {
137 status = NO_ERROR;
234 if (start_l() == NO_ERROR) {
241 if (stop_l() == NO_ERROR) {
312 if (mStatus != NO_ERROR || mEffectInterface == NULL) {
468 if (mStatus != NO_ERROR) {
503 if (mStatus != NO_ERROR) {
506 status_t cmdStatus = NO_ERROR;
514 if (status == NO_ERROR) {
517 if (status == 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) {

Completed in 1800 milliseconds

1 2 3 4 5 6 7 891011>>