HomeSort by relevance Sort by last modified time
    Searched refs:UNKNOWN_TRANSACTION (Results 1 - 20 of 20) 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,
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
ADebug.h 47 case UNKNOWN_TRANSACTION: return "UNKNOWN_TRANSACTION";
  /system/libhidl/base/
Status.cpp 46 STATUS_TO_STRING_PAIR(UNKNOWN_TRANSACTION),
  /system/libhwbinder/
Binder.cpp 173 return UNKNOWN_TRANSACTION;
IPCThreadState.cpp     [all...]
  /frameworks/native/libs/binder/
Binder.cpp 260 return UNKNOWN_TRANSACTION;
IPCThreadState.cpp     [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp 347 return res != JNI_FALSE ? NO_ERROR : UNKNOWN_TRANSACTION;
728 case UNKNOWN_TRANSACTION:
    [all...]
  /frameworks/native/libs/binder/tests/
binderThroughputTest.cpp 47 return UNKNOWN_TRANSACTION;
schd-dbg.cpp 146 return UNKNOWN_TRANSACTION;
binderLibTest.cpp 306 return UNKNOWN_TRANSACTION;
959 return UNKNOWN_TRANSACTION;
  /frameworks/av/services/camera/libcameraservice/common/
CameraProviderManager.cpp     [all...]
  /hardware/interfaces/camera/device/1.0/default/
CameraDevice.cpp 64 return UNKNOWN_TRANSACTION;
    [all...]
  /system/tools/hidl/test/
hidl_test_client.cpp     [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]
SurfaceFlinger_hwc1.cpp     [all...]
  /hardware/interfaces/camera/provider/2.4/vts/functional/
VtsHalCameraProviderV2_4TargetTest.cpp 226 case ::android::UNKNOWN_TRANSACTION:
    [all...]

Completed in 692 milliseconds