HomeSort by relevance Sort by last modified time
    Searched defs:UNKNOWN_TRANSACTION (Results 1 - 4 of 4) sorted by null

  /system/core/libutils/include/utils/
Errors.h 66 UNKNOWN_TRANSACTION = -EBADMSG,
72 UNKNOWN_TRANSACTION = (UNKNOWN_ERROR + 6),
  /frameworks/av/media/libstagefright/codec2/include/
C2.h 112 UNKNOWN_TRANSACTION = -EBADMSG,
127 C2_UNSUPPORTED = UNKNOWN_TRANSACTION, ///< argument/index is value but not supported \todo is this really BAD_INDEX/VALUE?
140 C2_NOT_IMPLEMENTED = UNKNOWN_TRANSACTION, ///< operation is not implemented (optional only) \todo for now reuse error code
  /external/deqp/framework/platform/android/
tcuAndroidInternals.hpp 70 UNKNOWN_TRANSACTION = (UNKNOWN_ERROR + 6),
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 51 UNKNOWN_TRANSACTION = android::UNKNOWN_TRANSACTION,

Completed in 106 milliseconds