Lines Matching refs:mComponentName
92 mComponentName("decoder") { in Decoder()
139 ALOGV("[%s] onMessage: %s", mComponentName.c_str(), msg->debugString().c_str()); in onMessageReceived()
299 mComponentName = mime; in onConfigure()
300 mComponentName.append(" decoder"); in onConfigure()
301 ALOGV("[%s] onConfigure (surface=%p)", mComponentName.c_str(), mSurface.get()); in onConfigure()
308 mCodec->getName(&mComponentName); in onConfigure()
309 mComponentName.append(".secure"); in onConfigure()
311 ALOGI("[%s] creating", mComponentName.c_str()); in onConfigure()
313 mCodecLooper, mComponentName.c_str(), NULL /* err */, mPid, mUid); in onConfigure()
324 mCodec->getName(&mComponentName); in onConfigure()
353 ALOGE("Failed to configure [%s] decoder (err=%d)", mComponentName.c_str(), err); in onConfigure()
368 mStats->setString("component-name", mComponentName.c_str()); in onConfigure()
386 ALOGE("Failed to start [%s] decoder (err=%d)", mComponentName.c_str(), err); in onConfigure()
476 ALOGE("[%s] onResume without a valid codec", mComponentName.c_str()); in onResume()
501 ALOGE("failed to flush [%s] (err=%d)", mComponentName.c_str(), err); in doFlush()
542 mComponentName.c_str(), error); in onShutdown()
544 mComponentName = "decoder"; in onShutdown()
550 ALOGE("failed to release [%s] (err=%d)", mComponentName.c_str(), err); in onShutdown()
652 ALOGE("[%s] handleAnInputBuffer without a valid codec", mComponentName.c_str()); in handleAnInputBuffer()
661 ALOGE("[%s] handleAnInputBuffer, failed to get input buffer", mComponentName.c_str()); in handleAnInputBuffer()
690 ALOGV("[%s] resubmitting CSD", mComponentName.c_str()); in handleAnInputBuffer()
725 ALOGE("[%s] handleAnOutputBuffer without a valid codec", mComponentName.c_str()); in handleAnOutputBuffer()
735 ALOGE("[%s] handleAnOutputBuffer, failed to get output buffer", mComponentName.c_str()); in handleAnOutputBuffer()
778 mComponentName.c_str(), (long long)timeUs); in handleAnOutputBuffer()
1001 ALOGE("[%s] onInputBufferFetched without a valid codec", mComponentName.c_str()); in onInputBufferFetched()
1037 mComponentName.c_str(), in onInputBufferFetched()
1049 mComponentName.c_str(), (long long)resumeAtMediaTimeUs); in onInputBufferFetched()
1067 ALOGV("[%s] cvo(%d) found at %lld us", mComponentName.c_str(), cvo, (long long)timeUs); in onInputBufferFetched()
1157 mComponentName.c_str(), err, errorDetailMsg.c_str()); in onInputBufferFetched()
1200 mComponentName.c_str(), err); in onRenderBuffer()