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

  /frameworks/native/include/utils/
Errors.h 54 BAD_TYPE = 0x80000001,
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 40 BAD_TYPE = android::BAD_TYPE,
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 113 return BAD_TYPE;
117 return BAD_TYPE;
121 return BAD_TYPE;
125 return BAD_TYPE;
329 return (mError=BAD_TYPE);
363 return (mError=BAD_TYPE);
376 return (mError=BAD_TYPE);
392 return (mError=BAD_TYPE);
402 return (mError=BAD_TYPE);
408 return (mError=BAD_TYPE);
    [all...]
CursorWindow.cpp 89 if (ashmemFd == int(BAD_TYPE)) {
90 result = BAD_TYPE;
  /frameworks/native/opengl/libagl/
mipmap.cpp 178 return BAD_TYPE;
  /frameworks/native/libs/binder/
Parcel.cpp 252 return BAD_TYPE;
281 return BAD_TYPE;
709 return BAD_TYPE;
1147 return BAD_TYPE;
1167 if (fd == int(BAD_TYPE)) return BAD_VALUE;
    [all...]
  /frameworks/native/libs/ui/
GraphicBuffer.cpp 248 if (buf[0] != 'GBFR') return BAD_TYPE;
  /frameworks/base/core/jni/
android_util_Binder.cpp 656 case BAD_TYPE:
    [all...]

Completed in 1521 milliseconds