HomeSort by relevance Sort by last modified time
    Searched refs:BAD_TYPE (Results 1 - 14 of 14) sorted by null

  /hardware/ti/omap4-aah/libtiutils/
Status.h 42 TI_CAMERA_DEFINE_STATUS_CODE(BAD_TYPE)
  /system/core/include/utils/
Errors.h 54 BAD_TYPE = (UNKNOWN_ERROR + 1),
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 40 BAD_TYPE = android::BAD_TYPE,
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 117 return BAD_TYPE;
121 return BAD_TYPE;
125 return BAD_TYPE;
129 return BAD_TYPE;
450 return (mError=BAD_TYPE);
484 return (mError=BAD_TYPE);
497 return (mError=BAD_TYPE);
512 return (mError=BAD_TYPE);
525 return (mError=BAD_TYPE);
531 return (mError=BAD_TYPE);
    [all...]
CursorWindow.cpp 90 if (ashmemFd == int(BAD_TYPE)) {
91 result = BAD_TYPE;
  /frameworks/av/media/img_utils/include/img_utils/
TiffWriter.h 123 * - BAD_TYPE - The type of the given data isn't compatible with the
139 * - BAD_TYPE - The type of the given data isn't compatible with the
157 * - BAD_TYPE - The type of the given data isn't compatible with the
291 return BAD_TYPE;
  /frameworks/native/opengl/libagl/
mipmap.cpp 178 return BAD_TYPE;
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 265 return BAD_TYPE;
294 return BAD_TYPE;
758 return BAD_TYPE;
    [all...]
  /frameworks/native/libs/ui/
GraphicBuffer.cpp 308 if (buf[0] != 'GBFR') return BAD_TYPE;
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp 655 case BAD_TYPE:
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp     [all...]

Completed in 755 milliseconds