Lines Matching refs:mComponentName

93       mComponentName("decoder") {  in Decoder()
133 ALOGV("[%s] onMessage: %s", mComponentName.c_str(), msg->debugString().c_str()); in onMessageReceived()
293 mComponentName = mime; in onConfigure()
294 mComponentName.append(" decoder"); in onConfigure()
295 ALOGV("[%s] onConfigure (surface=%p)", mComponentName.c_str(), mSurface.get()); in onConfigure()
302 mCodec->getName(&mComponentName); in onConfigure()
303 mComponentName.append(".secure"); in onConfigure()
305 ALOGI("[%s] creating", mComponentName.c_str()); in onConfigure()
307 mCodecLooper, mComponentName.c_str(), NULL /* err */, mPid, mUid); in onConfigure()
318 mCodec->getName(&mComponentName); in onConfigure()
347 ALOGE("Failed to configure [%s] decoder (err=%d)", mComponentName.c_str(), err); in onConfigure()
360 mStats->setString("component-name", mComponentName.c_str()); in onConfigure()
376 ALOGE("Failed to start [%s] decoder (err=%d)", mComponentName.c_str(), err); in onConfigure()
466 ALOGE("[%s] onResume without a valid codec", mComponentName.c_str()); in onResume()
491 ALOGE("failed to flush [%s] (err=%d)", mComponentName.c_str(), err); in doFlush()
532 mComponentName.c_str(), error); in onShutdown()
534 mComponentName = "decoder"; in onShutdown()
540 ALOGE("failed to release [%s] (err=%d)", mComponentName.c_str(), err); in onShutdown()
642 ALOGE("[%s] handleAnInputBuffer without a valid codec", mComponentName.c_str()); in handleAnInputBuffer()
651 ALOGE("[%s] handleAnInputBuffer, failed to get input buffer", mComponentName.c_str()); in handleAnInputBuffer()
680 ALOGI("[%s] resubmitting CSD", mComponentName.c_str()); in handleAnInputBuffer()
715 ALOGE("[%s] handleAnOutputBuffer without a valid codec", mComponentName.c_str()); in handleAnOutputBuffer()
725 ALOGE("[%s] handleAnOutputBuffer, failed to get output buffer", mComponentName.c_str()); in handleAnOutputBuffer()
762 mComponentName.c_str(), (long long)timeUs); in handleAnOutputBuffer()
984 ALOGE("[%s] onInputBufferFetched without a valid codec", mComponentName.c_str()); in onInputBufferFetched()
1020 mComponentName.c_str(), in onInputBufferFetched()
1032 mComponentName.c_str(), (long long)resumeAtMediaTimeUs); in onInputBufferFetched()
1116 mComponentName.c_str(), err, errorDetailMsg.c_str()); in onInputBufferFetched()
1159 mComponentName.c_str(), err); in onRenderBuffer()