Searched refs:UNKNOWN_TRANSACTION (Results 1 - 13 of 13) sorted by path

/frameworks/av/include/media/stagefright/foundation/
H A DADebug.h47 case UNKNOWN_TRANSACTION: return "UNKNOWN_TRANSACTION";
/frameworks/av/media/libstagefright/codec2/include/
H A DC2.h112 UNKNOWN_TRANSACTION = -EBADMSG, enumerator in enum:android::__anon441
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
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DADebug.h47 case UNKNOWN_TRANSACTION: return "UNKNOWN_TRANSACTION";
/frameworks/av/media/libstagefright/include/foundation/
H A DADebug.h47 case UNKNOWN_TRANSACTION: return "UNKNOWN_TRANSACTION";
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp1196 return UNKNOWN_TRANSACTION;
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp318 return res != JNI_FALSE ? NO_ERROR : UNKNOWN_TRANSACTION;
699 case UNKNOWN_TRANSACTION:
1164 } else if (err == UNKNOWN_TRANSACTION) {
/frameworks/native/libs/binder/
H A DBinder.cpp260 return UNKNOWN_TRANSACTION;
H A DIPCThreadState.cpp1084 error = UNKNOWN_TRANSACTION;
/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp306 return UNKNOWN_TRANSACTION;
959 return UNKNOWN_TRANSACTION;
H A DbinderThroughputTest.cpp47 return UNKNOWN_TRANSACTION;
H A Dschd-dbg.cpp146 return UNKNOWN_TRANSACTION;
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3809 if (err == UNKNOWN_TRANSACTION || err == PERMISSION_DENIED) {
H A DSurfaceFlinger_hwc1.cpp3410 if (err == UNKNOWN_TRANSACTION || err == PERMISSION_DENIED) {

Completed in 304 milliseconds