Lines Matching refs:mComponentName
93 mComponentName("decoder") { in Decoder()
140 ALOGV("[%s] onMessage: %s", mComponentName.c_str(), msg->debugString().c_str()); in onMessageReceived()
300 mComponentName = mime; in onConfigure()
301 mComponentName.append(" decoder"); in onConfigure()
302 ALOGV("[%s] onConfigure (surface=%p)", mComponentName.c_str(), mSurface.get()); in onConfigure()
309 mCodec->getName(&mComponentName); in onConfigure()
310 mComponentName.append(".secure"); in onConfigure()
312 ALOGI("[%s] creating", mComponentName.c_str()); in onConfigure()
314 mCodecLooper, mComponentName.c_str(), NULL /* err */, mPid, mUid); in onConfigure()
325 mCodec->getName(&mComponentName); in onConfigure()
354 ALOGE("Failed to configure [%s] decoder (err=%d)", mComponentName.c_str(), err); in onConfigure()
369 mStats->setString("component-name", mComponentName.c_str()); in onConfigure()
387 ALOGE("Failed to start [%s] decoder (err=%d)", mComponentName.c_str(), err); in onConfigure()
477 ALOGE("[%s] onResume without a valid codec", mComponentName.c_str()); in onResume()
502 ALOGE("failed to flush [%s] (err=%d)", mComponentName.c_str(), err); in doFlush()
543 mComponentName.c_str(), error); in onShutdown()
545 mComponentName = "decoder"; in onShutdown()
551 ALOGE("failed to release [%s] (err=%d)", mComponentName.c_str(), err); in onShutdown()
653 ALOGE("[%s] handleAnInputBuffer without a valid codec", mComponentName.c_str()); in handleAnInputBuffer()
662 ALOGE("[%s] handleAnInputBuffer, failed to get input buffer", mComponentName.c_str()); in handleAnInputBuffer()
691 ALOGV("[%s] resubmitting CSD", mComponentName.c_str()); in handleAnInputBuffer()
726 ALOGE("[%s] handleAnOutputBuffer without a valid codec", mComponentName.c_str()); in handleAnOutputBuffer()
736 ALOGE("[%s] handleAnOutputBuffer, failed to get output buffer", mComponentName.c_str()); in handleAnOutputBuffer()
779 mComponentName.c_str(), (long long)timeUs); in handleAnOutputBuffer()
1002 ALOGE("[%s] onInputBufferFetched without a valid codec", mComponentName.c_str()); in onInputBufferFetched()
1038 mComponentName.c_str(), in onInputBufferFetched()
1050 mComponentName.c_str(), (long long)resumeAtMediaTimeUs); in onInputBufferFetched()
1068 ALOGV("[%s] cvo(%d) found at %lld us", mComponentName.c_str(), cvo, (long long)timeUs); in onInputBufferFetched()
1158 mComponentName.c_str(), err, errorDetailMsg.c_str()); in onInputBufferFetched()
1201 mComponentName.c_str(), err); in onRenderBuffer()