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

1 2 3 4 5 6 7 8

  /hardware/ti/omap4-aah/libtiutils/
ErrorUtils.cpp 55 return NO_MEMORY;
78 return NO_MEMORY;
108 return NO_MEMORY;
Status.h 39 TI_CAMERA_DEFINE_STATUS_CODE(NO_MEMORY)
Semaphore.cpp 83 @return NO_MEMORY If unable to allocate memory for the semaphore
110 return NO_MEMORY;
  /hardware/ti/omap4xxx/libtiutils/
ErrorUtils.cpp 54 return NO_MEMORY;
77 return NO_MEMORY;
107 return NO_MEMORY;
Semaphore.cpp 82 @return NO_MEMORY If unable to allocate memory for the semaphore
109 return NO_MEMORY;
  /frameworks/native/libs/ui/
FrameStats.cpp 36 return NO_MEMORY;
61 return NO_MEMORY;
Fence.cpp 142 return NO_MEMORY;
161 return NO_MEMORY;
172 return NO_MEMORY;
GraphicBuffer.cpp 293 if (size < sizeNeeded) return NO_MEMORY;
296 if (count < fdCountNeeded) return NO_MEMORY;
332 if (size < 11 * sizeof(int)) return NO_MEMORY;
354 if (size < sizeNeeded) return NO_MEMORY;
357 if (count < fdCountNeeded) return NO_MEMORY;
376 return NO_MEMORY;
  /packages/services/Car/libvehiclenetwork/native/
IVehicleNetworkListener.cpp 51 ASSERT_OR_HANDLE_NO_MEMORY(values.get(), return NO_MEMORY);
97 ASSERT_OR_HANDLE_NO_MEMORY(list, return NO_MEMORY);
99 ASSERT_OR_HANDLE_NO_MEMORY(holder.get(), return NO_MEMORY);
101 ASSERT_OR_HANDLE_NO_MEMORY(blob.blob, return NO_MEMORY);
109 ASSERT_OR_HANDLE_NO_MEMORY(v.get(), return NO_MEMORY);
IVehicleNetworkHalMock.cpp 185 ASSERT_OR_HANDLE_NO_MEMORY(configs.get(), return NO_MEMORY);
189 ASSERT_OR_HANDLE_NO_MEMORY(blob.blob, return NO_MEMORY);
203 ASSERT_OR_HANDLE_NO_MEMORY(blob.blob, return NO_MEMORY);
211 ASSERT_OR_HANDLE_NO_MEMORY(v.get(), return NO_MEMORY);
238 ASSERT_OR_HANDLE_NO_MEMORY(v.get(), return NO_MEMORY);
242 ASSERT_OR_HANDLE_NO_MEMORY(blob.blob, return NO_MEMORY);
VehicleNetworkProtoUtil.cpp 33 ASSERT_OR_HANDLE_NO_MEMORY(*out, return NO_MEMORY);
273 ASSERT_OR_HANDLE_NO_MEMORY(v, r = NO_MEMORY;goto error);
464 ASSERT_OR_HANDLE_NO_MEMORY(out.float_max_values, return NO_MEMORY);
466 ASSERT_OR_HANDLE_NO_MEMORY(out.float_min_values, return NO_MEMORY);
525 ASSERT_OR_HANDLE_NO_MEMORY(out.int32_max_values, return NO_MEMORY);
527 ASSERT_OR_HANDLE_NO_MEMORY(out.int32_min_values, return NO_MEMORY);
560 ASSERT_OR_HANDLE_NO_MEMORY(entry, r = NO_MEMORY; goto error);
583 ASSERT_OR_HANDLE_NO_MEMORY(v.get(), return NO_MEMORY);
587 ASSERT_OR_HANDLE_NO_MEMORY(blob.blob, return NO_MEMORY);
601 ASSERT_OR_HANDLE_NO_MEMORY(blob.blob, return NO_MEMORY);
    [all...]
  /frameworks/native/libs/gui/
GraphicBufferAlloc.cpp 42 if (err == NO_MEMORY) {
BufferItem.cpp 109 return NO_MEMORY;
138 return NO_MEMORY;
168 return NO_MEMORY;
194 return NO_MEMORY;
Sensor.cpp 439 return NO_MEMORY;
477 return NO_MEMORY;
480 return NO_MEMORY;
488 return NO_MEMORY;
503 return NO_MEMORY;
506 return NO_MEMORY;
513 return NO_MEMORY;
  /system/core/include/utils/
Errors.h 51 NO_MEMORY = -ENOMEM,
  /system/core/libutils/
String16.cpp 218 return NO_MEMORY;
240 return NO_MEMORY;
262 return NO_MEMORY;
303 return NO_MEMORY;
364 return NO_MEMORY;
385 return NO_MEMORY;
413 return NO_MEMORY;
427 return NO_MEMORY;
  /frameworks/native/opengl/libagl/
TextureObjectManager.cpp 85 return NO_MEMORY;
175 return NO_MEMORY;
193 return NO_MEMORY;
208 return NO_MEMORY;
  /system/core/libutils/tests/
String8_test.cpp 78 EXPECT_EQ(NO_MEMORY, String8("").setTo(in, SIZE_MAX));
  /build/tools/zipalign/
ZipEntry.cpp 155 return NO_MEMORY;
161 return NO_MEMORY;
168 return NO_MEMORY;
185 return NO_MEMORY;
212 return NO_MEMORY;
438 result = NO_MEMORY;
452 result = NO_MEMORY;
580 result = NO_MEMORY;
594 result = NO_MEMORY;
609 result = NO_MEMORY;
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3Stream.cpp 74 return NO_MEMORY;
79 return NO_MEMORY;
111 return NO_MEMORY;
144 return NO_MEMORY;
184 return NO_MEMORY;
747 return NO_MEMORY;
785 return NO_MEMORY;
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3Stream.cpp 74 return NO_MEMORY;
79 return NO_MEMORY;
111 return NO_MEMORY;
144 return NO_MEMORY;
184 return NO_MEMORY;
747 return NO_MEMORY;
785 return NO_MEMORY;
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Stream.cpp 90 return NO_MEMORY;
95 return NO_MEMORY;
127 return NO_MEMORY;
160 return NO_MEMORY;
200 return NO_MEMORY;
856 return NO_MEMORY;
895 return NO_MEMORY;
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraFlashlight.cpp 63 return NO_MEMORY;
86 return NO_MEMORY;
388 return NO_MEMORY;
403 return NO_MEMORY;
482 return NO_MEMORY;
560 return NO_MEMORY;
822 return NO_MEMORY;
837 return NO_MEMORY;
  /frameworks/base/tools/aapt/
ZipEntry.cpp 152 return NO_MEMORY;
167 return NO_MEMORY;
194 return NO_MEMORY;
420 result = NO_MEMORY;
434 result = NO_MEMORY;
562 result = NO_MEMORY;
576 result = NO_MEMORY;
591 result = NO_MEMORY;
  /packages/services/Car/libvehiclenetwork/include/
VehicleNetworkDataTypes.h 37 * with behavior like returning NO_MEMORY error.
187 ASSERT_OR_HANDLE_NO_MEMORY(dest->value.str_value.data, return NO_MEMORY);
206 ASSERT_OR_HANDLE_NO_MEMORY(copy.get(), return NO_MEMORY);

Completed in 1172 milliseconds

1 2 3 4 5 6 7 8