Searched refs:in_errorCode (Results 1 – 4 of 4) sorted by relevance
322 ::aidl::android::media::TranscodingErrorCode in_errorCode) override { in onTranscodingFailed()323 append(Failed(mClientId, in_sessionId), in_errorCode); in onTranscodingFailed()
163 ndk::ScopedAStatus onDeviceError(ErrorCode in_errorCode, in onDeviceError() argument165 ALOGE("%s: onDeviceError occurred with: %d", __FUNCTION__, static_cast<int>(in_errorCode)); in onDeviceError()
126 ndk::ScopedAStatus onDeviceError(ErrorCode in_errorCode,
264 Status onTranscodingFailed(int32_t in_sessionId, TranscodingErrorCode in_errorCode) override { in onTranscodingFailed()265 mOwner->onFailed(mClientId, in_sessionId, in_errorCode); in onTranscodingFailed()